@ttmg/cli 0.2.7-beta.2 → 0.2.7-unity.1

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.
@@ -12,8 +12,8 @@
12
12
  rel="stylesheet"
13
13
  />
14
14
  <title>TikTok Mini Games DevTool</title>
15
- <script type="module" crossorigin src="/assets/index-D7NxtOrr.js"></script>
16
- <link rel="stylesheet" crossorigin href="/assets/index-CkX8so1Z.css">
15
+ <script type="module" crossorigin src="/assets/index-HQmYB1jW.js"></script>
16
+ <link rel="stylesheet" crossorigin href="/assets/index-yQFyt16Q.css">
17
17
  </head>
18
18
  <body>
19
19
  <div id="root"></div>
@@ -118,6 +118,8 @@ async function compile(context = {}) {
118
118
  // concurrency: 4,
119
119
  });
120
120
 
121
+ console.log(isSuccess, errorMsg, packages);
122
+
121
123
  if (!isSuccess) {
122
124
  parentPort?.postMessage({
123
125
  type: 'status',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttmg/cli",
3
- "version": "0.2.7-beta.2",
3
+ "version": "0.2.7-unity.1",
4
4
  "description": "TikTok Mini Game Command Line Tool",
5
5
  "license": "ISC",
6
6
  "bin": {
@@ -47,7 +47,7 @@
47
47
  "prettier": "^3.6.2",
48
48
  "qrcode": "^1.5.4",
49
49
  "semver": "^7.7.2",
50
- "ttmg-pack": "0.2.1",
50
+ "ttmg-pack": "0.2.2-unity.2",
51
51
  "ws": "^8.18.3"
52
52
  },
53
53
  "devDependencies": {