@hyext/builder-revues 1.5.10-alpha.1 → 1.5.10-alpha.2

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 +1 -1
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -745,7 +745,7 @@ function genEntrys(props) {
745
745
  });
746
746
  }
747
747
 
748
- const libVersion = "1.4.5-alpha.0" ;
748
+ const libVersion = "1.4.5-alpha.1" ;
749
749
  const libCdn = '//a.msstatic.com/huya/hd/h5/static-source/revue/lib';
750
750
 
751
751
  function getLibVersion(builderConfig) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyext/builder-revues",
3
- "version": "1.5.10-alpha.1",
3
+ "version": "1.5.10-alpha.2",
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.10-alpha.1",
29
- "@revues/code-compiler": "1.5.10-alpha.1",
30
- "@revues/web-sdk-core": "1.5.10-alpha.1",
28
+ "@revues/cocos-web-adapter": "1.5.10-alpha.2",
29
+ "@revues/code-compiler": "1.5.10-alpha.2",
30
+ "@revues/web-sdk-core": "1.5.10-alpha.2",
31
31
  "archiver": "^7.0.1",
32
32
  "axios": "^1.7.3",
33
33
  "chalk": "^2.4.2",
@@ -48,5 +48,5 @@
48
48
  "@types/ramda": "^0.29.11",
49
49
  "terser": "^5.31.0"
50
50
  },
51
- "gitHead": "76e9bd5229b5813221815ab80e022d487cc57301"
51
+ "gitHead": "718beb0248ea46f66865ab570462f7f7a23bf85f"
52
52
  }