sprof 0.0.119 → 0.0.121

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,7 @@
1
- export * as PFM from './modules/index';
2
- export { default as PF } from './core/index';
1
+ import { default as PF } from './core/index';
2
+ import * as PFM from './modules/index';
3
+ export { PF, PFM };
3
4
  export declare const pfName: string[];
5
+ export * from './core/auth/index';
6
+ export * from './core/classes/index';
4
7
  export * from './core/components/index';