@alipay/ams-checkout 0.0.1710212811-dev.33 → 0.0.1710212811-dev.34

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.
@@ -183,7 +183,7 @@ export var BusManager = /*#__PURE__*/function () {
183
183
  return new Promise(function (resolve, reject) {
184
184
  var _config$timeoutMs;
185
185
  _this.publish(message, function (result) {
186
- failed = true;
186
+ failed = false;
187
187
  resolve(result);
188
188
  });
189
189
  setTimeout(function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1710212811-dev.33",
3
+ "version": "0.0.1710212811-dev.34",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",