@tmsfe/tmskit 0.0.34 → 0.0.36
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/index.cjs.js +3 -2
- package/package.json +1 -1
- package/src/config/constant.js +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -417,7 +417,7 @@ const EXTEND_CMD$1 = path$f.resolve(CACHE_DIR, 'cmd');
|
|
|
417
417
|
const TEMPLATE_NAME$1 = 'tmskit-template';
|
|
418
418
|
|
|
419
419
|
// 脚手架模板的远程地址
|
|
420
|
-
const TEMPLATE_URL$1 = '
|
|
420
|
+
const TEMPLATE_URL$1 = 'http://tms-web-1g1czzwka2fd06f2-1301126013.tcloudbaseapp.com/tmskit-template/tmskit-template.zip';
|
|
421
421
|
|
|
422
422
|
// 脚手架的名称
|
|
423
423
|
const TMS_NAME$1 = 'tmskit';
|
|
@@ -3075,6 +3075,7 @@ function delOtherPackages(tmsConfig, targetSubPackages) {
|
|
|
3075
3075
|
}
|
|
3076
3076
|
});
|
|
3077
3077
|
}
|
|
3078
|
+
|
|
3078
3079
|
async function dev$3(tmsConfig, targetModules) {
|
|
3079
3080
|
var _tmsConfig$hooks;
|
|
3080
3081
|
const {
|
|
@@ -3903,7 +3904,7 @@ var entry = [{
|
|
|
3903
3904
|
|
|
3904
3905
|
var require$$12 = {
|
|
3905
3906
|
name: "@tmsfe/tmskit",
|
|
3906
|
-
version: "0.0.
|
|
3907
|
+
version: "0.0.36",
|
|
3907
3908
|
description: "tmskit",
|
|
3908
3909
|
main: "dist/index.cjs",
|
|
3909
3910
|
bin: {
|
package/package.json
CHANGED
package/src/config/constant.js
CHANGED
|
@@ -32,7 +32,7 @@ const EXTEND_CMD = path.resolve(CACHE_DIR, 'cmd');
|
|
|
32
32
|
const TEMPLATE_NAME = 'tmskit-template';
|
|
33
33
|
|
|
34
34
|
// 脚手架模板的远程地址
|
|
35
|
-
const TEMPLATE_URL = '
|
|
35
|
+
const TEMPLATE_URL = 'http://tms-web-1g1czzwka2fd06f2-1301126013.tcloudbaseapp.com/tmskit-template/tmskit-template.zip';
|
|
36
36
|
|
|
37
37
|
// 脚手架的名称
|
|
38
38
|
const TMS_NAME = 'tmskit';
|