@ttmg/cli 0.1.0-alpha.1 → 0.1.0-alpha.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 -3
package/dist/index.js CHANGED
@@ -1217,7 +1217,7 @@ async function dev() {
1217
1217
  await watchChange();
1218
1218
  }
1219
1219
 
1220
- var version = "0.1.0-alpha.0";
1220
+ var version = "0.1.0-alpha.2";
1221
1221
  var pkg = {
1222
1222
  version: version};
1223
1223
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttmg/cli",
3
- "version": "0.1.0-alpha.1",
3
+ "version": "0.1.0-alpha.2",
4
4
  "description": "TikTok Mini Game Command Line Tool",
5
5
  "license": "ISC",
6
6
  "bin": {
@@ -42,12 +42,11 @@
42
42
  "open": "^10.2.0",
43
43
  "prettier": "^3.6.2",
44
44
  "qrcode-terminal": "^0.12.0",
45
- "ttmg-pack": "0.0.20-alpha.0",
45
+ "ttmg-pack": "^0.0.20-alpha.1",
46
46
  "ws": "^8.18.3"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@babel/core": "^7.28.3",
50
- "@babel/plugin-transform-modules-commonjs": "^7.27.1",
51
50
  "@babel/preset-env": "^7.28.3",
52
51
  "@rollup/plugin-alias": "^5.1.1",
53
52
  "@rollup/plugin-babel": "^6.0.4",