@fy-/fws-vue 2.0.37 → 2.0.39

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
@@ -1,5 +1,5 @@
1
1
  import type { Plugin, App } from "vue";
2
- import i18next from "i18next";
2
+ import i18next, { t } from "i18next";
3
3
  import mitt from "mitt";
4
4
  import { Emitter } from "mitt";
5
5
  import { useServerRouter } from "./stores/serverRouter";
@@ -28,6 +28,7 @@ import {
28
28
  } from "./composables/templating";
29
29
  import { useRest } from "./composables/rest";
30
30
  export * from "./stores/serverRouter";
31
+ export type * from "./types";
31
32
 
32
33
  // Components/UI/Transitions
33
34
  import SlideTransition from "./components/ui/transitions/SlideTransition.vue";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "2.0.37",
3
+ "version": "2.0.39",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "repository": {