Skip to content

Commit

Permalink
Make @grpc/grpc-js a peer dependency, see #136
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm committed Jul 29, 2021
1 parent 9cba4b0 commit e63ae6a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
none


### v2.0.0-alpha.29

Bug fixes:

- @protobuf-ts/grpc-transport & @grpc/grpc-js dependency, see #136.
Thanks to @hugebdu for the report.


### v2.0.0-alpha.28

Bug fixes:
Expand Down
12 changes: 7 additions & 5 deletions packages/grpc-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
"module": "./build/es2015/index.js",
"typings": "./build/types/index.d.ts",
"sideEffects": false,
"dependencies": {
"@protobuf-ts/runtime": "^2.0.0-alpha.28",
"@protobuf-ts/runtime-rpc": "^2.0.0-alpha.28"
},
"peerDependencies": {
"@grpc/grpc-js": "^1.2.2"
},
"devDependencies": {
"@protobuf-ts/plugin": "^2.0.0-alpha.28",
"@protobuf-ts/protoc": "^2.0.0-alpha.28",
Expand All @@ -33,10 +40,5 @@
"tslib": "^2.0.0",
"typescript": "^3.9.5"
},
"dependencies": {
"@grpc/grpc-js": "^1.2.2",
"@protobuf-ts/runtime": "^2.0.0-alpha.28",
"@protobuf-ts/runtime-rpc": "^2.0.0-alpha.28"
},
"gitHead": "2742e3995c14cab17e74be919b59b878c8383ad9"
}
12 changes: 7 additions & 5 deletions packages/grpc-transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
"module": "./build/es2015/index.js",
"typings": "./build/types/index.d.ts",
"sideEffects": false,
"dependencies": {
"@protobuf-ts/runtime": "^2.0.0-alpha.28",
"@protobuf-ts/runtime-rpc": "^2.0.0-alpha.28"
},
"peerDependencies": {
"@grpc/grpc-js": "^1.2.2"
},
"devDependencies": {
"@protobuf-ts/plugin": "^2.0.0-alpha.28",
"@protobuf-ts/protoc": "^2.0.0-alpha.28",
Expand All @@ -33,10 +40,5 @@
"tslib": "^2.0.0",
"typescript": "^3.9.5"
},
"dependencies": {
"@grpc/grpc-js": "^1.2.2",
"@protobuf-ts/runtime": "^2.0.0-alpha.28",
"@protobuf-ts/runtime-rpc": "^2.0.0-alpha.28"
},
"gitHead": "2742e3995c14cab17e74be919b59b878c8383ad9"
}

0 comments on commit e63ae6a

Please sign in to comment.