Update version to 1.24.8

This commit is contained in:
Michael Lumish 2021-04-29 10:38:34 -07:00
parent 317963ba37
commit c6525d2ab0
4 changed files with 4 additions and 4 deletions

View File

@ -91,7 +91,7 @@
'GPR_BACKWARDS_COMPATIBILITY_MODE', 'GPR_BACKWARDS_COMPATIBILITY_MODE',
'GRPC_ARES=1', 'GRPC_ARES=1',
'GRPC_UV', 'GRPC_UV',
'GRPC_NODE_VERSION="1.24.5"', 'GRPC_NODE_VERSION="1.24.8"',
'CARES_STATICLIB', 'CARES_STATICLIB',
'CARES_SYMBOL_HIDING' 'CARES_SYMBOL_HIDING'
], ],

View File

@ -1,3 +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.24.5 node_version: 1.24.8

View File

@ -1,6 +1,6 @@
{ {
"name": "grpc", "name": "grpc",
"version": "1.24.6", "version": "1.24.8",
"author": "Google Inc.", "author": "Google Inc.",
"description": "gRPC Library for Node", "description": "gRPC Library for Node",
"homepage": "https://grpc.io/", "homepage": "https://grpc.io/",

View File

@ -28,11 +28,11 @@
"prepack": "git submodule update --init --recursive && npm install" "prepack": "git submodule update --init --recursive && npm install"
}, },
"dependencies": { "dependencies": {
"@mapbox/node-pre-gyp": "^1.0.4",
"@types/bytebuffer": "^5.0.40", "@types/bytebuffer": "^5.0.40",
"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",
"node-pre-gyp": "^0.16.0",
"protobufjs": "^5.0.3" "protobufjs": "^5.0.3"
}, },
"devDependencies": { "devDependencies": {