@ttmg/cli 0.2.8-fix.1 → 0.2.8

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
@@ -157,4 +157,5 @@ feat: 支持文件变更监听,告知浏览器文件变更,提醒开发者
157
157
  2. 支持校验子包配置文件名是否符合规范,对于非法文件名,提示开发者修改
158
158
  3. 调整域名校验默认逻辑,默认开启,校验失败时,提示开发者修改
159
159
 
160
-
160
+ ## 0.2.8
161
+ 1. 升级 ttmg-pack 0.2.4,修复 open data context 文件丢失问题
package/dist/index.js CHANGED
@@ -1902,7 +1902,7 @@ async function dev() {
1902
1902
  watch();
1903
1903
  }
1904
1904
 
1905
- var version = "0.2.8-fix.1";
1905
+ var version = "0.2.8";
1906
1906
  var pkg = {
1907
1907
  version: version};
1908
1908
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttmg/cli",
3
- "version": "0.2.8-fix.1",
3
+ "version": "0.2.8",
4
4
  "description": "TikTok Mini Game Command Line Tool",
5
5
  "license": "ISC",
6
6
  "bin": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttmg/cli",
3
- "version": "0.2.8-fix.1",
3
+ "version": "0.2.8",
4
4
  "description": "TikTok Mini Game Command Line Tool",
5
5
  "license": "ISC",
6
6
  "bin": {