Skip to content

Commit

Permalink
grpc-native: Update submodule and version
Browse files Browse the repository at this point in the history
murgatroid99 committed Jul 21, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 465f7a1 commit cd82535
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/grpc-native-core/binding.gyp
Original file line number Diff line number Diff line change
@@ -91,7 +91,7 @@
'GPR_BACKWARDS_COMPATIBILITY_MODE',
'GRPC_ARES=1',
'GRPC_UV',
'GRPC_NODE_VERSION="1.24.10"',
'GRPC_NODE_VERSION="1.24.11"',
'CARES_STATICLIB',
'CARES_SYMBOL_HIDING'
],
2 changes: 1 addition & 1 deletion packages/grpc-native-core/build.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
settings:
'#': It's possible to have node_version here as a key to override the core's version.
node_version: 1.24.10
node_version: 1.24.11
2 changes: 1 addition & 1 deletion packages/grpc-native-core/deps/grpc
Submodule grpc updated 170 files
2 changes: 1 addition & 1 deletion packages/grpc-native-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grpc",
"version": "1.24.10",
"version": "1.24.11",
"author": "Google Inc.",
"description": "gRPC Library for Node",
"homepage": "https://grpc.io/",

0 comments on commit cd82535

Please sign in to comment.