@ttmg/cli 0.3.1-unity.14 → 0.3.1-unity.15

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/dist/index.js CHANGED
@@ -3229,7 +3229,7 @@ async function dev() {
3229
3229
  watch();
3230
3230
  }
3231
3231
 
3232
- var version = "0.3.1-unity.14";
3232
+ var version = "0.3.1-unity.15";
3233
3233
  var pkg = {
3234
3234
  version: version};
3235
3235
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttmg/cli",
3
- "version": "0.3.1-unity.14",
3
+ "version": "0.3.1-unity.15",
4
4
  "description": "TikTok Mini Game Command Line Tool",
5
5
  "license": "ISC",
6
6
  "bin": {
@@ -47,7 +47,7 @@
47
47
  "p-limit": "5.0.0",
48
48
  "prettier": "^3.6.2",
49
49
  "semver": "^7.7.2",
50
- "ttmg-pack": "0.2.8-unity.1",
50
+ "ttmg-pack": "0.2.8",
51
51
  "ws": "^8.18.3"
52
52
  },
53
53
  "devDependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttmg/cli",
3
- "version": "0.3.1-unity.14",
3
+ "version": "0.3.1-unity.15",
4
4
  "description": "TikTok Mini Game Command Line Tool",
5
5
  "license": "ISC",
6
6
  "bin": {
@@ -47,7 +47,7 @@
47
47
  "p-limit": "5.0.0",
48
48
  "prettier": "^3.6.2",
49
49
  "semver": "^7.7.2",
50
- "ttmg-pack": "0.2.8-unity.1",
50
+ "ttmg-pack": "0.2.8",
51
51
  "ws": "^8.18.3"
52
52
  },
53
53
  "devDependencies": {