-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
45 changed files
with
4,993 additions
and
5,286 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "2.8.2" | ||
"version": "2.8.3" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -11,8 +11,8 @@ | |
"author": "Timo Stamm <[email protected]>", | ||
"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", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>", | ||
"scripts": { | ||
|
@@ -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", | ||
|
@@ -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", | ||
|
2 changes: 1 addition & 1 deletion
2
packages/example-browser-grpcweb-transport-client/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>", | ||
"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" | ||
} | ||
|
Oops, something went wrong.