@pisell/pisellos 2.2.114 → 2.2.116

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.
@@ -594,11 +594,15 @@ export var SalesImpl = /*#__PURE__*/function (_BaseModule) {
594
594
  bookings: bookings
595
595
  });
596
596
  });
597
- this.logger.info('getResourceBookingList', {
598
- currentTime: currentTime,
599
- bookingList: bookingList,
600
- deviceTime: deviceTime,
601
- list: list
597
+ this.logger.addLog({
598
+ type: 'info',
599
+ title: 'getResourceBookingList',
600
+ metadata: {
601
+ currentTime: currentTime,
602
+ bookingList: bookingList,
603
+ deviceTime: deviceTime,
604
+ list: list
605
+ }
602
606
  });
603
607
  return _context3.abrupt("return", list);
604
608
  case 21:
@@ -439,11 +439,15 @@ var SalesImpl = class extends import_BaseModule.BaseModule {
439
439
  bookings
440
440
  };
441
441
  });
442
- this.logger.info("getResourceBookingList", {
443
- currentTime,
444
- bookingList,
445
- deviceTime,
446
- list
442
+ this.logger.addLog({
443
+ type: "info",
444
+ title: "getResourceBookingList",
445
+ metadata: {
446
+ currentTime,
447
+ bookingList,
448
+ deviceTime,
449
+ list
450
+ }
447
451
  });
448
452
  return list;
449
453
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@pisell/pisellos",
4
- "version": "2.2.114",
4
+ "version": "2.2.116",
5
5
  "description": "一个可扩展的前端模块化SDK框架,支持插件系统",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",