File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
packages/grpc-native-core Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 91
91
'GPR_BACKWARDS_COMPATIBILITY_MODE' ,
92
92
'GRPC_ARES=1' ,
93
93
'GRPC_UV' ,
94
- 'GRPC_NODE_VERSION="1.24.8 "' ,
94
+ 'GRPC_NODE_VERSION="1.24.9 "' ,
95
95
'CARES_STATICLIB' ,
96
96
'CARES_SYMBOL_HIDING'
97
97
],
Original file line number Diff line number Diff line change 1
1
settings :
2
2
' # ' : It's possible to have node_version here as a key to override the core's version.
3
- node_version : 1.24.8
3
+ node_version : 1.24.9
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " grpc" ,
3
- "version" : " 1.24.8 " ,
3
+ "version" : " 1.24.9 " ,
4
4
"author" : " Google Inc." ,
5
5
"description" : " gRPC Library for Node" ,
6
6
"homepage" : " https://grpc.io/" ,
Original file line number Diff line number Diff line change 23
23
24
24
'use strict' ;
25
25
26
- var binary = require ( 'node-pre-gyp/lib/pre-binding' ) ;
26
+ var binary = require ( '@mapbox/ node-pre-gyp/lib/pre-binding' ) ;
27
27
var path = require ( 'path' ) ;
28
28
var binding_path =
29
29
binary . find ( path . resolve ( path . join ( __dirname , '../package.json' ) ) ) ;
You can’t perform that action at this time.
0 commit comments