Updating versions

This commit is contained in:
Peter Murray
2022-09-26 14:59:51 +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) => {
"use strict";
module.exports = {"i8":"1.0.1"};
module.exports = {"i8":"1.1.0"};
/***/ })
+2 -2
View File
@@ -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"
}
}
}