@alipay/ams-checkout 2.0.18 → 2.0.19

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.
@@ -766,7 +766,7 @@ var ElementController = /*#__PURE__*/function () {
766
766
  });
767
767
  this.serviceMap.EventCenter.listen(EVENTNAME.PAYMENTMETHODCHANGED, function (data) {
768
768
  _this4.currentPaymentMethodType = (data === null || data === void 0 ? void 0 : data.type) || '';
769
- });
769
+ }, true);
770
770
  }
771
771
  }, {
772
772
  key: "sendRequestAndWaitWebLaunch",
@@ -1031,7 +1031,7 @@ var ElementController = /*#__PURE__*/function () {
1031
1031
  }
1032
1032
  this.serviceMap.EventCenter.listen(event, function (data) {
1033
1033
  callback === null || callback === void 0 || callback(data);
1034
- });
1034
+ }, true);
1035
1035
  }
1036
1036
  }, {
1037
1037
  key: "isEventAllowed",
@@ -15,7 +15,7 @@ import { createLoader } from '@antglobal/create-sdk-loader';
15
15
 
16
16
  import { stageName } from "./stageName";
17
17
  var SDKURL = {
18
- DEV: "https://sdk-dev.marmot-cloud.com/package/ams-checkout/".concat("2.0.18", "/ams-checkout.js"),
18
+ DEV: "https://sdk-dev.marmot-cloud.com/package/ams-checkout/".concat("2.0.19", "/ams-checkout.js"),
19
19
  LOCAL: "http://localhost:3000/ams-checkout.min.js",
20
20
  PROD: 'https://js.antom.com/v2/ams-checkout.js'
21
21
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "2.0.18",
3
+ "version": "2.0.19",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "exports": {