-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Neglected to commit version bump of last release.
- Loading branch information
Showing
13 changed files
with
40 additions
and
40 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": "1.0.3" | ||
"version": "1.0.4" | ||
} |
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": "1.0.3", | ||
"version": "1.0.4", | ||
"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": "^1.0.3", | ||
"@protobuf-ts/runtime": "^1.0.3", | ||
"@protobuf-ts/plugin": "^1.0.4", | ||
"@protobuf-ts/runtime": "^1.0.4", | ||
"@protobufjs/utf8": "^1.1.0", | ||
"@types/google-protobuf": "^3.7.2", | ||
"@types/node": "^14.0.13", | ||
|
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": "1.0.3", | ||
"version": "1.0.4", | ||
"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": "^1.0.3", | ||
"@protobuf-ts/runtime": "^1.0.3", | ||
"@protobuf-ts/runtime-angular": "^1.0.3", | ||
"@protobuf-ts/runtime-rpc": "^1.0.3", | ||
"@protobuf-ts/twirp-transport": "^1.0.3", | ||
"@protobuf-ts/grpcweb-transport": "^1.0.4", | ||
"@protobuf-ts/runtime": "^1.0.4", | ||
"@protobuf-ts/runtime-angular": "^1.0.4", | ||
"@protobuf-ts/runtime-rpc": "^1.0.4", | ||
"@protobuf-ts/twirp-transport": "^1.0.4", | ||
"fast-text-encoding": "^1.0.3", | ||
"foundation-sites": "^6.6.3", | ||
"rxjs": "~6.5.4", | ||
|
@@ -36,7 +36,7 @@ | |
"@angular-devkit/build-angular": "^0.1000.5", | ||
"@angular/cli": "^10.0.5", | ||
"@angular/compiler-cli": "^10.0.6", | ||
"@protobuf-ts/plugin": "^1.0.3", | ||
"@protobuf-ts/plugin": "^1.0.4", | ||
"@types/jasmine": "~3.5.0", | ||
"@types/jasminewd2": "~2.0.3", | ||
"@types/node": "^12.12.47", | ||
|
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
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/grpcweb-transport", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "gRPC-web transport for code generated by the protoc plugin \"protobuf-ts\"", | ||
"license": "Apache-2.0", | ||
"author": "Timo Stamm <[email protected]>", | ||
|
@@ -36,8 +36,8 @@ | |
"typescript": "^3.9.5" | ||
}, | ||
"dependencies": { | ||
"@protobuf-ts/runtime": "^1.0.3", | ||
"@protobuf-ts/runtime-rpc": "^1.0.3" | ||
"@protobuf-ts/runtime": "^1.0.4", | ||
"@protobuf-ts/runtime-rpc": "^1.0.4" | ||
}, | ||
"gitHead": "2742e3995c14cab17e74be919b59b878c8383ad9" | ||
} |
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/plugin-framework", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "framework to create protoc plugins", | ||
"license": "(Apache-2.0 AND BSD-3-Clause)", | ||
"author": "Timo Stamm <[email protected]>", | ||
|
@@ -33,7 +33,7 @@ | |
"tslib": ">=1.6.1" | ||
}, | ||
"dependencies": { | ||
"@protobuf-ts/runtime": "^1.0.3", | ||
"@protobuf-ts/runtime": "^1.0.4", | ||
"typescript": ">=3.8.3 <4" | ||
}, | ||
"gitHead": "2742e3995c14cab17e74be919b59b878c8383ad9" | ||
|
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
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/protoc", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Installs the protocol buffer compiler \"protoc\" for you.", | ||
"license": "Apache-2.0", | ||
"author": "Timo Stamm <[email protected]>", | ||
|
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/runtime-angular", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Runtime library for using protobuf-ts with angular", | ||
"license": "Apache-2.0", | ||
"author": "Timo Stamm <[email protected]>", | ||
|
@@ -34,9 +34,9 @@ | |
"peerDependencies": { | ||
"@angular/common": ">=8.0.0 <=11.0.0", | ||
"@angular/core": ">=8.0.0 <=11.0.0", | ||
"@protobuf-ts/runtime": "1.0.3", | ||
"@protobuf-ts/runtime-rpc": "1.0.3", | ||
"@protobuf-ts/twirp-transport": "1.0.3", | ||
"@protobuf-ts/runtime": "1.0.4", | ||
"@protobuf-ts/runtime-rpc": "1.0.4", | ||
"@protobuf-ts/twirp-transport": "1.0.4", | ||
"rxjs": "~6.5.5" | ||
}, | ||
"devDependencies": { | ||
|
@@ -49,9 +49,9 @@ | |
"@angular/core": "~10.0.6", | ||
"@angular/platform-browser": "~10.0.6", | ||
"@angular/platform-browser-dynamic": "~10.0.6", | ||
"@protobuf-ts/runtime": "^1.0.3", | ||
"@protobuf-ts/runtime-rpc": "^1.0.3", | ||
"@protobuf-ts/twirp-transport": "^1.0.3", | ||
"@protobuf-ts/runtime": "^1.0.4", | ||
"@protobuf-ts/runtime-rpc": "^1.0.4", | ||
"@protobuf-ts/twirp-transport": "^1.0.4", | ||
"@types/jasmine": "~3.5.0", | ||
"@types/jasminewd2": "~2.0.3", | ||
"@types/node": "^12.11.47", | ||
|
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/runtime-rpc", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Runtime library for RPC clients generated by the protoc plugin \"protobuf-ts\"", | ||
"license": "Apache-2.0", | ||
"author": "Timo Stamm <[email protected]>", | ||
|
@@ -36,7 +36,7 @@ | |
"typescript": ">=3.8.3 <4" | ||
}, | ||
"dependencies": { | ||
"@protobuf-ts/runtime": "^1.0.3" | ||
"@protobuf-ts/runtime": "^1.0.4" | ||
}, | ||
"gitHead": "2742e3995c14cab17e74be919b59b878c8383ad9" | ||
} |
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/runtime", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Runtime library for code generated by the protoc plugin \"protobuf-ts\"", | ||
"license": "(Apache-2.0 AND BSD-3-Clause)", | ||
"author": "Timo Stamm <[email protected]>", | ||
|
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
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/twirp-transport", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Twirp transport for code generated by the protoc plugin \"protobuf-ts\".", | ||
"license": "Apache-2.0", | ||
"author": "Timo Stamm <[email protected]>", | ||
|
@@ -39,8 +39,8 @@ | |
"typescript": ">=3.8.3 <4" | ||
}, | ||
"dependencies": { | ||
"@protobuf-ts/runtime": "^1.0.3", | ||
"@protobuf-ts/runtime-rpc": "^1.0.3" | ||
"@protobuf-ts/runtime": "^1.0.4", | ||
"@protobuf-ts/runtime-rpc": "^1.0.4" | ||
}, | ||
"gitHead": "2742e3995c14cab17e74be919b59b878c8383ad9" | ||
} |