@hyext/builder-revues 1.2.2 → 1.2.3

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
@@ -710,7 +710,7 @@ function genEntrys(props) {
710
710
  });
711
711
  }
712
712
 
713
- const libVersion = "1.0.3" ;
713
+ const libVersion = "1.0.4" ;
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",
3
+ "version": "1.2.3",
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.2",
28
- "@revues/code-compiler": "1.2.2",
29
- "@revues/web-frame": "1.2.2",
30
- "@revues/web-sdk-core": "1.2.2",
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",
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": "002e556eab25f41c289c2e3db316f3c95dce2360"
50
+ "gitHead": "f79bebcec72da249d96ebd1bcbb001f6182e59ec"
51
51
  }
@@ -74,6 +74,8 @@
74
74
  window.__debug = true
75
75
  </script>
76
76
  {{/if}}
77
+ <link rel="stylesheet" href="{{sourcePathPrefix}}/framework/script/web-frame.css"></link>
78
+ <script charset="utf-8" src="{{sourcePathPrefix}}/framework/script/web-frame.js"></script>
77
79
  <script charset="utf-8" src="{{hyextSDKUrl}}"></script>
78
80
  <script charset="utf-8" src="{{sourcePathPrefix}}/framework/script/web-sdk-core.js"></script>
79
81
  </head>