@hyext/builder-revues 1.2.2-alpha.2 → 1.2.2-alpha.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -710,7 +710,7 @@ function genEntrys(props) {
710
710
  });
711
711
  }
712
712
 
713
- const libVersion = "1.0.2" ;
713
+ const libVersion = "1.0.3-alpha.1" ;
714
714
  const libCdn = '//a.msstatic.com/huya/hd/h5/static-source/revue/lib';
715
715
 
716
716
  function getLibVersion(builderConfig) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyext/builder-revues",
3
- "version": "1.2.2-alpha.2",
3
+ "version": "1.2.2-alpha.3",
4
4
  "description": "> TODO: description",
5
5
  "author": "loler",
6
6
  "homepage": "",
@@ -24,9 +24,9 @@
24
24
  "url": "https://git.huya.com/exc/web/revue.git"
25
25
  },
26
26
  "dependencies": {
27
- "@revues/cocos-web-adapter": "1.2.2-alpha.2",
28
- "@revues/code-compiler": "1.2.2-alpha.2",
29
- "@revues/web-sdk-core": "1.2.2-alpha.2",
27
+ "@revues/cocos-web-adapter": "1.2.2-alpha.3",
28
+ "@revues/code-compiler": "1.2.2-alpha.3",
29
+ "@revues/web-sdk-core": "1.2.2-alpha.3",
30
30
  "archiver": "^7.0.1",
31
31
  "axios": "^1.7.3",
32
32
  "chalk": "^2.4.2",
@@ -46,5 +46,5 @@
46
46
  "@types/ramda": "^0.29.11",
47
47
  "terser": "^5.31.0"
48
48
  },
49
- "gitHead": "e5b4f87f1f87b142af1cdfb2c2f64626a0f02dfc"
49
+ "gitHead": "dc7187d30e5540f712d53ee237333b1377c6dc82"
50
50
  }