@hyext/builder-revues 1.4.3 → 1.4.5

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
@@ -728,7 +728,7 @@ function genEntrys(props) {
728
728
  });
729
729
  }
730
730
 
731
- const libVersion = "1.4.0" ;
731
+ const libVersion = "1.4.1" ;
732
732
  const libCdn = '//a.msstatic.com/huya/hd/h5/static-source/revue/lib';
733
733
 
734
734
  function getLibVersion(builderConfig) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyext/builder-revues",
3
- "version": "1.4.3",
3
+ "version": "1.4.5",
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.4.3",
29
- "@revues/code-compiler": "1.4.3",
30
- "@revues/web-sdk-core": "1.4.3",
28
+ "@revues/cocos-web-adapter": "1.4.5",
29
+ "@revues/code-compiler": "1.4.5",
30
+ "@revues/web-sdk-core": "1.4.5",
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": "f1dc1e4a781e61964f2ffa98369bacc2bee70996"
50
+ "gitHead": "eeb703a5d4a497e2aee27d66b9c6c18201bf747d"
51
51
  }
@@ -19,6 +19,7 @@
19
19
  -webkit-touch-callout:none;
20
20
  background-color: #fff;
21
21
  overscroll-behavior: none;
22
+ touch-action: none;
22
23
  }
23
24
 
24
25
  canvas {