@alipay/ams-checkout 0.0.1710212811-dev.17 → 0.0.1710212811-dev.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.
@@ -116,7 +116,7 @@ export var BusManager = /*#__PURE__*/function () {
116
116
  for (var _len = arguments.length, optionalParams = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
117
117
  optionalParams[_key - 1] = arguments[_key];
118
118
  }
119
- console.log(message, optionalParams);
119
+ console.log(message + "---" + (optionalParams === null || optionalParams === void 0 ? void 0 : optionalParams.join("---")));
120
120
  }
121
121
  }
122
122
  }, {
@@ -126,7 +126,7 @@ export var BusManager = /*#__PURE__*/function () {
126
126
  for (var _len2 = arguments.length, optionalParams = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
127
127
  optionalParams[_key2 - 1] = arguments[_key2];
128
128
  }
129
- console.error(message, optionalParams);
129
+ console.error(message + "---" + (optionalParams === null || optionalParams === void 0 ? void 0 : optionalParams.join("---")));
130
130
  }
131
131
  }
132
132
  }, {
@@ -155,7 +155,7 @@ var ApplePayComponent = /*#__PURE__*/function () {
155
155
  _context.next = 11;
156
156
  break;
157
157
  case 10:
158
- _context.t2 = _yield$BusManager$pub.getData();
158
+ _context.t2 = _yield$BusManager$pub.getJSONObject();
159
159
  case 11:
160
160
  return _context.abrupt("return", _context.t2);
161
161
  case 12:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1710212811-dev.17",
3
+ "version": "0.0.1710212811-dev.19",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",