jplan-pack 0.5.2 → 0.5.31

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,7 +1,3 @@
1
1
  import { default as useSession } from './composables/useSession';
2
- import { setupAuthGuard } from './navigation-guard/authGruard';
3
- declare const _default: {
4
- useSession: typeof useSession;
5
- setupAuthGuard: typeof setupAuthGuard;
6
- };
7
- export default _default;
2
+ import { default as setupAuthGuard } from './navigation-guard/authGruard';
3
+ export { useSession, setupAuthGuard };
@@ -1,2 +1,2 @@
1
1
  import { Router } from 'vue-router';
2
- export declare function setupAuthGuard(router: Router): void;
2
+ export default function setupAuthGuard(router: Router): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jplan-pack",
3
- "version": "0.5.02",
3
+ "version": "0.5.31",
4
4
  "main": "./dist/jplan-pack.cjs.js",
5
5
  "module": "./dist/jplan-pack.es.js",
6
6
  "types": "dist/types/index.d.ts",