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 c5e7036 + 936c38d commit 7db315dCopy full SHA for 7db315d
packages/grpc-native-core/binding.gyp
@@ -91,7 +91,7 @@
91
'GPR_BACKWARDS_COMPATIBILITY_MODE',
92
'GRPC_ARES=0',
93
'GRPC_UV',
94
- 'GRPC_NODE_VERSION="1.14.0-pre4"'
+ 'GRPC_NODE_VERSION="1.14.0"'
95
],
96
'conditions': [
97
['grpc_gcov=="true"', {
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.14.0-pre4
+ node_version: 1.14.0
packages/grpc-native-core/package.json
@@ -1,6 +1,6 @@
{
"name": "grpc",
- "version": "1.14.0-pre4",
+ "version": "1.14.0",
4
"author": "Google Inc.",
5
"description": "gRPC Library for Node",
6
"homepage": "https://grpc.io/",
0 commit comments