@tmsfe/tmskit 0.0.15-beta.5 → 0.0.17

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
@@ -24,9 +24,17 @@
24
24
  7. [0.0.15]
25
25
  * 删除原函数软连功能
26
26
  * fix 修复dist node_module.tar.gz没有删除bug
27
- 8. [-]
27
+ 8. [0.0.16]
28
28
  * fix: 日志打印多空行问题
29
29
  * add: 增加--noCache的参数,支持不使用缓存运行dev
30
30
  * add: package.json、module.config.json更新后,提示重新启动dev
31
31
  * fix: gulp-watch更新某个文件时,编译多个文件的问题
32
- * 策略:拉取第三方代码,dev流程都会执行
32
+ * 策略:拉取第三方代码,dev流程都会执行
33
+ * add: 钩子函数支持promise
34
+ * fix: 编译watch不支持文件夹监听
35
+ * fix: 升级chokidar的版本
36
+ 9. []
37
+ * 删除“module.config.json pages为空”的判断
38
+ * 编译后 app.json 的 `subpackages`字段 按 `name` 排序
39
+ * `updateAppJson`钩子,增加`isDev、tmsConfig、modules、appJson`参数
40
+ * 增加`tmskit run cloud`命令
package/README.md CHANGED
@@ -27,7 +27,6 @@ node /Users/odile/workspace/tms-frontend1/tools/tmskit/dist/index.cjs run dev
27
27
 
28
28
 
29
29
  3. 发布tmskit
30
- npm run pub:patch (小版本)
31
- npm run pub:minor (中版本)
32
- npm run pub:major (大版本)
30
+ cd tools/npm-publish
31
+ npm run tmskit
33
32
  ```