Update checked-in dependencies
This commit is contained in:
parent
c9f0d30a86
commit
95d52b7807
647 changed files with 498055 additions and 3880 deletions
2
node_modules/long/index.js
generated
vendored
2
node_modules/long/index.js
generated
vendored
|
|
@ -1562,7 +1562,7 @@ if (typeof BigInt === "function") {
|
|||
|
||||
// Override
|
||||
Long.fromValue = function fromValueWithBigInt(value, unsigned) {
|
||||
if (typeof value === "bigint") return fromBigInt(value, unsigned);
|
||||
if (typeof value === "bigint") return Long.fromBigInt(value, unsigned);
|
||||
return fromValue(value, unsigned);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue