Skip to content

Commit 4551071

Browse files
authored
Add missing node-int64 dependency (#149)
Simple add. Looked into switching to BigInt, but the Thrift package still needs this. Closes: #148
1 parent f439596 commit 4551071

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"bson": "6.8.0",
2424
"int53": "^1.0.0",
2525
"long": "^5.2.3",
26+
"node-int64": "^0.4.0",
2627
"snappyjs": "^0.7.0",
2728
"thrift": "0.21.0",
2829
"varint": "^6.0.0",

0 commit comments

Comments
 (0)