@bbn/bbn 1.0.205 → 1.0.206

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.
package/dist/bbn.js CHANGED
@@ -4206,15 +4206,15 @@ __webpack_require__.r(__webpack_exports__);
4206
4206
  /* harmony export */ "default": () => (/* binding */ calendar)
4207
4207
  /* harmony export */ });
4208
4208
  /* harmony import */ var dayjs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js");
4209
- /* harmony import */ var dayjs_plugin_calendar_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! dayjs/plugin/calendar.js */ "./node_modules/dayjs/plugin/calendar.js");
4210
- /* harmony import */ var dayjs_plugin_isLeapYear_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! dayjs/plugin/isLeapYear.js */ "./node_modules/dayjs/plugin/isLeapYear.js");
4209
+ /* harmony import */ var dayjs_plugin_isLeapYear_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! dayjs/plugin/isLeapYear.js */ "./node_modules/dayjs/plugin/isLeapYear.js");
4210
+ /* harmony import */ var dayjs_plugin_calendar_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! dayjs/plugin/calendar.js */ "./node_modules/dayjs/plugin/calendar.js");
4211
4211
  /* harmony import */ var _fdate_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./fdate.js */ "./dist/fn/datetime/fdate.js");
4212
4212
  /* harmony import */ var _date_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./date.js */ "./dist/fn/datetime/date.js");
4213
4213
  /* harmony import */ var _type_isDate_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../type/isDate.js */ "./dist/fn/type/isDate.js");
4214
4214
  /* harmony import */ var _type_isString_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../type/isString.js */ "./dist/fn/type/isString.js");
4215
4215
 
4216
4216
 
4217
- // import plugin
4217
+
4218
4218
 
4219
4219
 
4220
4220
 
@@ -4222,8 +4222,8 @@ __webpack_require__.r(__webpack_exports__);
4222
4222
  var bbn = {
4223
4223
  _: function (st) { return st; }
4224
4224
  };
4225
- dayjs__WEBPACK_IMPORTED_MODULE_0__.extend(dayjs_plugin_calendar_js__WEBPACK_IMPORTED_MODULE_1__);
4226
- dayjs__WEBPACK_IMPORTED_MODULE_0__.extend(dayjs_plugin_isLeapYear_js__WEBPACK_IMPORTED_MODULE_2__);
4225
+ dayjs__WEBPACK_IMPORTED_MODULE_0__.extend(dayjs_plugin_calendar_js__WEBPACK_IMPORTED_MODULE_2__);
4226
+ dayjs__WEBPACK_IMPORTED_MODULE_0__.extend(dayjs_plugin_isLeapYear_js__WEBPACK_IMPORTED_MODULE_1__);
4227
4227
  /**
4228
4228
  * Returns a date relative to the current day.
4229
4229
  *