@bbn/bbn 1.0.18 → 1.0.19

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 +1 @@
1
- export {};
1
+ export { bbn };
package/dist/index.js CHANGED
@@ -227,7 +227,7 @@ import { uniqString } from './fn/uniqString';
227
227
  import { unique } from './fn/unique';
228
228
  import { upload } from './fn/upload';
229
229
  import { warning } from './fn/warning';
230
- const fn = {
230
+ bbn.fn = {
231
231
  _addLoader,
232
232
  _compareValues,
233
233
  _deleteLoader,
@@ -458,3 +458,4 @@ const fn = {
458
458
  upload,
459
459
  warning,
460
460
  };
461
+ export { bbn };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbn/bbn",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "Javascript toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",