We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70e8511 + 48225da commit 5b0ce86Copy full SHA for 5b0ce86
packages/grpc-native-core/binding.gyp
@@ -94,7 +94,7 @@
94
'GPR_BACKWARDS_COMPATIBILITY_MODE',
95
'GRPC_ARES=1',
96
'GRPC_UV',
97
- 'GRPC_NODE_VERSION="1.22.1"',
+ 'GRPC_NODE_VERSION="1.22.2"',
98
'CARES_STATICLIB',
99
'CARES_SYMBOL_HIDING'
100
],
packages/grpc-native-core/build.yaml
@@ -1,3 +1,3 @@
1
settings:
2
'#': It's possible to have node_version here as a key to override the core's version.
3
- node_version: 1.22.1
+ node_version: 1.22.2
packages/grpc-native-core/package.json
@@ -1,6 +1,6 @@
{
"name": "grpc",
- "version": "1.22.1",
+ "version": "1.22.2",
4
"author": "Google Inc.",
5
"description": "gRPC Library for Node",
6
"homepage": "https://grpc.io/",
0 commit comments