@tmsfe/tmskit 0.0.13 → 0.0.15-beta.1

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/CHANGELOG.md CHANGED
@@ -20,4 +20,13 @@
20
20
  * 日志添加时间戳
21
21
  * 编译代码有更新时,增加提示日志
22
22
  * 删除源码文件或文件夹时,支持监听文件变动,删除编译文件
23
- * fix window中tar命令的兼容性问题
23
+ * fix window中tar命令的兼容性问题
24
+ 7. [0.0.15]
25
+ * 删除原函数软连功能
26
+ * fix 修复dist node_module.tar.gz没有删除bug
27
+ 8. [-]
28
+ * fix: 日志打印多空行问题
29
+ * add: 增加--noCache的参数,支持不使用缓存运行dev
30
+ * add: package.json、module.config.json更新后,提示重新启动dev
31
+ * fix: gulp-watch更新某个文件时,编译多个文件的问题
32
+ * 策略:拉取第三方代码,dev流程都会执行
package/README.md CHANGED
@@ -9,7 +9,7 @@ tmskit create webapp
9
9
 
10
10
 
11
11
  3. cd webapp
12
- tmskit run dev -m <模块名> -e <环境名>
12
+ tmskit run dev -m <模块名>
13
13
 
14
14
  使用文档详见: https://open.go.qq.com/tmskit/
15
15
  ```
@@ -25,4 +25,9 @@ npm run dev
25
25
  cd example
26
26
  node /Users/odile/workspace/tms-frontend1/tools/tmskit/dist/index.cjs run dev
27
27
 
28
+
29
+ 3. 发布tmskit
30
+ npm run pub:patch (小版本)
31
+ npm run pub:minor (中版本)
32
+ npm run pub:major (大版本)
28
33
  ```