-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "1.0.11" | ||
"version": "1.0.12" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@protobuf-ts/benchmarks", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"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.11", | ||
"@protobuf-ts/runtime": "^1.0.11", | ||
"@protobuf-ts/plugin": "^1.0.12", | ||
"@protobuf-ts/runtime": "^1.0.12", | ||
"@protobufjs/utf8": "^1.1.0", | ||
"@types/google-protobuf": "^3.7.2", | ||
"@types/node": "^14.0.13", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@protobuf-ts/example-angular-app", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"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.11", | ||
"@protobuf-ts/runtime": "^1.0.11", | ||
"@protobuf-ts/runtime-angular": "^1.0.11", | ||
"@protobuf-ts/runtime-rpc": "^1.0.11", | ||
"@protobuf-ts/twirp-transport": "^1.0.11", | ||
"@protobuf-ts/grpcweb-transport": "^1.0.12", | ||
"@protobuf-ts/runtime": "^1.0.12", | ||
"@protobuf-ts/runtime-angular": "^1.0.12", | ||
"@protobuf-ts/runtime-rpc": "^1.0.12", | ||
"@protobuf-ts/twirp-transport": "^1.0.12", | ||
"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.11", | ||
"@protobuf-ts/plugin": "^1.0.12", | ||
"@types/jasmine": "~3.5.0", | ||
"@types/jasminewd2": "~2.0.3", | ||
"@types/node": "^12.12.47", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@protobuf-ts/grpcweb-transport", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"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.11", | ||
"@protobuf-ts/runtime-rpc": "^1.0.11" | ||
"@protobuf-ts/runtime": "^1.0.12", | ||
"@protobuf-ts/runtime-rpc": "^1.0.12" | ||
}, | ||
"gitHead": "2742e3995c14cab17e74be919b59b878c8383ad9" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@protobuf-ts/plugin-framework", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"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.11", | ||
"@protobuf-ts/runtime": "^1.0.12", | ||
"typescript": ">=3.8.3 <4" | ||
}, | ||
"gitHead": "2742e3995c14cab17e74be919b59b878c8383ad9" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@protobuf-ts/protoc", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "Installs the protocol buffer compiler \"protoc\" for you.", | ||
"license": "Apache-2.0", | ||
"author": "Timo Stamm <[email protected]>", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@protobuf-ts/runtime-angular", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "Runtime library for using the protoc plugin \"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.11", | ||
"@protobuf-ts/runtime-rpc": "1.0.11", | ||
"@protobuf-ts/twirp-transport": "1.0.11", | ||
"@protobuf-ts/runtime": "1.0.12", | ||
"@protobuf-ts/runtime-rpc": "1.0.12", | ||
"@protobuf-ts/twirp-transport": "1.0.12", | ||
"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.11", | ||
"@protobuf-ts/runtime-rpc": "^1.0.11", | ||
"@protobuf-ts/twirp-transport": "^1.0.11", | ||
"@protobuf-ts/runtime": "^1.0.12", | ||
"@protobuf-ts/runtime-rpc": "^1.0.12", | ||
"@protobuf-ts/twirp-transport": "^1.0.12", | ||
"@types/jasmine": "~3.5.0", | ||
"@types/jasminewd2": "~2.0.3", | ||
"@types/node": "^12.11.47", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@protobuf-ts/runtime-rpc", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"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.11" | ||
"@protobuf-ts/runtime": "^1.0.12" | ||
}, | ||
"gitHead": "2742e3995c14cab17e74be919b59b878c8383ad9" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@protobuf-ts/runtime", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"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]>", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@protobuf-ts/twirp-transport", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"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.11", | ||
"@protobuf-ts/runtime-rpc": "^1.0.11" | ||
"@protobuf-ts/runtime": "^1.0.12", | ||
"@protobuf-ts/runtime-rpc": "^1.0.12" | ||
}, | ||
"gitHead": "2742e3995c14cab17e74be919b59b878c8383ad9" | ||
} |