@hyext/builder-revues 1.4.6 → 1.4.7

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 +2 -1
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -1136,9 +1136,10 @@ function makeBuildResults(mode, opts) {
1136
1136
  function getPagePath(entryInfo, extraParams) {
1137
1137
  const extType = entryInfo.extType;
1138
1138
  let entry = entryInfo.entryPath;
1139
+ const module = /^zs_/.test(extType) ? 'live-ExtSDK' : 'kiwi-ExtSDK';
1139
1140
  // 移动端需要补 __module_busi__
1140
1141
  if (extType.endsWith('_h5')) {
1141
- entry += '?__module_busi__=kiwi-ExtSDK' + extraParams;
1142
+ entry += `?__module_busi__=${module}` + extraParams;
1142
1143
  }
1143
1144
  return entry;
1144
1145
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyext/builder-revues",
3
- "version": "1.4.6",
3
+ "version": "1.4.7",
4
4
  "description": "> TODO: description",
5
5
  "author": "loler",
6
6
  "homepage": "",
@@ -25,9 +25,9 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@hyext/preload": "^1.1.3",
28
- "@revues/cocos-web-adapter": "1.4.6",
29
- "@revues/code-compiler": "1.4.6",
30
- "@revues/web-sdk-core": "1.4.6",
28
+ "@revues/cocos-web-adapter": "1.4.7",
29
+ "@revues/code-compiler": "1.4.7",
30
+ "@revues/web-sdk-core": "1.4.7",
31
31
  "archiver": "^7.0.1",
32
32
  "axios": "^1.7.3",
33
33
  "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": "0db6d8ee088a778fc88cb29d4335f8b9f45a2944"
50
+ "gitHead": "e094a51297bd184436117b97bcd4f1c80018b2ac"
51
51
  }