Skip to content

Commit 3fe12d7

Browse files
authored
Merge pull request #2112 from murgatroid99/proto-loader_long_fix
proto-loader: Don't force long@5
2 parents f457a9b + 2b67d5b commit 3fe12d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/proto-loader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grpc/proto-loader",
3-
"version": "0.6.10",
3+
"version": "0.6.11",
44
"author": "Google Inc.",
55
"contributors": [
66
{
@@ -47,7 +47,7 @@
4747
"dependencies": {
4848
"@types/long": "^4.0.1",
4949
"lodash.camelcase": "^4.3.0",
50-
"long": "^5.2.0",
50+
"long": "^4.0.0 || ^5.2.0",
5151
"protobufjs": "^6.10.0",
5252
"yargs": "^16.2.0"
5353
},

0 commit comments

Comments
 (0)