Updating versions

This commit is contained in:
Peter Murray
2022-09-26 15:00:02 +00:00
committed by GitHub
parent fb46db307d
commit 757c626a9b
3 changed files with 3 additions and 3 deletions
Binary file not shown.
+1 -1
View File
@@ -15698,7 +15698,7 @@ module.exports = require("zlib");
/***/ ((module) => { /***/ ((module) => {
"use strict"; "use strict";
module.exports = {"i8":"1.0.1"}; module.exports = {"i8":"1.1.0"};
/***/ }) /***/ })
+1 -1
View File
@@ -5,7 +5,7 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "npm ci && tsc && npm exec -- @vercel/ncc build --source-map lib/index.js", "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", "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" "test": "jest"
}, },