@hyext/builder-revues 1.5.7 → 1.5.9-alpha.0

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.
package/dist/index.js CHANGED
@@ -743,7 +743,7 @@ function genEntrys(props) {
743
743
  });
744
744
  }
745
745
 
746
- const libVersion = "1.4.3" ;
746
+ const libVersion = "1.4.4-alpha.0" ;
747
747
  const libCdn = '//a.msstatic.com/huya/hd/h5/static-source/revue/lib';
748
748
 
749
749
  function getLibVersion(builderConfig) {
@@ -860,7 +860,7 @@ function renderGameTemplate(opts) {
860
860
  return {
861
861
  input: path__default["default"].join(templatePath, 'minigame-page-manager.hbs'),
862
862
  output: path__default["default"].join(mainPath, info.entryFilename),
863
- data: Object.assign({ sourcePathPrefix, hyextSDKUrl: info.sdkUrl, debug, sentryScript: dev ? undefined : sentryScriptUrl, buildEnv: buildEnv, extInfo: finalExtInfo, deviceOrientation: PluginDriver.context.deviceOrientation, builderConfig: builderConfig }, resolvePreloadCodeByProject({
863
+ data: Object.assign({ sourcePathPrefix, hyextSDKUrl: info.sdkUrl, debug, isProd: buildEnv != 'dev', sentryScript: dev ? undefined : sentryScriptUrl, buildEnv: buildEnv, extInfo: finalExtInfo, deviceOrientation: PluginDriver.context.deviceOrientation, builderConfig: builderConfig }, resolvePreloadCodeByProject({
864
864
  builderConfig,
865
865
  extInfo: finalExtInfo,
866
866
  projectPath: inputPath
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyext/builder-revues",
3
- "version": "1.5.7",
3
+ "version": "1.5.9-alpha.0",
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.5.7",
29
- "@revues/code-compiler": "1.5.7",
30
- "@revues/web-sdk-core": "1.5.7",
28
+ "@revues/cocos-web-adapter": "1.5.9-alpha.0",
29
+ "@revues/code-compiler": "1.5.9-alpha.0",
30
+ "@revues/web-sdk-core": "1.5.9-alpha.0",
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": "c2e87825ffc77e38415166fe6ae95dcf3f6902d5"
50
+ "gitHead": "9f42e4ea04f63714dbc8c02074ab9bd8d6264dfe"
51
51
  }