@bbn/bbn 1.0.173 → 1.0.175
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 +4 -2
- package/dist/bbn.js.map +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/bbn.js
CHANGED
|
@@ -18193,7 +18193,9 @@ var __webpack_exports__ = {};
|
|
|
18193
18193
|
\***********************/
|
|
18194
18194
|
__webpack_require__.r(__webpack_exports__);
|
|
18195
18195
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
18196
|
-
/* harmony export */
|
|
18196
|
+
/* harmony export */ axios: () => (/* reexport safe */ axios__WEBPACK_IMPORTED_MODULE_23__["default"]),
|
|
18197
|
+
/* harmony export */ dayjs: () => (/* reexport default export from named module */ dayjs__WEBPACK_IMPORTED_MODULE_0__),
|
|
18198
|
+
/* harmony export */ "default": () => (/* binding */ bbn)
|
|
18197
18199
|
/* harmony export */ });
|
|
18198
18200
|
/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! axios */ "./node_modules/axios/lib/axios.js");
|
|
18199
18201
|
/* harmony import */ var dayjs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js");
|
|
@@ -18277,7 +18279,7 @@ if ('undefined' !== typeof window) {
|
|
|
18277
18279
|
window.dayjs = dayjs__WEBPACK_IMPORTED_MODULE_0__;
|
|
18278
18280
|
window.bbn = bbn;
|
|
18279
18281
|
}
|
|
18280
|
-
|
|
18282
|
+
|
|
18281
18283
|
|
|
18282
18284
|
})();
|
|
18283
18285
|
|