@hyext/builder-revues 1.2.3 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -710,7 +710,7 @@ function genEntrys(props) {
710
710
  });
711
711
  }
712
712
 
713
- const libVersion = "1.0.4" ;
713
+ const libVersion = "1.1.0" ;
714
714
  const libCdn = '//a.msstatic.com/huya/hd/h5/static-source/revue/lib';
715
715
 
716
716
  function getLibVersion(builderConfig) {
@@ -738,7 +738,7 @@ function getLibUrl(builderConfig, localPath, check = true) {
738
738
  }
739
739
  function checkCdnSourceExist(baseUrl) {
740
740
  return __awaiter(this, void 0, void 0, function* () {
741
- const cssIndexUrl = `${baseUrl}/framework/css/index.css`;
741
+ const cssIndexUrl = `https:${baseUrl}/framework/css/index.css`;
742
742
  try {
743
743
  yield axios__default["default"].get(cssIndexUrl);
744
744
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyext/builder-revues",
3
- "version": "1.2.3",
3
+ "version": "1.3.1",
4
4
  "description": "> TODO: description",
5
5
  "author": "loler",
6
6
  "homepage": "",
@@ -24,10 +24,10 @@
24
24
  "url": "https://git.huya.com/exc/web/revue.git"
25
25
  },
26
26
  "dependencies": {
27
- "@revues/cocos-web-adapter": "1.2.3",
28
- "@revues/code-compiler": "1.2.3",
29
- "@revues/web-frame": "1.2.3",
30
- "@revues/web-sdk-core": "1.2.3",
27
+ "@revues/cocos-web-adapter": "1.3.1",
28
+ "@revues/code-compiler": "1.3.1",
29
+ "@revues/web-frame": "1.3.1",
30
+ "@revues/web-sdk-core": "1.3.1",
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": "f79bebcec72da249d96ebd1bcbb001f6182e59ec"
50
+ "gitHead": "20b962850faf75a4a9cca0a027e64fadd4879509"
51
51
  }