@bbn/bbn 1.0.163 → 1.0.166

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
@@ -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 */ axios: () => (/* reexport safe */ axios__WEBPACK_IMPORTED_MODULE_23__["default"]),
18197
- /* harmony export */ bbn: () => (/* binding */ bbn),
18198
- /* harmony export */ dayjs: () => (/* reexport default export from named module */ dayjs__WEBPACK_IMPORTED_MODULE_0__)
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");
@@ -18274,11 +18272,16 @@ var bbn = {
18274
18272
  db: _db_js__WEBPACK_IMPORTED_MODULE_21__.db,
18275
18273
  fn: _fn_js__WEBPACK_IMPORTED_MODULE_22__.fn
18276
18274
  };
18277
-
18275
+ if ('undefined' !== typeof window) {
18276
+ window.axios = axios__WEBPACK_IMPORTED_MODULE_23__["default"];
18277
+ window.dayjs = dayjs__WEBPACK_IMPORTED_MODULE_0__;
18278
+ window.bbn = bbn;
18279
+ }
18280
+ /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (bbn);
18278
18281
 
18279
18282
  })();
18280
18283
 
18281
- ((self.bbn = self.bbn || {}).axios = self.bbn.axios || {}).dayjs = __webpack_exports__;
18284
+ self.bbn = __webpack_exports__;
18282
18285
  /******/ })()
18283
18286
  ;
18284
18287
  //# sourceMappingURL=bbn.js.map