diff --git a/packages/grpc-native-core/binding.gyp b/packages/grpc-native-core/binding.gyp index f35bd619..1a7bc1e3 100644 --- a/packages/grpc-native-core/binding.gyp +++ b/packages/grpc-native-core/binding.gyp @@ -101,6 +101,7 @@ '-fprofile-arcs', '-ftest-coverage', '-rdynamic', + '-lstdc++', ], }], ['grpc_alpine=="true"', { diff --git a/packages/grpc-native-core/deps/grpc b/packages/grpc-native-core/deps/grpc index 8d1dc219..ebae8a8c 160000 --- a/packages/grpc-native-core/deps/grpc +++ b/packages/grpc-native-core/deps/grpc @@ -1 +1 @@ -Subproject commit 8d1dc21994b2c8d4600db706b60b300c1a5a24a7 +Subproject commit ebae8a8c9f15425da8f07442642ca308f3c6612c diff --git a/packages/grpc-native-core/package.json b/packages/grpc-native-core/package.json index bb08ac55..dd4ead52 100644 --- a/packages/grpc-native-core/package.json +++ b/packages/grpc-native-core/package.json @@ -1,6 +1,6 @@ { "name": "grpc", - "version": "1.7.0-dev", + "version": "1.8.0-dev", "author": "Google Inc.", "description": "gRPC Library for Node", "homepage": "https://grpc.io/", diff --git a/packages/grpc-native-core/templates/package.json.template b/packages/grpc-native-core/templates/package.json.template index 47efb460..c70b2425 100644 --- a/packages/grpc-native-core/templates/package.json.template +++ b/packages/grpc-native-core/templates/package.json.template @@ -69,6 +69,7 @@ "binding.gyp" ], "main": "index.js", + "typings": "src/index.d.ts", "license": "Apache-2.0", "jshintConfig": { "bitwise": true,