@ttmg/cli 0.2.5-beta.2 → 0.2.5-beta.3

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
@@ -1904,7 +1904,7 @@ async function dev() {
1904
1904
  listen();
1905
1905
  }
1906
1906
 
1907
- var version = "0.2.5-beta.2";
1907
+ var version = "0.2.5-beta.3";
1908
1908
  var pkg = {
1909
1909
  version: version};
1910
1910
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttmg/cli",
3
- "version": "0.2.5-beta.2",
3
+ "version": "0.2.5-beta.3",
4
4
  "description": "TikTok Mini Game Command Line Tool",
5
5
  "license": "ISC",
6
6
  "bin": {
@@ -72,6 +72,6 @@
72
72
  "typescript": "^5.9.2"
73
73
  },
74
74
  "engines": {
75
- "node": ">=20.0.0"
75
+ "node": "^20.19.1 || >=22"
76
76
  }
77
77
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttmg/cli",
3
- "version": "0.2.5-beta.2",
3
+ "version": "0.2.5-beta.3",
4
4
  "description": "TikTok Mini Game Command Line Tool",
5
5
  "license": "ISC",
6
6
  "bin": {
@@ -72,6 +72,6 @@
72
72
  "typescript": "^5.9.2"
73
73
  },
74
74
  "engines": {
75
- "node": ">=20.0.0"
75
+ "node": "^20.19.1 || >=22"
76
76
  }
77
77
  }