@bbn/bbn 1.0.157 → 1.0.158

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
@@ -13880,63 +13880,6 @@ var vars = {
13880
13880
 
13881
13881
 
13882
13882
 
13883
- /***/ }),
13884
-
13885
- /***/ "./node_modules/axios/index.js":
13886
- /*!*************************************!*\
13887
- !*** ./node_modules/axios/index.js ***!
13888
- \*************************************/
13889
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
13890
-
13891
- "use strict";
13892
- __webpack_require__.r(__webpack_exports__);
13893
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
13894
- /* harmony export */ Axios: () => (/* binding */ Axios),
13895
- /* harmony export */ AxiosError: () => (/* binding */ AxiosError),
13896
- /* harmony export */ AxiosHeaders: () => (/* binding */ AxiosHeaders),
13897
- /* harmony export */ Cancel: () => (/* binding */ Cancel),
13898
- /* harmony export */ CancelToken: () => (/* binding */ CancelToken),
13899
- /* harmony export */ CanceledError: () => (/* binding */ CanceledError),
13900
- /* harmony export */ HttpStatusCode: () => (/* binding */ HttpStatusCode),
13901
- /* harmony export */ VERSION: () => (/* binding */ VERSION),
13902
- /* harmony export */ all: () => (/* binding */ all),
13903
- /* harmony export */ "default": () => (/* reexport safe */ _lib_axios_js__WEBPACK_IMPORTED_MODULE_0__["default"]),
13904
- /* harmony export */ formToJSON: () => (/* binding */ formToJSON),
13905
- /* harmony export */ getAdapter: () => (/* binding */ getAdapter),
13906
- /* harmony export */ isAxiosError: () => (/* binding */ isAxiosError),
13907
- /* harmony export */ isCancel: () => (/* binding */ isCancel),
13908
- /* harmony export */ mergeConfig: () => (/* binding */ mergeConfig),
13909
- /* harmony export */ spread: () => (/* binding */ spread),
13910
- /* harmony export */ toFormData: () => (/* binding */ toFormData)
13911
- /* harmony export */ });
13912
- /* harmony import */ var _lib_axios_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./lib/axios.js */ "./node_modules/axios/lib/axios.js");
13913
-
13914
-
13915
- // This module is intended to unwrap Axios default export as named.
13916
- // Keep top-level export same with static properties
13917
- // so that it can keep same with es module or cjs
13918
- const {
13919
- Axios,
13920
- AxiosError,
13921
- CanceledError,
13922
- isCancel,
13923
- CancelToken,
13924
- VERSION,
13925
- all,
13926
- Cancel,
13927
- isAxiosError,
13928
- spread,
13929
- toFormData,
13930
- AxiosHeaders,
13931
- HttpStatusCode,
13932
- formToJSON,
13933
- getAdapter,
13934
- mergeConfig
13935
- } = _lib_axios_js__WEBPACK_IMPORTED_MODULE_0__["default"];
13936
-
13937
-
13938
-
13939
-
13940
13883
  /***/ }),
13941
13884
 
13942
13885
  /***/ "./node_modules/axios/lib/adapters/adapters.js":
@@ -18110,11 +18053,11 @@ var __webpack_exports__ = {};
18110
18053
  \***********************/
18111
18054
  __webpack_require__.r(__webpack_exports__);
18112
18055
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
18113
- /* harmony export */ Axios: () => (/* reexport safe */ axios__WEBPACK_IMPORTED_MODULE_8__.Axios),
18114
- /* harmony export */ Dayjs: () => (/* reexport safe */ dayjs__WEBPACK_IMPORTED_MODULE_0__.Dayjs),
18115
- /* harmony export */ bbn: () => (/* binding */ bbn)
18056
+ /* harmony export */ axios: () => (/* reexport safe */ axios__WEBPACK_IMPORTED_MODULE_8__["default"]),
18057
+ /* harmony export */ bbn: () => (/* binding */ bbn),
18058
+ /* harmony export */ dayjs: () => (/* reexport default export from named module */ dayjs__WEBPACK_IMPORTED_MODULE_0__)
18116
18059
  /* harmony export */ });
18117
- /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! axios */ "./node_modules/axios/index.js");
18060
+ /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! axios */ "./node_modules/axios/lib/axios.js");
18118
18061
  /* harmony import */ var dayjs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! dayjs */ "./node_modules/dayjs/dayjs.min.js");
18119
18062
  /* harmony import */ var _js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./_.js */ "./dist/_.js");
18120
18063
  /* harmony import */ var _$_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./$.js */ "./dist/$.js");