@ttmg/cli 0.1.7-beta.1 → 0.1.7-beta.2

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
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.1";
1485
+ var version = "0.1.7-beta.2";
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.1",
3
+ "version": "0.1.7-beta.2",
4
4
  "description": "TikTok Mini Game Command Line Tool",
5
5
  "license": "ISC",
6
6
  "bin": {
@@ -48,7 +48,7 @@
48
48
  "prettier": "^3.6.2",
49
49
  "qrcode": "^1.5.4",
50
50
  "semver": "^7.7.2",
51
- "ttmg-pack": "0.0.34",
51
+ "ttmg-pack": "0.0.36",
52
52
  "ws": "^8.18.3"
53
53
  },
54
54
  "devDependencies": {