@bbn/bbn 1.0.150 → 1.0.151
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 -1
- package/dist/bbn.js.map +1 -1
- package/package.json +2 -2
package/dist/bbn.js
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
/***/ ((module) => {
|
|
19
19
|
|
|
20
20
|
"use strict";
|
|
21
|
-
module.exports = dayjs;
|
|
21
|
+
module.exports = self["dayjs"];
|
|
22
22
|
|
|
23
23
|
/***/ }),
|
|
24
24
|
|
|
@@ -13975,6 +13975,9 @@ window['bbn'] = bbn;
|
|
|
13975
13975
|
|
|
13976
13976
|
})();
|
|
13977
13977
|
|
|
13978
|
+
var __webpack_export_target__ = self;
|
|
13979
|
+
for(var i in __webpack_exports__) __webpack_export_target__[i] = __webpack_exports__[i];
|
|
13980
|
+
if(__webpack_exports__.__esModule) Object.defineProperty(__webpack_export_target__, "__esModule", { value: true });
|
|
13978
13981
|
/******/ })()
|
|
13979
13982
|
;
|
|
13980
13983
|
//# sourceMappingURL=bbn.js.map
|