We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc93d57 commit 40197e4Copy full SHA for 40197e4
package.json
@@ -48,7 +48,7 @@
48
"posttest": "npm run check"
49
},
50
"dependencies": {
51
- "@google-cloud/common-grpc": "^0.10.0",
+ "@google-cloud/common-grpc": "^1.0.0",
52
"@google-cloud/paginator": "^1.0.0",
53
"@google-cloud/projectify": "^1.0.0",
54
"@google-cloud/promisify": "^1.0.0",
src/cluster.ts
@@ -16,7 +16,7 @@
16
17
import {promisifyAll} from '@google-cloud/promisify';
18
import {CallOptions, Operation as GaxOperation} from 'google-gax';
19
-import {ServiceError} from 'grpc';
+import {ServiceError} from '@grpc/grpc-js';
20
21
import {google as btTypes} from '../proto/bigtable';
22
import {Bigtable} from '.';
0 commit comments