mirror of https://github.com/grpc/grpc-node.git
Remove @types/protobufjs and bump to 1.23.1
This commit is contained in:
parent
a3d5dbf07a
commit
1bec9e2b5d
|
@ -97,7 +97,7 @@
|
||||||
'GPR_BACKWARDS_COMPATIBILITY_MODE',
|
'GPR_BACKWARDS_COMPATIBILITY_MODE',
|
||||||
'GRPC_ARES=1',
|
'GRPC_ARES=1',
|
||||||
'GRPC_UV',
|
'GRPC_UV',
|
||||||
'GRPC_NODE_VERSION="1.23.0"',
|
'GRPC_NODE_VERSION="1.23.1"',
|
||||||
'CARES_STATICLIB',
|
'CARES_STATICLIB',
|
||||||
'CARES_SYMBOL_HIDING'
|
'CARES_SYMBOL_HIDING'
|
||||||
],
|
],
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
settings:
|
settings:
|
||||||
'#': It's possible to have node_version here as a key to override the core's version.
|
'#': It's possible to have node_version here as a key to override the core's version.
|
||||||
|
node_version: 1.23.1
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "grpc",
|
"name": "grpc",
|
||||||
"version": "1.23.0",
|
"version": "1.23.1",
|
||||||
"author": "Google Inc.",
|
"author": "Google Inc.",
|
||||||
"description": "gRPC Library for Node",
|
"description": "gRPC Library for Node",
|
||||||
"homepage": "https://grpc.io/",
|
"homepage": "https://grpc.io/",
|
||||||
|
@ -29,7 +29,6 @@
|
||||||
"node-pre-gyp"
|
"node-pre-gyp"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/protobufjs": "^5.0.31",
|
|
||||||
"lodash.camelcase": "^4.3.0",
|
"lodash.camelcase": "^4.3.0",
|
||||||
"lodash.clone": "^4.5.0",
|
"lodash.clone": "^4.5.0",
|
||||||
"nan": "^2.13.2",
|
"nan": "^2.13.2",
|
||||||
|
|
|
@ -31,7 +31,6 @@
|
||||||
"node-pre-gyp"
|
"node-pre-gyp"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/protobufjs": "^5.0.31",
|
|
||||||
"lodash.camelcase": "^4.3.0",
|
"lodash.camelcase": "^4.3.0",
|
||||||
"lodash.clone": "^4.5.0",
|
"lodash.clone": "^4.5.0",
|
||||||
"nan": "^2.13.2",
|
"nan": "^2.13.2",
|
||||||
|
|
Loading…
Reference in New Issue