jplan-pack 0.5.60 → 0.5.62

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.
@@ -1,6 +1,6 @@
1
1
  import { useCustomizer } from './useCustomizer';
2
2
  import { useDialog } from './useDialog';
3
- import { default as spinner } from './spinner';
3
+ import { spinner } from './spinner';
4
4
  import { default as useGlobalScope } from './useGlobalScope';
5
5
  import { useToast } from 'vue-toastification';
6
6
  export { useCustomizer, useDialog, useGlobalScope, useToast, spinner, };
@@ -1,3 +1,2 @@
1
1
  import { Ref } from 'vue';
2
- declare const spinner: Ref<boolean>;
3
- export default spinner;
2
+ export declare const spinner: Ref<boolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jplan-pack",
3
- "version": "0.5.60",
3
+ "version": "0.5.62",
4
4
  "main": "./dist/jplan-pack.cjs.js",
5
5
  "module": "./dist/jplan-pack.es.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -1,3 +0,0 @@
1
- import { RouteRecordRaw } from 'vue-router';
2
- declare const authRoutes: RouteRecordRaw[];
3
- export default authRoutes;