@hylid/env 4.1.1 → 6.0.0
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 +3 -0
- package/lib/checker/mpWeb.js +3 -0
- package/lib/checker/web.js +3 -0
- package/lib/constants.d.ts +2 -0
- package/lib/constants.js +3 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
package/lib/checker/mp.js
CHANGED
package/lib/checker/mpWeb.js
CHANGED
package/lib/checker/web.js
CHANGED
package/lib/constants.d.ts
CHANGED
package/lib/constants.js
CHANGED
|
@@ -29,7 +29,9 @@ export var CLIENT = {
|
|
|
29
29
|
H5: 'h5',
|
|
30
30
|
WECHAT: 'wechat',
|
|
31
31
|
TNGD_H5NG: 'tngdh5ng',
|
|
32
|
-
WORLDFIRST: 'worldfirst'
|
|
32
|
+
WORLDFIRST: 'worldfirst',
|
|
33
|
+
SCB_PLANETPLUS: 'scb_planetplus',
|
|
34
|
+
ZALOPAY: 'zalopay'
|
|
33
35
|
};
|
|
34
36
|
export var HAVE_MINIPROGRAM = /miniprogram/i;
|
|
35
37
|
export var NO_MINIPROGRAM = /^((?!miniprogram).)*$/i;
|
package/lib/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default '
|
|
1
|
+
export default '6.0.0';
|