Skip to content

Commit b93c0c4

Browse files
SimenBcallmehiphop
authored andcommitted
fix: correct Long types import (#358)
1 parent 26d437a commit b93c0c4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

handwritten/datastore/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"@google-cloud/projectify": "^1.0.0",
5050
"@google-cloud/promisify": "^1.0.0",
5151
"@types/duplexify": "^3.6.0",
52+
"@types/long": "^4.0.0",
5253
"arrify": "^2.0.0",
5354
"concat-stream": "^2.0.0",
5455
"extend": "^3.0.1",

handwritten/datastore/proto/datastore.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as $protobuf from "protobufjs";
2-
import * as long from "long";
2+
import * as Long from "long";
33
/** Namespace google. */
44
export namespace google {
55

0 commit comments

Comments
 (0)