Skip to content

Commit

Permalink
v2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm committed Mar 20, 2023
1 parent 5fd503e commit cf84366
Show file tree
Hide file tree
Showing 45 changed files with 4,993 additions and 5,286 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "2.8.2"
"version": "2.8.3"
}
2 changes: 1 addition & 1 deletion packages/benchmarks/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/benchmarks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protobuf-ts/benchmarks",
"version": "2.8.2",
"version": "2.8.3",
"description": "Rudimentary benchmarks for code generated by the protoc plugin \"protobuf-ts\"",
"private": true,
"main": "index.js",
Expand All @@ -11,8 +11,8 @@
"author": "Timo Stamm <ts@timostamm.com>",
"license": "ISC",
"devDependencies": {
"@protobuf-ts/plugin": "^2.8.2",
"@protobuf-ts/runtime": "^2.8.2",
"@protobuf-ts/plugin": "^2.8.3",
"@protobuf-ts/runtime": "^2.8.3",
"@protobufjs/utf8": "^1.1.0",
"@types/google-protobuf": "^3.15.2",
"@types/node": "^14.0.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/example-angular-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions packages/example-angular-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protobuf-ts/example-angular-app",
"version": "2.8.2",
"version": "2.8.3",
"license": "Apache-2.0",
"author": "Timo Stamm <ts@timostamm.com>",
"scripts": {
Expand All @@ -21,11 +21,11 @@
"@angular/platform-browser": "~10.0.6",
"@angular/platform-browser-dynamic": "~10.0.6",
"@angular/router": "~10.0.6",
"@protobuf-ts/grpcweb-transport": "^2.8.2",
"@protobuf-ts/runtime": "^2.8.2",
"@protobuf-ts/runtime-angular": "^2.8.2",
"@protobuf-ts/runtime-rpc": "^2.8.2",
"@protobuf-ts/twirp-transport": "^2.8.2",
"@protobuf-ts/grpcweb-transport": "^2.8.3",
"@protobuf-ts/runtime": "^2.8.3",
"@protobuf-ts/runtime-angular": "^2.8.3",
"@protobuf-ts/runtime-rpc": "^2.8.3",
"@protobuf-ts/twirp-transport": "^2.8.3",
"fast-text-encoding": "^1.0.3",
"foundation-sites": "^6.6.3",
"rxjs": "~6.5.4",
Expand All @@ -36,7 +36,7 @@
"@angular-devkit/build-angular": "^14.2.9",
"@angular/cli": "^10.0.5",
"@angular/compiler-cli": "^10.0.6",
"@protobuf-ts/plugin": "^2.8.2",
"@protobuf-ts/plugin": "^2.8.3",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.12.47",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/example-browser-grpcweb-transport-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protobuf-ts/example-browser-grpcweb-transport-client",
"version": "2.8.2",
"version": "2.8.3",
"description": "",
"private": true,
"scripts": {
Expand All @@ -10,13 +10,13 @@
"license": "Apache-2.0",
"homepage": "https://github.com/timostamm/protobuf-ts",
"dependencies": {
"@protobuf-ts/grpcweb-transport": "^2.8.2",
"@protobuf-ts/runtime": "^2.8.2",
"@protobuf-ts/runtime-rpc": "^2.8.2"
"@protobuf-ts/grpcweb-transport": "^2.8.3",
"@protobuf-ts/runtime": "^2.8.3",
"@protobuf-ts/runtime-rpc": "^2.8.3"
},
"devDependencies": {
"@protobuf-ts/plugin": "^2.8.2",
"@protobuf-ts/protoc": "^2.8.2",
"@protobuf-ts/plugin": "^2.8.3",
"@protobuf-ts/protoc": "^2.8.3",
"ts-node": "^8.10.2",
"typescript": "^3.9.5",
"webpack": "^4.43.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/example-buf/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/example-buf/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@protobuf-ts/example-buf",
"version": "2.8.2",
"version": "2.8.3",
"private": true,
"author": "Timo Stamm <ts@timostamm.com>",
"license": "Apache-2.0",
"scripts": {
"start": "ts-node src/usage.ts"
},
"dependencies": {
"@protobuf-ts/plugin": "^2.8.2",
"@protobuf-ts/plugin": "^2.8.3",
"ts-node": "^8.10.2",
"typescript": "^4.4.3"
}
Expand Down
Loading

0 comments on commit cf84366

Please sign in to comment.