@pisell/pisellos 2.1.80 → 2.1.81

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.
@@ -1500,7 +1500,7 @@ export var BookingByStepImpl = /*#__PURE__*/function (_BaseModule) {
1500
1500
  resources.push.apply(resources, _toConsumableArray(dateResources || []));
1501
1501
  } else {
1502
1502
  var dateList = this.store.date.getDateList();
1503
- dateList.forEach(function (n) {
1503
+ dateList === null || dateList === void 0 || dateList.forEach(function (n) {
1504
1504
  if (n.resource) resources.push.apply(resources, _toConsumableArray(n.resource));
1505
1505
  });
1506
1506
  }
@@ -876,7 +876,7 @@ var BookingByStepImpl = class extends import_BaseModule.BaseModule {
876
876
  resources.push(...dateResources || []);
877
877
  } else {
878
878
  const dateList = this.store.date.getDateList();
879
- dateList.forEach((n) => {
879
+ dateList == null ? void 0 : dateList.forEach((n) => {
880
880
  if (n.resource)
881
881
  resources.push(...n.resource);
882
882
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@pisell/pisellos",
4
- "version": "2.1.80",
4
+ "version": "2.1.81",
5
5
  "description": "一个可扩展的前端模块化SDK框架,支持插件系统",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",