Skip to content

Commit b152c3f

Browse files
authored
Merge pull request #409 from nicolasnoble/updating-submodule
Updating submodule, and tagging version as 1.12.4
2 parents 8e30235 + 9963bbc commit b152c3f

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

packages/grpc-native-core/binding.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
],
8686
'defines': [
8787
'PB_FIELD_16BIT',
88+
'PB_NO_PACKED_STRUCTS=1',
8889
'GPR_BACKWARDS_COMPATIBILITY_MODE',
8990
'GRPC_ARES=0',
9091
'GRPC_UV'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
settings:
22
'#': It's possible to have node_version here as a key to override the core's version.
3-
node_version: 1.12.3
3+
node_version: 1.12.4
Submodule grpc updated 43 files

packages/grpc-native-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grpc",
3-
"version": "1.12.3",
3+
"version": "1.12.4",
44
"author": "Google Inc.",
55
"description": "gRPC Library for Node",
66
"homepage": "https://grpc.io/",

packages/grpc-native-core/templates/binding.gyp.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
],
8080
'defines': [
8181
'PB_FIELD_16BIT',
82+
'PB_NO_PACKED_STRUCTS=1',
8283
'GPR_BACKWARDS_COMPATIBILITY_MODE',
8384
'GRPC_ARES=0',
8485
'GRPC_UV'

0 commit comments

Comments
 (0)