@fy-/fws-vue 0.3.76 → 0.3.77

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.
Files changed (2) hide show
  1. package/index.ts +2 -1
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -11,7 +11,7 @@ import {
11
11
  isServerRendered,
12
12
  } from "./composables/ssr";
13
13
  import { useSeo } from "./composables/seo";
14
- import { useUserStore, useUserCheck } from "./stores/user";
14
+ import { useUserStore, useUserCheck, useUserCheckAsync } from "./stores/user";
15
15
  import { ClientOnly } from "./components/ssr/ClientOnly";
16
16
  import {
17
17
  cropText,
@@ -110,6 +110,7 @@ export {
110
110
  useSeo,
111
111
  useUserStore,
112
112
  useUserCheck,
113
+ useUserCheckAsync,
113
114
  useRest,
114
115
 
115
116
  // Components
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "0.3.76",
3
+ "version": "0.3.77",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "repository": {