@vixt/vue 0.5.5 → 0.5.6
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.mjs +1 -2
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { generateClient, generateCss, generateAppConfig, generatePlugins, defineVixtModule, generateIndexHtml, resolveLayersDirs,
|
|
1
|
+
import { generateClient, generateCss, generateAppConfig, generatePlugins, defineVixtModule, generateIndexHtml, resolveLayersDirs, createVixtPlugin } from '@vixt/core';
|
|
2
2
|
import path from 'pathe';
|
|
3
3
|
import fs from 'fs-extra';
|
|
4
4
|
import Vue from '@vitejs/plugin-vue';
|
|
@@ -181,7 +181,6 @@ const presetVue = defineVixtModule({
|
|
|
181
181
|
};
|
|
182
182
|
const options = vixt.options = defu(vixt.options, defaultOptions);
|
|
183
183
|
genarateGlobalComponents(vixt);
|
|
184
|
-
patchUnocss();
|
|
185
184
|
const plugins = [
|
|
186
185
|
VueRouter(options.router),
|
|
187
186
|
Vue(options.vue),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vixt/vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.6",
|
|
5
5
|
"author": "SoulLyoko<https://github.com/SoulLyoko>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://soullyoko.github.io/vixt/",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@vueuse/core": "^13.5.0",
|
|
29
29
|
"pinia": "^3.0.3",
|
|
30
30
|
"pinia-plugin-persistedstate": "^4.4.1",
|
|
31
|
-
"unocss": "66.
|
|
31
|
+
"unocss": "66.3.3",
|
|
32
32
|
"unplugin-auto-import": "^19.3.0",
|
|
33
33
|
"unplugin-vue-components": "28.0.0",
|
|
34
34
|
"unplugin-vue-router": "^0.14.0",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"vite-plugin-vue-layouts": "^0.11.0",
|
|
37
37
|
"vue": "^3.5.17",
|
|
38
38
|
"vue-router": "^4.5.1",
|
|
39
|
-
"vue-tsc": "^3.0.
|
|
40
|
-
"@vixt/core": "0.5.
|
|
39
|
+
"vue-tsc": "^3.0.3",
|
|
40
|
+
"@vixt/core": "0.5.6"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"build": "unbuild",
|