Skip to content

Commit 15e71e2

Browse files
committed
v2.9.1
1 parent ee3ff2d commit 15e71e2

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.0"
5+
"version": "2.9.1"
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.0",
3+
"version": "2.9.1",
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.0",
15-
"@protobuf-ts/runtime": "^2.9.0",
14+
"@protobuf-ts/plugin": "^2.9.1",
15+
"@protobuf-ts/runtime": "^2.9.1",
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.0",
3+
"version": "2.9.1",
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.0",
14-
"@protobuf-ts/runtime": "^2.9.0",
15-
"@protobuf-ts/runtime-rpc": "^2.9.0"
13+
"@protobuf-ts/grpcweb-transport": "^2.9.1",
14+
"@protobuf-ts/runtime": "^2.9.1",
15+
"@protobuf-ts/runtime-rpc": "^2.9.1"
1616
},
1717
"devDependencies": {
18-
"@protobuf-ts/plugin": "^2.9.0",
19-
"@protobuf-ts/protoc": "^2.9.0",
18+
"@protobuf-ts/plugin": "^2.9.1",
19+
"@protobuf-ts/protoc": "^2.9.1",
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.0",
3+
"version": "2.9.1",
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.0",
11+
"@protobuf-ts/plugin": "^2.9.1",
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.0",
3+
"version": "2.9.1",
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.0",
15-
"@protobuf-ts/grpc-transport": "^2.9.0",
16-
"@protobuf-ts/grpcweb-transport": "^2.9.0",
17-
"@protobuf-ts/plugin": "^2.9.0",
18-
"@protobuf-ts/protoc": "^2.9.0",
19-
"@protobuf-ts/runtime": "^2.9.0",
20-
"@protobuf-ts/runtime-rpc": "^2.9.0",
14+
"@protobuf-ts/grpc-backend": "^2.9.1",
15+
"@protobuf-ts/grpc-transport": "^2.9.1",
16+
"@protobuf-ts/grpcweb-transport": "^2.9.1",
17+
"@protobuf-ts/plugin": "^2.9.1",
18+
"@protobuf-ts/protoc": "^2.9.1",
19+
"@protobuf-ts/runtime": "^2.9.1",
20+
"@protobuf-ts/runtime-rpc": "^2.9.1",
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)