Update checked-in dependencies
This commit is contained in:
parent
8c70d43f73
commit
ccc5046d0b
17 changed files with 1088 additions and 958 deletions
10
node_modules/long/package.json
generated
vendored
10
node_modules/long/package.json
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "long",
|
||||
"version": "5.2.4",
|
||||
"version": "5.3.0",
|
||||
"author": "Daniel Wirtz <dcode@dcode.io>",
|
||||
"description": "A Long class for representing a 64-bit two's-complement integer value.",
|
||||
"repository": {
|
||||
|
|
@ -33,7 +33,9 @@
|
|||
},
|
||||
"scripts": {
|
||||
"build": "esm2umd Long index.js > umd/index.js",
|
||||
"test": "node tests"
|
||||
"test": "npm run test:unit && npm run test:typescript",
|
||||
"test:unit": "node tests",
|
||||
"test:typescript": "tsc --project tests/typescript/tsconfig.esnext.json && tsc --project tests/typescript/tsconfig.nodenext.json && tsc --project tests/typescript/tsconfig.commonjs.json"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
|
|
@ -41,10 +43,12 @@
|
|||
"umd/index.js",
|
||||
"umd/index.d.ts",
|
||||
"umd/package.json",
|
||||
"types.d.ts",
|
||||
"LICENSE",
|
||||
"README.md"
|
||||
],
|
||||
"devDependencies": {
|
||||
"esm2umd": "^0.2.1"
|
||||
"esm2umd": "^0.2.2",
|
||||
"typescript": "^5.7.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue