@hyext/builder-revues 1.0.19 → 1.0.20

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 +0 -1
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -331,7 +331,6 @@ function compileGame(mode, projectPath, outputPath) {
331
331
  plugins,
332
332
  mode,
333
333
  compileSettings: {
334
- cocos: true,
335
334
  minify: mode === 'prod'
336
335
  }
337
336
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyext/builder-revues",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "> TODO: description",
5
5
  "author": "loler",
6
6
  "homepage": "",
@@ -24,11 +24,11 @@
24
24
  "minify": "node scripts/minify"
25
25
  },
26
26
  "dependencies": {
27
- "@revues/cocos-web-adapter": "1.0.19",
28
- "@revues/code-compiler": "1.0.19",
29
- "@revues/hyext-adapter": "1.0.19",
30
- "@revues/web-frame": "1.0.19",
31
- "@revues/web-sdk-core": "1.0.19",
27
+ "@revues/cocos-web-adapter": "1.0.20",
28
+ "@revues/code-compiler": "1.0.20",
29
+ "@revues/hyext-adapter": "1.0.20",
30
+ "@revues/web-frame": "1.0.20",
31
+ "@revues/web-sdk-core": "1.0.20",
32
32
  "archiver": "^7.0.1",
33
33
  "axios": "^1.7.1",
34
34
  "chalk": "^2.4.2",
@@ -47,5 +47,5 @@
47
47
  "@types/ramda": "^0.29.11",
48
48
  "terser": "^5.31.0"
49
49
  },
50
- "gitHead": "c5486148279e81dc655da8570341462b557e50bf"
50
+ "gitHead": "58167e0c935f78ca498fff2f5e2f59f2deb428be"
51
51
  }