Skip to content

Commit 1798e0d

Browse files
committed
v2.9.4
1 parent d2b1db3 commit 1798e0d

File tree

43 files changed

+110
-110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+110
-110
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "2.9.3"
5+
"version": "2.9.4"
66
}

packages/benchmarks/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/benchmarks/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protobuf-ts/benchmarks",
3-
"version": "2.9.3",
3+
"version": "2.9.4",
44
"description": "Rudimentary benchmarks for code generated by the protoc plugin \"protobuf-ts\"",
55
"private": true,
66
"main": "index.js",
@@ -11,8 +11,8 @@
1111
"author": "Timo Stamm <ts@timostamm.com>",
1212
"license": "ISC",
1313
"devDependencies": {
14-
"@protobuf-ts/plugin": "^2.9.3",
15-
"@protobuf-ts/runtime": "^2.9.3",
14+
"@protobuf-ts/plugin": "^2.9.4",
15+
"@protobuf-ts/runtime": "^2.9.4",
1616
"@protobufjs/utf8": "^1.1.0",
1717
"@types/google-protobuf": "^3.15.2",
1818
"@types/node": "^14.0.13",

packages/example-browser-grpcweb-transport-client/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/example-browser-grpcweb-transport-client/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protobuf-ts/example-browser-grpcweb-transport-client",
3-
"version": "2.9.3",
3+
"version": "2.9.4",
44
"description": "",
55
"private": true,
66
"scripts": {
@@ -10,13 +10,13 @@
1010
"license": "Apache-2.0",
1111
"homepage": "https://github.com/timostamm/protobuf-ts",
1212
"dependencies": {
13-
"@protobuf-ts/grpcweb-transport": "^2.9.3",
14-
"@protobuf-ts/runtime": "^2.9.3",
15-
"@protobuf-ts/runtime-rpc": "^2.9.3"
13+
"@protobuf-ts/grpcweb-transport": "^2.9.4",
14+
"@protobuf-ts/runtime": "^2.9.4",
15+
"@protobuf-ts/runtime-rpc": "^2.9.4"
1616
},
1717
"devDependencies": {
18-
"@protobuf-ts/plugin": "^2.9.3",
19-
"@protobuf-ts/protoc": "^2.9.3",
18+
"@protobuf-ts/plugin": "^2.9.4",
19+
"@protobuf-ts/protoc": "^2.9.4",
2020
"ts-node": "^8.10.2",
2121
"typescript": "^3.9.5",
2222
"webpack": "^4.43.0",

packages/example-buf/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/example-buf/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@protobuf-ts/example-buf",
3-
"version": "2.9.3",
3+
"version": "2.9.4",
44
"private": true,
55
"author": "Timo Stamm <ts@timostamm.com>",
66
"license": "Apache-2.0",
77
"scripts": {
88
"start": "ts-node src/usage.ts"
99
},
1010
"dependencies": {
11-
"@protobuf-ts/plugin": "^2.9.3",
11+
"@protobuf-ts/plugin": "^2.9.4",
1212
"ts-node": "^8.10.2",
1313
"typescript": "^4.4.3"
1414
}

packages/example-chat-system/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/example-chat-system/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protobuf-ts/example-chat-system",
3-
"version": "2.9.3",
3+
"version": "2.9.4",
44
"description": "",
55
"private": true,
66
"scripts": {
@@ -11,13 +11,13 @@
1111
"homepage": "https://github.com/timostamm/protobuf-ts",
1212
"dependencies": {
1313
"@grpc/grpc-js": "^1.2.2",
14-
"@protobuf-ts/grpc-backend": "^2.9.3",
15-
"@protobuf-ts/grpc-transport": "^2.9.3",
16-
"@protobuf-ts/grpcweb-transport": "^2.9.3",
17-
"@protobuf-ts/plugin": "^2.9.3",
18-
"@protobuf-ts/protoc": "^2.9.3",
19-
"@protobuf-ts/runtime": "^2.9.3",
20-
"@protobuf-ts/runtime-rpc": "^2.9.3",
14+
"@protobuf-ts/grpc-backend": "^2.9.4",
15+
"@protobuf-ts/grpc-transport": "^2.9.4",
16+
"@protobuf-ts/grpcweb-transport": "^2.9.4",
17+
"@protobuf-ts/plugin": "^2.9.4",
18+
"@protobuf-ts/protoc": "^2.9.4",
19+
"@protobuf-ts/runtime": "^2.9.4",
20+
"@protobuf-ts/runtime-rpc": "^2.9.4",
2121
"@types/express": "^4.17.9",
2222
"@types/node": "^14.14.14",
2323
"abort-controller": "^3.0.0",

packages/example-node-grpc-backend-server/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)