@bbn/bbn 1.0.163 → 1.0.165
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 -0
- package/dist/bbn.js.map +1 -1
- package/dist/index.js +5 -0
- package/package.json +1 -1
package/dist/bbn.js
CHANGED
|
@@ -18274,6 +18274,11 @@ var bbn = {
|
|
|
18274
18274
|
db: _db_js__WEBPACK_IMPORTED_MODULE_21__.db,
|
|
18275
18275
|
fn: _fn_js__WEBPACK_IMPORTED_MODULE_22__.fn
|
|
18276
18276
|
};
|
|
18277
|
+
if ('undefined' !== typeof window) {
|
|
18278
|
+
window.axios = axios__WEBPACK_IMPORTED_MODULE_23__["default"];
|
|
18279
|
+
window.dayjs = dayjs__WEBPACK_IMPORTED_MODULE_0__;
|
|
18280
|
+
window.bbn = bbn;
|
|
18281
|
+
}
|
|
18277
18282
|
|
|
18278
18283
|
|
|
18279
18284
|
})();
|