Skip to content

Commit

Permalink
v2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm committed Jul 31, 2023
1 parent ee3ff2d commit 15e71e2
Show file tree
Hide file tree
Showing 43 changed files with 110 additions and 110 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.9.0"
"version": "2.9.1"
}
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.9.0",
"version": "2.9.1",
"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 <[email protected]>",
"license": "ISC",
"devDependencies": {
"@protobuf-ts/plugin": "^2.9.0",
"@protobuf-ts/runtime": "^2.9.0",
"@protobuf-ts/plugin": "^2.9.1",
"@protobuf-ts/runtime": "^2.9.1",
"@protobufjs/utf8": "^1.1.0",
"@types/google-protobuf": "^3.15.2",
"@types/node": "^14.0.13",
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.9.0",
"version": "2.9.1",
"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.9.0",
"@protobuf-ts/runtime": "^2.9.0",
"@protobuf-ts/runtime-rpc": "^2.9.0"
"@protobuf-ts/grpcweb-transport": "^2.9.1",
"@protobuf-ts/runtime": "^2.9.1",
"@protobuf-ts/runtime-rpc": "^2.9.1"
},
"devDependencies": {
"@protobuf-ts/plugin": "^2.9.0",
"@protobuf-ts/protoc": "^2.9.0",
"@protobuf-ts/plugin": "^2.9.1",
"@protobuf-ts/protoc": "^2.9.1",
"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.9.0",
"version": "2.9.1",
"private": true,
"author": "Timo Stamm <[email protected]>",
"license": "Apache-2.0",
"scripts": {
"start": "ts-node src/usage.ts"
},
"dependencies": {
"@protobuf-ts/plugin": "^2.9.0",
"@protobuf-ts/plugin": "^2.9.1",
"ts-node": "^8.10.2",
"typescript": "^4.4.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/example-chat-system/package-lock.json

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

16 changes: 8 additions & 8 deletions packages/example-chat-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protobuf-ts/example-chat-system",
"version": "2.9.0",
"version": "2.9.1",
"description": "",
"private": true,
"scripts": {
Expand All @@ -11,13 +11,13 @@
"homepage": "https://github.com/timostamm/protobuf-ts",
"dependencies": {
"@grpc/grpc-js": "^1.2.2",
"@protobuf-ts/grpc-backend": "^2.9.0",
"@protobuf-ts/grpc-transport": "^2.9.0",
"@protobuf-ts/grpcweb-transport": "^2.9.0",
"@protobuf-ts/plugin": "^2.9.0",
"@protobuf-ts/protoc": "^2.9.0",
"@protobuf-ts/runtime": "^2.9.0",
"@protobuf-ts/runtime-rpc": "^2.9.0",
"@protobuf-ts/grpc-backend": "^2.9.1",
"@protobuf-ts/grpc-transport": "^2.9.1",
"@protobuf-ts/grpcweb-transport": "^2.9.1",
"@protobuf-ts/plugin": "^2.9.1",
"@protobuf-ts/protoc": "^2.9.1",
"@protobuf-ts/runtime": "^2.9.1",
"@protobuf-ts/runtime-rpc": "^2.9.1",
"@types/express": "^4.17.9",
"@types/node": "^14.14.14",
"abort-controller": "^3.0.0",
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-node-grpc-backend-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protobuf-ts/example-node-grpc-backend-server",
"version": "2.9.0",
"version": "2.9.1",
"description": "",
"private": true,
"scripts": {
Expand All @@ -11,11 +11,11 @@
"homepage": "https://github.com/timostamm/protobuf-ts",
"dependencies": {
"@grpc/grpc-js": "^1.2.2",
"@protobuf-ts/grpc-backend": "^2.9.0",
"@protobuf-ts/plugin": "^2.9.0",
"@protobuf-ts/protoc": "^2.9.0",
"@protobuf-ts/runtime": "^2.9.0",
"@protobuf-ts/runtime-rpc": "^2.9.0",
"@protobuf-ts/grpc-backend": "^2.9.1",
"@protobuf-ts/plugin": "^2.9.1",
"@protobuf-ts/protoc": "^2.9.1",
"@protobuf-ts/runtime": "^2.9.1",
"@protobuf-ts/runtime-rpc": "^2.9.1",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/example-node-grpc-client/package-lock.json

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

10 changes: 5 additions & 5 deletions packages/example-node-grpc-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protobuf-ts/example-node-grpc-client",
"version": "2.9.0",
"version": "2.9.1",
"description": "",
"private": true,
"scripts": {
Expand All @@ -11,10 +11,10 @@
"homepage": "https://github.com/timostamm/protobuf-ts",
"dependencies": {
"@grpc/grpc-js": "^1.2.2",
"@protobuf-ts/plugin": "^2.9.0",
"@protobuf-ts/protoc": "^2.9.0",
"@protobuf-ts/runtime": "^2.9.0",
"@protobuf-ts/runtime-rpc": "^2.9.0",
"@protobuf-ts/plugin": "^2.9.1",
"@protobuf-ts/protoc": "^2.9.1",
"@protobuf-ts/runtime": "^2.9.1",
"@protobuf-ts/runtime-rpc": "^2.9.1",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/example-node-grpc-server/package-lock.json

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

10 changes: 5 additions & 5 deletions packages/example-node-grpc-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protobuf-ts/example-node-grpc-server",
"version": "2.9.0",
"version": "2.9.1",
"description": "",
"private": true,
"scripts": {
Expand All @@ -11,10 +11,10 @@
"homepage": "https://github.com/timostamm/protobuf-ts",
"dependencies": {
"@grpc/grpc-js": "^1.2.2",
"@protobuf-ts/plugin": "^2.9.0",
"@protobuf-ts/protoc": "^2.9.0",
"@protobuf-ts/runtime": "^2.9.0",
"@protobuf-ts/runtime-rpc": "^2.9.0",
"@protobuf-ts/plugin": "^2.9.1",
"@protobuf-ts/protoc": "^2.9.1",
"@protobuf-ts/runtime": "^2.9.1",
"@protobuf-ts/runtime-rpc": "^2.9.1",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
}
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-node-grpc-transport-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protobuf-ts/example-node-grpc-transport-client",
"version": "2.9.0",
"version": "2.9.1",
"description": "",
"private": true,
"scripts": {
Expand All @@ -11,11 +11,11 @@
"homepage": "https://github.com/timostamm/protobuf-ts",
"dependencies": {
"@grpc/grpc-js": "^1.2.2",
"@protobuf-ts/grpc-transport": "^2.9.0",
"@protobuf-ts/plugin": "^2.9.0",
"@protobuf-ts/protoc": "^2.9.0",
"@protobuf-ts/runtime": "^2.9.0",
"@protobuf-ts/runtime-rpc": "^2.9.0",
"@protobuf-ts/grpc-transport": "^2.9.1",
"@protobuf-ts/plugin": "^2.9.1",
"@protobuf-ts/protoc": "^2.9.1",
"@protobuf-ts/runtime": "^2.9.1",
"@protobuf-ts/runtime-rpc": "^2.9.1",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
}
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-node-grpcweb-transport-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protobuf-ts/example-node-grpcweb-transport-client",
"version": "2.9.0",
"version": "2.9.1",
"description": "",
"private": true,
"scripts": {
Expand All @@ -11,11 +11,11 @@
"homepage": "https://github.com/timostamm/protobuf-ts",
"dependencies": {
"@grpc/grpc-js": "^1.2.2",
"@protobuf-ts/grpcweb-transport": "^2.9.0",
"@protobuf-ts/plugin": "^2.9.0",
"@protobuf-ts/protoc": "^2.9.0",
"@protobuf-ts/runtime": "^2.9.0",
"@protobuf-ts/runtime-rpc": "^2.9.0",
"@protobuf-ts/grpcweb-transport": "^2.9.1",
"@protobuf-ts/plugin": "^2.9.1",
"@protobuf-ts/protoc": "^2.9.1",
"@protobuf-ts/runtime": "^2.9.1",
"@protobuf-ts/runtime-rpc": "^2.9.1",
"@types/node-fetch": "^2.5.8",
"abort-controller": "^3.0.0",
"node-fetch": "^2.6.1",
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-node-twirp-transport-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protobuf-ts/example-node-twirp-transport-client",
"version": "2.9.0",
"version": "2.9.1",
"description": "",
"private": true,
"scripts": {
Expand All @@ -10,11 +10,11 @@
"license": "Apache-2.0",
"homepage": "https://github.com/timostamm/protobuf-ts",
"dependencies": {
"@protobuf-ts/plugin": "^2.9.0",
"@protobuf-ts/protoc": "^2.9.0",
"@protobuf-ts/runtime": "^2.9.0",
"@protobuf-ts/runtime-rpc": "^2.9.0",
"@protobuf-ts/twirp-transport": "^2.9.0",
"@protobuf-ts/plugin": "^2.9.1",
"@protobuf-ts/protoc": "^2.9.1",
"@protobuf-ts/runtime": "^2.9.1",
"@protobuf-ts/runtime-rpc": "^2.9.1",
"@protobuf-ts/twirp-transport": "^2.9.1",
"@types/node-fetch": "^2.5.8",
"abort-controller": "^3.0.0",
"node-fetch": "^2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc-backend/package-lock.json

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

10 changes: 5 additions & 5 deletions packages/grpc-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protobuf-ts/grpc-backend",
"version": "2.9.0",
"version": "2.9.1",
"description": "gRPC backend for servers generated by the protoc plugin \"protobuf-ts\"",
"license": "Apache-2.0",
"author": "Timo Stamm <[email protected]>",
Expand All @@ -24,16 +24,16 @@
"typings": "./build/types/index.d.ts",
"sideEffects": false,
"dependencies": {
"@protobuf-ts/runtime": "^2.9.0",
"@protobuf-ts/runtime-rpc": "^2.9.0"
"@protobuf-ts/runtime": "^2.9.1",
"@protobuf-ts/runtime-rpc": "^2.9.1"
},
"peerDependencies": {
"@grpc/grpc-js": "^1.2.2"
},
"devDependencies": {
"@grpc/grpc-js": "^1.2.2",
"@protobuf-ts/plugin": "^2.9.0",
"@protobuf-ts/protoc": "^2.9.0",
"@protobuf-ts/plugin": "^2.9.1",
"@protobuf-ts/protoc": "^2.9.1",
"@types/jasmine": "^3.5.10",
"jasmine": "^3.5.0",
"jasmine-spec-reporter": "^5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc-transport/package-lock.json

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

10 changes: 5 additions & 5 deletions packages/grpc-transport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protobuf-ts/grpc-transport",
"version": "2.9.0",
"version": "2.9.1",
"description": "gRPC transport for clients generated by the protoc plugin \"protobuf-ts\"",
"license": "Apache-2.0",
"author": "Timo Stamm <[email protected]>",
Expand All @@ -24,16 +24,16 @@
"typings": "./build/types/index.d.ts",
"sideEffects": false,
"dependencies": {
"@protobuf-ts/runtime": "^2.9.0",
"@protobuf-ts/runtime-rpc": "^2.9.0"
"@protobuf-ts/runtime": "^2.9.1",
"@protobuf-ts/runtime-rpc": "^2.9.1"
},
"peerDependencies": {
"@grpc/grpc-js": "^1.6.0"
},
"devDependencies": {
"@grpc/grpc-js": "^1.6.0",
"@protobuf-ts/plugin": "^2.9.0",
"@protobuf-ts/protoc": "^2.9.0",
"@protobuf-ts/plugin": "^2.9.1",
"@protobuf-ts/protoc": "^2.9.1",
"@types/jasmine": "^3.5.10",
"jasmine": "^3.5.0",
"jasmine-spec-reporter": "^5.0.2",
Expand Down
Loading

0 comments on commit 15e71e2

Please sign in to comment.