electron-version-deployer-cli 0.4.5 → 0.4.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.cjs +1 -1
- package/package.json +3 -3
package/dist/cli.cjs
CHANGED
|
@@ -798,4 +798,4 @@ async function installPrebuilt(configs) {
|
|
|
798
798
|
}
|
|
799
799
|
commander.program.description(
|
|
800
800
|
"Electron 版本部署 CLI,简化你的 Electron 软件更新,让一切变得简单。"
|
|
801
|
-
).helpOption("-h, --help", "使用帮助").version("0.4.
|
|
801
|
+
).helpOption("-h, --help", "使用帮助").version("0.4.6", "-V, --version", "显示版本号").parse(process.argv);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electron-version-deployer-cli",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.6",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"main": "./dist/index.cjs.js",
|
|
7
7
|
"module": "./dist/index.es.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
],
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@inquirer/prompts": "^1.2.3",
|
|
22
|
-
"@types/archiver": "^
|
|
22
|
+
"@types/archiver": "^7.0.0",
|
|
23
23
|
"@types/node": "^20.2.5",
|
|
24
24
|
"changelog-parser": "^3.0.1",
|
|
25
25
|
"commander": "^10.0.1",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"electron": "^25.3.2"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"archiver": "^
|
|
41
|
+
"archiver": "^7.0.1",
|
|
42
42
|
"extract-zip": "^2.0.1",
|
|
43
43
|
"pkg-up": "3.1.0"
|
|
44
44
|
},
|