@bbn/bbn 1.0.339 → 1.0.340

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/index.d.ts CHANGED
@@ -1,4 +1,8 @@
1
1
  import axios from 'axios';
2
2
  import dayjs from 'dayjs';
3
- declare const bbn: Bbn;
4
- export { bbn as default, bbn, dayjs, axios };
3
+ declare const _default: {
4
+ bbn: Bbn;
5
+ dayjs: typeof dayjs;
6
+ axios: axios.AxiosStatic;
7
+ };
8
+ export default _default;
package/dist/index.js CHANGED
@@ -60,4 +60,8 @@ if ('undefined' !== typeof window) {
60
60
  window.dayjs = dayjs;
61
61
  window.bbn = bbn;
62
62
  }
63
- export { bbn as default, bbn, dayjs, axios };
63
+ export default {
64
+ bbn: bbn,
65
+ dayjs: dayjs,
66
+ axios: axios
67
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbn/bbn",
3
- "version": "1.0.339",
3
+ "version": "1.0.340",
4
4
  "description": "Javascript toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",