hylid-bridge 2.11.0 → 2.12.0-alpha.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/CHANGELOG.md +15 -4
- package/canIUse.json +1 -1
- package/lib/appEnv/clients.js +1 -1
- package/lib/appEnv/getEnv.js +6 -3
- package/lib/bridges.js +40 -11
- package/lib/clients/mp/alipay/createWebViewContext.d.ts +2 -2
- package/lib/clients/mp/alipay/createWebViewContext.js +3 -2
- package/lib/clients/mp/alipay/custom.d.ts +1 -0
- package/lib/clients/mp/alipay/custom.js +2 -0
- package/lib/clients/mp/alipay/generated.d.ts +0 -1
- package/lib/clients/mp/alipay/generated.js +0 -2
- package/lib/clients/mp/alipay/index.d.ts +1 -1
- package/lib/clients/mp/alipay/tradePay.d.ts +1 -1
- package/lib/clients/mp/alipay/tradePay.js +1 -1
- package/lib/clients/mp/alipay_plus/createWebViewContext.d.ts +2 -2
- package/lib/clients/mp/alipay_plus/createWebViewContext.js +3 -2
- package/lib/clients/mp/alipay_plus/custom.d.ts +1 -0
- package/lib/clients/mp/alipay_plus/custom.js +2 -0
- package/lib/clients/mp/alipay_plus/generated.d.ts +0 -1
- package/lib/clients/mp/alipay_plus/generated.js +0 -2
- package/lib/clients/mp/alipay_plus/index.d.ts +1 -1
- package/lib/clients/mp/lazada/createWebViewContext.d.ts +2 -2
- package/lib/clients/mp/lazada/createWebViewContext.js +3 -2
- package/lib/clients/mp/lazada/custom.d.ts +1 -0
- package/lib/clients/mp/lazada/custom.js +2 -0
- package/lib/clients/mp/lazada/generated.d.ts +0 -1
- package/lib/clients/mp/lazada/generated.js +0 -2
- package/lib/clients/mp/lazada/index.d.ts +1 -1
- package/lib/clients/mp/taobao/createWebViewContext.d.ts +2 -2
- package/lib/clients/mp/taobao/createWebViewContext.js +3 -2
- package/lib/clients/mp/taobao/custom.d.ts +1 -0
- package/lib/clients/mp/taobao/custom.js +2 -0
- package/lib/clients/mp/taobao/generated.d.ts +0 -1
- package/lib/clients/mp/taobao/generated.js +0 -2
- package/lib/clients/mp/taobao/index.d.ts +1 -1
- package/lib/clients/mp_web/alipay/tradePay.d.ts +1 -1
- package/lib/clients/mp_web/alipay/tradePay.js +1 -1
- package/lib/clients/web/alipay/custom.d.ts +6 -0
- package/lib/clients/web/alipay/custom.js +12 -0
- package/lib/clients/web/alipay/exitApp.d.ts +2 -0
- package/lib/clients/web/alipay/exitApp.js +2 -0
- package/lib/clients/web/alipay/generated.d.ts +0 -3
- package/lib/clients/web/alipay/generated.js +0 -6
- package/lib/clients/web/alipay/index.d.ts +6 -3
- package/lib/clients/web/alipay/tradePay.d.ts +1 -1
- package/lib/clients/web/alipay/tradePay.js +1 -1
- package/lib/clients/web/alipay_plus/custom.d.ts +6 -0
- package/lib/clients/web/alipay_plus/custom.js +12 -0
- package/lib/clients/web/alipay_plus/generated.d.ts +0 -3
- package/lib/clients/web/alipay_plus/generated.js +0 -6
- package/lib/clients/web/alipay_plus/index.d.ts +6 -3
- package/lib/clients/web/h5/custom.d.ts +8 -0
- package/lib/clients/web/h5/custom.js +8 -0
- package/lib/clients/web/h5/exitApp.d.ts +2 -0
- package/lib/clients/web/h5/exitApp.js +4 -0
- package/lib/clients/web/h5/index.d.ts +4 -0
- package/lib/clients/web/h5/navigateBack.d.ts +2 -0
- package/lib/clients/web/h5/navigateBack.js +4 -0
- package/lib/clients/web/h5/navigateTo.d.ts +2 -0
- package/lib/clients/web/h5/navigateTo.js +4 -0
- package/lib/clients/web/h5/redirectTo.d.ts +2 -0
- package/lib/clients/web/h5/redirectTo.js +4 -0
- package/lib/common/apis/custom/{tradePay.d.ts → mp/tradePay.d.ts} +1 -1
- package/lib/common/apis/custom/{tradePay.js → mp/tradePay.js} +1 -1
- package/lib/common/apis/custom/mp_web/tradePay.d.ts +3 -0
- package/lib/common/apis/custom/mp_web/tradePay.js +34 -0
- package/lib/common/apis/custom/web/tradePay.d.ts +3 -0
- package/lib/common/apis/custom/web/tradePay.js +34 -0
- package/lib/common/whichCanIUse.js +4 -4
- package/lib/umd/index.js +2 -6350
- package/lib/umd/index.js.LICENSE.txt +1 -0
- package/lib/umd/mp_ae.js +1 -45
- package/lib/umd/mp_alipay.js +2 -1766
- package/lib/umd/mp_alipay.js.LICENSE.txt +1 -0
- package/lib/umd/mp_alipay_hk.js +1 -45
- package/lib/umd/mp_alipay_plus.js +2 -3339
- package/lib/umd/mp_alipay_plus.js.LICENSE.txt +1 -0
- package/lib/umd/mp_alipay_vn.js +1 -45
- package/lib/umd/mp_dana.js +1 -45
- package/lib/umd/mp_gcash.js +1 -45
- package/lib/umd/mp_lazada.js +2 -3251
- package/lib/umd/mp_lazada.js.LICENSE.txt +1 -0
- package/lib/umd/mp_taobao.js +2 -2217
- package/lib/umd/mp_taobao.js.LICENSE.txt +1 -0
- package/lib/umd/mp_tmall.js +1 -45
- package/lib/umd/mp_tmn.js +1 -45
- package/lib/umd/mp_tngd.js +1 -45
- package/lib/umd/mp_web_alipay.js +2 -2173
- package/lib/umd/mp_web_alipay.js.LICENSE.txt +1 -0
- package/lib/umd/mp_web_alipay_plus.js +2 -3009
- package/lib/umd/mp_web_alipay_plus.js.LICENSE.txt +1 -0
- package/lib/umd/web_ae.js +1 -45
- package/lib/umd/web_alipay.js +2 -2657
- package/lib/umd/web_alipay.js.LICENSE.txt +1 -0
- package/lib/umd/web_alipay_hk.js +1 -45
- package/lib/umd/web_alipay_mo.js +1 -45
- package/lib/umd/web_alipay_plus.js +2 -2877
- package/lib/umd/web_alipay_plus.js.LICENSE.txt +1 -0
- package/lib/umd/web_alipay_vn.js +1 -45
- package/lib/umd/web_daraz.js +1 -45
- package/lib/umd/web_h5.js +2 -2140
- package/lib/umd/web_h5.js.LICENSE.txt +1 -0
- package/lib/umd/web_kkp.js +1 -45
- package/lib/umd/web_lazada.js +1 -45
- package/lib/umd/web_taobao.js +1 -45
- package/lib/umd/web_taobao_overseas.js +1 -45
- package/package.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|