@zeppos/zeus-cli 1.6.7-beta1 → 1.6.7-beta2
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zeppos/zeus-cli",
|
|
3
|
-
"version": "1.6.7-
|
|
3
|
+
"version": "1.6.7-beta2",
|
|
4
4
|
"description": "zeus mini-program tools",
|
|
5
5
|
"main": "index.ts",
|
|
6
6
|
"author": "zepp",
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
"qrcode-terminal": "^0.12.0",
|
|
22
22
|
"vorpal": "^1.12.0",
|
|
23
23
|
"yargs": "^17.5.1",
|
|
24
|
-
"@zeppos/form-data": "^4.0.0",
|
|
25
24
|
"@zeppos/zpm": "^3.1.13-beta1",
|
|
26
25
|
"axios": "^0.27.2",
|
|
27
26
|
"chalk": "^4.1.2",
|
|
28
27
|
"chokidar": "^3.5.3",
|
|
29
28
|
"dotenv": "^16.0.1",
|
|
30
29
|
"findup-sync": "^5.0.0",
|
|
30
|
+
"form-data": "^4.0.1",
|
|
31
31
|
"fs-extra": "^10.1.0",
|
|
32
32
|
"get-port": "5.1.1",
|
|
33
33
|
"inquirer": "^8.1.2",
|
|
@@ -79,7 +79,7 @@ var rd = __importStar(require("rd"));
|
|
|
79
79
|
var fs_1 = __importDefault(require("fs"));
|
|
80
80
|
var path = __importStar(require("path"));
|
|
81
81
|
var fs_extra_1 = __importDefault(require("fs-extra"));
|
|
82
|
-
var form_data_1 = __importDefault(require("
|
|
82
|
+
var form_data_1 = __importDefault(require("form-data"));
|
|
83
83
|
var index_1 = require("../index");
|
|
84
84
|
var lodash_1 = require("lodash");
|
|
85
85
|
var lodash_2 = require("lodash");
|
|
@@ -138,7 +138,7 @@ var createX = function (cwdPath, args, func, beforeFiles) {
|
|
|
138
138
|
return pre;
|
|
139
139
|
}, {}); };
|
|
140
140
|
localChoices = genChoices();
|
|
141
|
-
watchfaceTemplateChoices = { v1: [], v2: [] };
|
|
141
|
+
watchfaceTemplateChoices = { v1: [], v2: [], 'v3': [], 'v3.5': [] };
|
|
142
142
|
appTemplateChoices = genChoices();
|
|
143
143
|
workoutExtTemplateChoices = { 'v3.5': [] };
|
|
144
144
|
getTemplateChoices = function (appType) {
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
"dev": "nodemon -e ts,tsx --exec \"rimraf dist && tsc && ts-node build.ts\" --ignore types/ --ignore dist/"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@zeppos/form-data": "^4.0.0",
|
|
17
16
|
"@zeppos/zpm": "^3.1.13-beta1",
|
|
18
17
|
"axios": "^0.27.2",
|
|
19
18
|
"chalk": "^4.1.2",
|
|
20
19
|
"chokidar": "^3.5.3",
|
|
21
20
|
"dotenv": "^16.0.1",
|
|
22
21
|
"findup-sync": "^5.0.0",
|
|
22
|
+
"form-data": "^4.0.1",
|
|
23
23
|
"fs-extra": "^10.1.0",
|
|
24
24
|
"get-port": "5.1.1",
|
|
25
25
|
"inquirer": "^8.1.2",
|