File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
packages/grpc-native-core Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3131 "arguejs" : " ^0.2.3" ,
3232 "lodash" : " ^4.15.0" ,
3333 "nan" : " ^2.0.0" ,
34- "node-pre-gyp" : " ^0.6.35 " ,
34+ "node-pre-gyp" : " ^0.6.39 " ,
3535 "protobufjs" : " ^5.0.0"
3636 },
3737 "devDependencies" : {
4343 },
4444 "binary" : {
4545 "module_name" : " grpc_node" ,
46- "module_path" : " src/node/extension_binary/{node_abi}-{platform}-{arch}" ,
46+ "module_path" : " src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc} " ,
4747 "host" : " https://storage.googleapis.com/" ,
4848 "remote_path" : " grpc-precompiled-binaries/node/{name}/v{version}" ,
49- "package_name" : " {node_abi}-{platform}-{arch}.tar.gz"
49+ "package_name" : " {node_abi}-{platform}-{arch}-{libc} .tar.gz"
5050 },
5151 "files" : [
5252 " LICENSE" ,
Original file line number Diff line number Diff line change 4545 },
4646 "binary": {
4747 "module_name": "grpc_node",
48- "module_path": "src/node/extension_binary/{node_abi}-{platform}-{arch}",
48+ "module_path": "src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc} ",
4949 "host": "https://storage.googleapis.com/",
5050 "remote_path": "grpc-precompiled-binaries/node/{name}/v{version}",
51- "package_name": "{node_abi}-{platform}-{arch}.tar.gz"
51+ "package_name": "{node_abi}-{platform}-{arch}-{libc} .tar.gz"
5252 },
5353 "files": [
5454 "LICENSE",
You can’t perform that action at this time.
0 commit comments