@hyext/builder-revues 1.0.46 → 1.0.48
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/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hyext/builder-revues",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.48",
|
4
4
|
"description": "> TODO: description",
|
5
5
|
"author": "loler",
|
6
6
|
"homepage": "",
|
@@ -24,11 +24,11 @@
|
|
24
24
|
"minify": "node scripts/minify"
|
25
25
|
},
|
26
26
|
"dependencies": {
|
27
|
-
"@revues/cocos-web-adapter": "1.0.
|
28
|
-
"@revues/code-compiler": "1.0.
|
29
|
-
"@revues/hyext-adapter": "1.0.
|
30
|
-
"@revues/web-frame": "1.0.
|
31
|
-
"@revues/web-sdk-core": "1.0.
|
27
|
+
"@revues/cocos-web-adapter": "1.0.48",
|
28
|
+
"@revues/code-compiler": "1.0.48",
|
29
|
+
"@revues/hyext-adapter": "1.0.48",
|
30
|
+
"@revues/web-frame": "1.0.48",
|
31
|
+
"@revues/web-sdk-core": "1.0.48",
|
32
32
|
"archiver": "^7.0.1",
|
33
33
|
"axios": "^1.7.1",
|
34
34
|
"chalk": "^2.4.2",
|
@@ -47,8 +47,5 @@
|
|
47
47
|
"@types/ramda": "^0.29.11",
|
48
48
|
"terser": "^5.31.0"
|
49
49
|
},
|
50
|
-
"
|
51
|
-
"node": ">=16"
|
52
|
-
},
|
53
|
-
"gitHead": "19854c3a351498a7b691ad2f1294915409ae756b"
|
50
|
+
"gitHead": "910aa60fc67b1567e24b705281cebacb20ad13a0"
|
54
51
|
}
|
@@ -6,6 +6,7 @@
|
|
6
6
|
<meta id="viewport" name="viewport"
|
7
7
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover" />
|
8
8
|
<meta name="content-type" content="text/html; charset=utf-8">
|
9
|
+
<meta name="diy-performance-report" content="open">
|
9
10
|
<meta name="ext-name" content="{{extInfo.extName}}">
|
10
11
|
<meta name="ext-type" content="{{extInfo.extType}}">
|
11
12
|
<meta name="ext-uuid" content="{{extInfo.extUuid}}">
|
@@ -67,6 +68,10 @@
|
|
67
68
|
<script charset="utf-8">
|
68
69
|
window.__extInfo = {{ toJSON extInfo }}
|
69
70
|
</script>
|
71
|
+
{{#if isProd}}
|
72
|
+
<script src="https://fedlib.msstatic.com/fedbasic/hyext-inner/hyext-performance/performance.global.js"></script>
|
73
|
+
<script src="https://a.msstatic.com/huya/hd/cdn_libs/performance_report-min.js"></script>
|
74
|
+
{{/if}}
|
70
75
|
{{#if debug}}
|
71
76
|
<script charset="utf-8" src="https://cdnjs.cloudflare.com/ajax/libs/vConsole/3.15.1/vconsole.min.js"></script>
|
72
77
|
<script>
|
@@ -7,6 +7,7 @@
|
|
7
7
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover" />
|
8
8
|
<meta name="content-type" content="text/html; charset=utf-8">
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
10
|
+
<meta name="diy-performance-report" content="open">
|
10
11
|
<meta name="ext-name" content="{{extInfo.extName}}">
|
11
12
|
<meta name="ext-type" content="{{extInfo.extType}}">
|
12
13
|
<meta name="ext-uuid" content="{{extInfo.extUuid}}">
|