@galacean/cli 0.0.1-alpha.13 → 0.0.1-alpha.14

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.
@@ -87915,8 +87915,6 @@ import { OrbitControl as ToolkitOrbitControl } from "@galacean/engine-toolkit";
87915
87915
  <% if(debug.stats) { %>
87916
87916
  import { Stats } from "@galacean/engine-toolkit";
87917
87917
 
87918
- Stats.hookRequest();
87919
-
87920
87918
  debugChannel.addEventListener("message", (e) => {
87921
87919
  if (!(e.data && typeof e.data === 'object')) return;
87922
87920
 
@@ -151341,7 +151339,7 @@ function readCliVersionFromPackageJson() {
151341
151339
  const parsed = JSON.parse(raw);
151342
151340
  return typeof parsed.version === "string" && parsed.version.length > 0 ? parsed.version : "0.0.0";
151343
151341
  }
151344
- var CLI_VERSION = "0.0.1-alpha.13".length > 0 ? "0.0.1-alpha.13" : readCliVersionFromPackageJson();
151342
+ var CLI_VERSION = "0.0.1-alpha.14".length > 0 ? "0.0.1-alpha.14" : readCliVersionFromPackageJson();
151345
151343
 
151346
151344
  // src/push-output.ts
151347
151345
  function printPushResult(result, options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galacean/cli",
3
- "version": "0.0.1-alpha.13",
3
+ "version": "0.0.1-alpha.14",
4
4
  "main": "dist/cli.bundle.cjs",
5
5
  "bin": {
6
6
  "galacean": "bin/galacean.js"
@@ -28,17 +28,17 @@
28
28
  "vitest": "^2.0.0",
29
29
  "@gltf-transform/core": "^4.1.0",
30
30
  "@gltf-transform/extensions": "^4.1.0",
31
- "@editor/editor-api": "1.0.0",
32
31
  "@editor/builder": "1.0.0",
33
32
  "@editor/constants": "2.0.3",
34
33
  "@editor/model": "2.0.3",
35
- "@editor/asset-bundle-utils": "1.0.0",
34
+ "@editor/editor-api": "1.0.0",
36
35
  "@editor/storage": "0.0.1",
37
- "tsconfig": "1.0.1",
38
- "@galacean/tools-ktx2-encoder": "1.5.0-alpha.0",
36
+ "config": "1.0.1",
39
37
  "@editor/vfs": "1.0.0",
38
+ "@editor/asset-bundle-utils": "1.0.0",
39
+ "tsconfig": "1.0.1",
40
40
  "@galacean/tools-color-dilation": "1.5.0-alpha.0",
41
- "config": "1.0.1"
41
+ "@galacean/tools-ktx2-encoder": "1.5.0-alpha.0"
42
42
  },
43
43
  "scripts": {
44
44
  "build": "node build.mjs",