Updating versions
This commit is contained in:
Binary file not shown.
Vendored
+1
-1
@@ -15698,7 +15698,7 @@ module.exports = require("zlib");
|
||||
/***/ ((module) => {
|
||||
|
||||
"use strict";
|
||||
module.exports = {"i8":"1.0.1"};
|
||||
module.exports = {"i8":"1.1.0"};
|
||||
|
||||
/***/ })
|
||||
|
||||
|
||||
+2
-2
@@ -5,7 +5,7 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "npm ci && tsc && npm exec -- @vercel/ncc build --source-map lib/index.js",
|
||||
"pre-build-exe": "npm run build && npm exec -- @vercel/ncc build lib/executable/cli.js -o runtime",
|
||||
"pre-build-exe": "npm ci && tsc && npm exec -- @vercel/ncc build lib/executable/cli.js -o runtime",
|
||||
"build-exe-linux-x64": "npm run pre-build-exe && nexe -i runtime/index.js -t linux-x64-14.15.3 -o cli/maven-dependency-submission-linux-x64",
|
||||
"test": "jest"
|
||||
},
|
||||
@@ -37,4 +37,4 @@
|
||||
"ts-node": "^10.8.2",
|
||||
"typescript": "^4.7.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user