@bbn/bbn 1.0.171 → 1.0.173
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 +1 -3
- package/dist/bbn.js.map +1 -1
- package/package.json +1 -1
package/dist/bbn.js
CHANGED
|
@@ -18281,9 +18281,7 @@ if ('undefined' !== typeof window) {
|
|
|
18281
18281
|
|
|
18282
18282
|
})();
|
|
18283
18283
|
|
|
18284
|
-
|
|
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 });
|
|
18284
|
+
((self.bbn = self.bbn || {}).axios = self.bbn.axios || {}).dayjs = __webpack_exports__;
|
|
18287
18285
|
/******/ })()
|
|
18288
18286
|
;
|
|
18289
18287
|
//# sourceMappingURL=bbn.js.map
|