@pisell/pisellos 2.2.64 → 2.2.65

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.
@@ -4756,12 +4756,18 @@ export var CheckoutImpl = /*#__PURE__*/function (_BaseModule) {
4756
4756
  while (1) switch (_context42.prev = _context42.next) {
4757
4757
  case 0:
4758
4758
  _ref5 = _args42.length > 1 && _args42[1] !== undefined ? _args42[1] : {}, _ref5$cover = _ref5.cover, cover = _ref5$cover === void 0 ? false : _ref5$cover;
4759
+ this.logInfo('setOtherParams called', {
4760
+ metadata: {
4761
+ params: params,
4762
+ cover: cover
4763
+ }
4764
+ });
4759
4765
  if (cover) {
4760
4766
  this.otherParams = params;
4761
4767
  } else {
4762
4768
  this.otherParams = _objectSpread(_objectSpread({}, this.otherParams), params);
4763
4769
  }
4764
- case 2:
4770
+ case 3:
4765
4771
  case "end":
4766
4772
  return _context42.stop();
4767
4773
  }
@@ -3008,6 +3008,12 @@ var CheckoutImpl = class extends import_BaseModule.BaseModule {
3008
3008
  }
3009
3009
  }
3010
3010
  async setOtherParams(params, { cover = false } = {}) {
3011
+ this.logInfo("setOtherParams called", {
3012
+ metadata: {
3013
+ params,
3014
+ cover
3015
+ }
3016
+ });
3011
3017
  if (cover) {
3012
3018
  this.otherParams = params;
3013
3019
  } else {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@pisell/pisellos",
4
- "version": "2.2.64",
4
+ "version": "2.2.65",
5
5
  "description": "一个可扩展的前端模块化SDK框架,支持插件系统",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",