@bbn/bbn 1.0.169 → 1.0.170

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,2 @@
1
- import axios from 'axios';
2
- import dayjs from 'dayjs';
3
1
  declare const bbn: Bbn;
4
- export { bbn as default, dayjs, axios };
2
+ export default bbn;
package/dist/index.js CHANGED
@@ -56,4 +56,4 @@ if ('undefined' !== typeof window) {
56
56
  window.dayjs = dayjs;
57
57
  window.bbn = bbn;
58
58
  }
59
- export { bbn as default, dayjs, axios };
59
+ export default bbn;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbn/bbn",
3
- "version": "1.0.169",
3
+ "version": "1.0.170",
4
4
  "description": "Javascript toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",