@ttmg/cli 0.1.7-beta.2 → 0.1.7

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
@@ -84,3 +84,6 @@ feat: 支持文件变更监听,告知浏览器文件变更,提醒开发者
84
84
 
85
85
  1. 优化控制台报错日志
86
86
  2. 优化调试启动环节耗时
87
+
88
+ ## 0.1.7
89
+ - 修复 Windows 调试资源加载失败问题
package/dist/index.js CHANGED
@@ -1482,7 +1482,7 @@ async function upload() {
1482
1482
  console.log('app info', res?.data);
1483
1483
  }
1484
1484
 
1485
- var version = "0.1.7-beta.2";
1485
+ var version = "0.1.7";
1486
1486
  var pkg = {
1487
1487
  version: version};
1488
1488
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttmg/cli",
3
- "version": "0.1.7-beta.2",
3
+ "version": "0.1.7",
4
4
  "description": "TikTok Mini Game Command Line Tool",
5
5
  "license": "ISC",
6
6
  "bin": {