@fy-/fws-vue 2.0.35 → 2.0.36

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 +1 -1
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -105,7 +105,7 @@ declare module "vue" {
105
105
  ClientOnly: typeof ClientOnly;
106
106
  }
107
107
  }
108
-
108
+ export type eventBusType = Emitter<Events>;
109
109
  export {
110
110
  i18nextPromise,
111
111
  useTranslation,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "2.0.35",
3
+ "version": "2.0.36",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "repository": {