Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm committed Sep 7, 2020
1 parent fa4ba6b commit c39c8fb
Show file tree
Hide file tree
Showing 23 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "1.0.0"
"version": "1.0.1"
}
2 changes: 1 addition & 1 deletion packages/benchmarks/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/benchmarks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protobuf-ts/benchmarks",
"version": "1.0.0",
"version": "1.0.1",
"description": "Rudimentary benchmarks for code generated by the protobuf-ts plugin.",
"private": true,
"main": "index.js",
Expand All @@ -11,8 +11,8 @@
"author": "Timo Stamm <ts@timostamm.com>",
"license": "ISC",
"devDependencies": {
"@protobuf-ts/plugin": "^1.0.0",
"@protobuf-ts/runtime": "^1.0.0",
"@protobuf-ts/plugin": "^1.0.1",
"@protobuf-ts/runtime": "^1.0.1",
"@protobufjs/utf8": "^1.1.0",
"@types/google-protobuf": "^3.7.2",
"@types/node": "^14.0.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/example-angular-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions packages/example-angular-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protobuf-ts/example-angular-app",
"version": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"author": "Timo Stamm <ts@timostamm.com>",
"scripts": {
Expand All @@ -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.0",
"@protobuf-ts/runtime": "^1.0.0",
"@protobuf-ts/runtime-angular": "^1.0.0",
"@protobuf-ts/runtime-rpc": "^1.0.0",
"@protobuf-ts/twirp-transport": "^1.0.0",
"@protobuf-ts/grpcweb-transport": "^1.0.1",
"@protobuf-ts/runtime": "^1.0.1",
"@protobuf-ts/runtime-angular": "^1.0.1",
"@protobuf-ts/runtime-rpc": "^1.0.1",
"@protobuf-ts/twirp-transport": "^1.0.1",
"fast-text-encoding": "^1.0.3",
"foundation-sites": "^6.6.3",
"rxjs": "~6.5.4",
Expand All @@ -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.0",
"@protobuf-ts/plugin": "^1.0.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.12.47",
Expand Down
2 changes: 1 addition & 1 deletion packages/example-google-grpcweb-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/example-google-grpcweb-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protobuf-ts/example-google-grpcweb-client",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"license": "Apache-2.0",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/grpcweb-transport/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/grpcweb-transport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protobuf-ts/grpcweb-transport",
"version": "1.0.0",
"version": "1.0.1",
"description": "gRPC-web transport for code generated by the protobuf-ts plugin.",
"license": "Apache-2.0",
"author": "Timo Stamm <ts@timostamm.com>",
Expand Down Expand Up @@ -36,8 +36,8 @@
"typescript": "^3.9.5"
},
"dependencies": {
"@protobuf-ts/runtime": "^1.0.0",
"@protobuf-ts/runtime-rpc": "^1.0.0"
"@protobuf-ts/runtime": "^1.0.1",
"@protobuf-ts/runtime-rpc": "^1.0.1"
},
"gitHead": "2742e3995c14cab17e74be919b59b878c8383ad9"
}
2 changes: 1 addition & 1 deletion packages/plugin-framework/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/plugin-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protobuf-ts/plugin-framework",
"version": "1.0.0",
"version": "1.0.1",
"description": "framework to create protoc plugins",
"license": "(Apache-2.0 AND BSD-3-Clause)",
"author": "Timo Stamm <ts@timostamm.com>",
Expand Down Expand Up @@ -33,7 +33,7 @@
"tslib": ">=1.6.1"
},
"dependencies": {
"@protobuf-ts/runtime": "^1.0.0",
"@protobuf-ts/runtime": "^1.0.1",
"typescript": ">=3.8.3 <4"
},
"gitHead": "2742e3995c14cab17e74be919b59b878c8383ad9"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protobuf-ts/plugin",
"version": "1.0.0",
"version": "1.0.1",
"description": "A protocol buffer compiler plugin to generate typescript code.",
"bin": {
"protoc-gen-ts": "./bin/protoc-gen-ts",
Expand All @@ -24,7 +24,7 @@
"access": "public"
},
"devDependencies": {
"@protobuf-ts/runtime-rpc": "^1.0.0",
"@protobuf-ts/runtime-rpc": "^1.0.1",
"@types/jasmine": "^3.5.10",
"@types/node": "^14.0.13",
"jasmine": "^3.5.0",
Expand All @@ -34,8 +34,8 @@
"tslib": ">=1.6.1"
},
"dependencies": {
"@protobuf-ts/plugin-framework": "^1.0.0",
"@protobuf-ts/runtime": "^1.0.0",
"@protobuf-ts/plugin-framework": "^1.0.1",
"@protobuf-ts/runtime": "^1.0.1",
"typescript": ">=3.8.3 <4"
},
"gitHead": "2742e3995c14cab17e74be919b59b878c8383ad9"
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-angular/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions packages/runtime-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protobuf-ts/runtime-angular",
"version": "1.0.0",
"version": "1.0.1",
"description": "Runtime library for using protobuf-ts with angular",
"license": "Apache-2.0",
"author": "Timo Stamm <ts@timostamm.com>",
Expand Down Expand Up @@ -33,9 +33,9 @@
"peerDependencies": {
"@angular/common": ">=8.0.0 <=11.0.0",
"@angular/core": ">=8.0.0 <=11.0.0",
"@protobuf-ts/runtime": "1.0.0",
"@protobuf-ts/runtime-rpc": "1.0.0",
"@protobuf-ts/twirp-transport": "1.0.0",
"@protobuf-ts/runtime": "1.0.1",
"@protobuf-ts/runtime-rpc": "1.0.1",
"@protobuf-ts/twirp-transport": "1.0.1",
"rxjs": "~6.5.5"
},
"devDependencies": {
Expand All @@ -48,9 +48,9 @@
"@angular/core": "~10.0.6",
"@angular/platform-browser": "~10.0.6",
"@angular/platform-browser-dynamic": "~10.0.6",
"@protobuf-ts/runtime": "^1.0.0",
"@protobuf-ts/runtime-rpc": "^1.0.0",
"@protobuf-ts/twirp-transport": "^1.0.0",
"@protobuf-ts/runtime": "^1.0.1",
"@protobuf-ts/runtime-rpc": "^1.0.1",
"@protobuf-ts/twirp-transport": "^1.0.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.47",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-rpc/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/runtime-rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protobuf-ts/runtime-rpc",
"version": "1.0.0",
"version": "1.0.1",
"description": "Runtime library for RPC clients generated by the protobuf-ts plugin",
"license": "Apache-2.0",
"author": "Timo Stamm <ts@timostamm.com>",
Expand Down Expand Up @@ -36,7 +36,7 @@
"typescript": ">=3.8.3 <4"
},
"dependencies": {
"@protobuf-ts/runtime": "^1.0.0"
"@protobuf-ts/runtime": "^1.0.1"
},
"gitHead": "2742e3995c14cab17e74be919b59b878c8383ad9"
}
2 changes: 1 addition & 1 deletion packages/runtime/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protobuf-ts/runtime",
"version": "1.0.0",
"version": "1.0.1",
"description": "Runtime library for code generated by the protobuf-ts plugin",
"license": "(Apache-2.0 AND BSD-3-Clause)",
"author": "Timo Stamm <ts@timostamm.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-generated/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/test-generated/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@protobuf-ts/test-generated",
"version": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"private": true,
"devDependencies": {
"@protobuf-ts/plugin": "^1.0.0",
"@protobuf-ts/runtime": "^1.0.0",
"@protobuf-ts/runtime-rpc": "^1.0.0",
"@protobuf-ts/plugin": "^1.0.1",
"@protobuf-ts/runtime": "^1.0.1",
"@protobuf-ts/runtime-rpc": "^1.0.1",
"@types/jasmine": "^3.5.10",
"@types/node": "^14.0.13",
"jasmine": "^3.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/twirp-transport/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/twirp-transport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protobuf-ts/twirp-transport",
"version": "1.0.0",
"version": "1.0.1",
"description": "Twirp transport for code generated by the protobuf-ts plugin.",
"license": "Apache-2.0",
"author": "Timo Stamm <ts@timostamm.com>",
Expand Down Expand Up @@ -39,8 +39,8 @@
"typescript": ">=3.8.3 <4"
},
"dependencies": {
"@protobuf-ts/runtime": "^1.0.0",
"@protobuf-ts/runtime-rpc": "^1.0.0"
"@protobuf-ts/runtime": "^1.0.1",
"@protobuf-ts/runtime-rpc": "^1.0.1"
},
"gitHead": "2742e3995c14cab17e74be919b59b878c8383ad9"
}

0 comments on commit c39c8fb

Please sign in to comment.