@zeppos/zeus-cli 1.5.0 → 1.5.2
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.5.
|
|
3
|
+
"version": "1.5.2",
|
|
4
4
|
"description": "zeus mini-program tools",
|
|
5
5
|
"main": "index.ts",
|
|
6
6
|
"author": "zepp",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"qrcode-terminal": "^0.12.0",
|
|
22
22
|
"vorpal": "^1.12.0",
|
|
23
23
|
"yargs": "^17.5.1",
|
|
24
|
-
"@zeppos/zpm": "^3.0.
|
|
24
|
+
"@zeppos/zpm": "^3.0.11",
|
|
25
25
|
"axios": "^0.27.2",
|
|
26
26
|
"chalk": "^4.1.2",
|
|
27
27
|
"chokidar": "^3.5.3",
|
|
@@ -164,7 +164,7 @@ var buildSupportV3Config = function (workspace, mode, buildConfigOption) {
|
|
|
164
164
|
fs_1["default"].renameSync(oldName, path.join(distDir_1, newName_1));
|
|
165
165
|
}
|
|
166
166
|
});
|
|
167
|
-
index_1.logger.log(INNER_PRODUCT_TIP);
|
|
167
|
+
mode === BuildMode.PROD && index_1.logger.log(INNER_PRODUCT_TIP);
|
|
168
168
|
return [2, newName_1];
|
|
169
169
|
}
|
|
170
170
|
return [2, zabName_1];
|
|
@@ -231,7 +231,6 @@ var build = function (workspace, mode, buildConfigOption, packages, appId) {
|
|
|
231
231
|
});
|
|
232
232
|
productName_1 = newName_2;
|
|
233
233
|
}
|
|
234
|
-
index_1.logger.log(INNER_PRODUCT_TIP);
|
|
235
234
|
return [2, productName_1];
|
|
236
235
|
case 3:
|
|
237
236
|
if (!(mode === BuildMode.DEV)) return [3, 5];
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"dev": "nodemon -e ts,tsx --exec \"rm -rf dist && tsc && ts-node build.ts\" --ignore types/ --ignore dist/"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@zeppos/zpm": "^3.0.
|
|
16
|
+
"@zeppos/zpm": "^3.0.11",
|
|
17
17
|
"axios": "^0.27.2",
|
|
18
18
|
"chalk": "^4.1.2",
|
|
19
19
|
"chokidar": "^3.5.3",
|