@bbn/bbn 1.0.169 → 1.0.171
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 +5 -5
- package/dist/bbn.js.map +1 -1
- package/dist/index.d.ts +1 -3
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/bbn.js
CHANGED
|
@@ -18193,9 +18193,7 @@ var __webpack_exports__ = {};
|
|
|
18193
18193
|
\***********************/
|
|
18194
18194
|
__webpack_require__.r(__webpack_exports__);
|
|
18195
18195
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
18196
|
-
/* harmony export */
|
|
18197
|
-
/* harmony export */ dayjs: () => (/* reexport default export from named module */ dayjs__WEBPACK_IMPORTED_MODULE_0__),
|
|
18198
|
-
/* harmony export */ "default": () => (/* binding */ bbn)
|
|
18196
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
18199
18197
|
/* harmony export */ });
|
|
18200
18198
|
/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! axios */ "./node_modules/axios/lib/axios.js");
|
|
18201
18199
|
/* harmony import */ var dayjs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js");
|
|
@@ -18279,11 +18277,13 @@ if ('undefined' !== typeof window) {
|
|
|
18279
18277
|
window.dayjs = dayjs__WEBPACK_IMPORTED_MODULE_0__;
|
|
18280
18278
|
window.bbn = bbn;
|
|
18281
18279
|
}
|
|
18282
|
-
|
|
18280
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (bbn);
|
|
18283
18281
|
|
|
18284
18282
|
})();
|
|
18285
18283
|
|
|
18286
|
-
|
|
18284
|
+
var __webpack_export_target__ = self;
|
|
18285
|
+
for(var i in __webpack_exports__) __webpack_export_target__[i] = __webpack_exports__[i];
|
|
18286
|
+
if(__webpack_exports__.__esModule) Object.defineProperty(__webpack_export_target__, "__esModule", { value: true });
|
|
18287
18287
|
/******/ })()
|
|
18288
18288
|
;
|
|
18289
18289
|
//# sourceMappingURL=bbn.js.map
|