mirror of https://github.com/grpc/grpc-node.git
Merge pull request #996 from murgatroid99/v1.22.1_update
Update to v1.22.3 (core 1.22.1)
This commit is contained in:
commit
af405370fe
|
@ -94,7 +94,7 @@
|
|||
'GPR_BACKWARDS_COMPATIBILITY_MODE',
|
||||
'GRPC_ARES=1',
|
||||
'GRPC_UV',
|
||||
'GRPC_NODE_VERSION="1.22.2"',
|
||||
'GRPC_NODE_VERSION="1.22.3"',
|
||||
'CARES_STATICLIB',
|
||||
'CARES_SYMBOL_HIDING'
|
||||
],
|
||||
|
|
|
@ -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.22.2
|
||||
node_version: 1.22.3
|
|
@ -1 +1 @@
|
|||
Subproject commit 08fd59f039c7cf62614ab7741b3f34527af103c7
|
||||
Subproject commit c599e6a922a80e40e24a2d3c994a6dd51046796b
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "grpc",
|
||||
"version": "1.22.2",
|
||||
"version": "1.22.3",
|
||||
"author": "Google Inc.",
|
||||
"description": "gRPC Library for Node",
|
||||
"homepage": "https://grpc.io/",
|
||||
|
|
Loading…
Reference in New Issue