@hylid/env 4.0.21 → 4.0.22-alpha.1

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/lib/checker/mp.js CHANGED
@@ -24,4 +24,7 @@ export var mpChecker = [{
24
24
  // 为了避免 alipayHK 被识别成 alipay, 需要把以下条件放到末尾
25
25
  name: CLIENT.ALIPAY,
26
26
  match: [/alipay/]
27
+ }, {
28
+ name: CLIENT.MPAY,
29
+ match: [/MPay/]
27
30
  }];
package/lib/version.js CHANGED
@@ -1 +1 @@
1
- export default '4.0.19';
1
+ export default '4.0.22-alpha.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hylid/env",
3
- "version": "4.0.21",
3
+ "version": "4.0.22-alpha.1",
4
4
  "main": "lib/index.js",
5
5
  "files": [
6
6
  "lib"