We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d437a commit b93c0c4Copy full SHA for b93c0c4
2 files changed
handwritten/datastore/package.json
@@ -49,6 +49,7 @@
49
"@google-cloud/projectify": "^1.0.0",
50
"@google-cloud/promisify": "^1.0.0",
51
"@types/duplexify": "^3.6.0",
52
+ "@types/long": "^4.0.0",
53
"arrify": "^2.0.0",
54
"concat-stream": "^2.0.0",
55
"extend": "^3.0.1",
handwritten/datastore/proto/datastore.d.ts
@@ -1,5 +1,5 @@
1
import * as $protobuf from "protobufjs";
2
-import * as long from "long";
+import * as Long from "long";
3
/** Namespace google. */
4
export namespace google {
5
0 commit comments