@vixt/vue 0.1.16 → 0.1.18

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.
package/dist/index.d.mts CHANGED
@@ -2,7 +2,7 @@ import * as vite from 'vite';
2
2
  import * as _vixt_core from '@vixt/core';
3
3
  import { PluginOptions, VixtOptions } from '@vixt/core';
4
4
  import { RouterOptions } from 'vue-router';
5
- import { PersistedStateFactoryOptions } from 'pinia-plugin-persistedstate';
5
+ import { PluginOptions as PluginOptions$1 } from 'pinia-plugin-persistedstate';
6
6
  import Vue from '@vitejs/plugin-vue';
7
7
  import Layouts from 'vite-plugin-vue-layouts';
8
8
  import Components from 'unplugin-vue-components/vite';
@@ -34,7 +34,7 @@ declare module '@vixt/core/client' {
34
34
  interface VixtAppConfig {
35
35
  router?: Partial<RouterOptions>;
36
36
  /** https://github.com/prazdevs/pinia-plugin-persistedstate */
37
- piniaPersistedState?: PersistedStateFactoryOptions;
37
+ piniaPersistedState?: PluginOptions$1;
38
38
  }
39
39
  }
40
40
  declare const presetVue: _vixt_core.VixtModule<VixtOptions>;
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@ import * as vite from 'vite';
2
2
  import * as _vixt_core from '@vixt/core';
3
3
  import { PluginOptions, VixtOptions } from '@vixt/core';
4
4
  import { RouterOptions } from 'vue-router';
5
- import { PersistedStateFactoryOptions } from 'pinia-plugin-persistedstate';
5
+ import { PluginOptions as PluginOptions$1 } from 'pinia-plugin-persistedstate';
6
6
  import Vue from '@vitejs/plugin-vue';
7
7
  import Layouts from 'vite-plugin-vue-layouts';
8
8
  import Components from 'unplugin-vue-components/vite';
@@ -34,7 +34,7 @@ declare module '@vixt/core/client' {
34
34
  interface VixtAppConfig {
35
35
  router?: Partial<RouterOptions>;
36
36
  /** https://github.com/prazdevs/pinia-plugin-persistedstate */
37
- piniaPersistedState?: PersistedStateFactoryOptions;
37
+ piniaPersistedState?: PluginOptions$1;
38
38
  }
39
39
  }
40
40
  declare const presetVue: _vixt_core.VixtModule<VixtOptions>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vixt/vue",
3
3
  "type": "module",
4
- "version": "0.1.16",
4
+ "version": "0.1.18",
5
5
  "author": "SoulLyoko<https://github.com/SoulLyoko>",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/SoulLyoko/vixt#readme",
@@ -22,16 +22,16 @@
22
22
  "@vitejs/plugin-vue-jsx": "^4.0.1",
23
23
  "@vueuse/core": "^11.0.3",
24
24
  "pinia": "^2.2.2",
25
- "pinia-plugin-persistedstate": "^3.2.3",
25
+ "pinia-plugin-persistedstate": "^4.0.0",
26
26
  "unocss": "0.61.6",
27
27
  "unplugin-auto-import": "^0.18.2",
28
28
  "unplugin-vue-components": "^0.27.4",
29
29
  "unplugin-vue-router": "^0.10.7",
30
- "vite-plugin-vue-devtools": "^7.4.3",
30
+ "vite-plugin-vue-devtools": "^7.4.4",
31
31
  "vite-plugin-vue-layouts": "^0.11.0",
32
- "vue": "^3.5.0",
32
+ "vue": "^3.5.1",
33
33
  "vue-router": "^4.4.3",
34
- "@vixt/core": "0.1.16"
34
+ "@vixt/core": "0.1.18"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "unbuild"