@vixt/vue 0.11.0 → 0.11.2
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/client/entry.d.ts +1 -2
- package/dist/client/index.d.ts +1 -1
- package/dist/client/index.js +0 -2
- package/dist/client/plugins/router.d.ts +1 -3
- package/dist/node/index.d.mts +2 -4
- package/dist/node/index.mjs +3 -4
- package/dist/node/modules/preset-vue.d.mts +1 -2
- package/dist/node/modules/preset-vue.mjs +1 -1
- package/dist/node/modules/virtual-root-component.d.mts +1 -3
- package/dist/node/modules/virtual-root-component.mjs +1 -1
- package/dist/node/{virtual-root-component-6LvPEGIT.mjs → virtual-root-component-BzocinS-.mjs} +1 -1
- package/package.json +8 -5
- /package/dist/node/{preset-vue-CS1Dp3Yf.mjs → preset-vue-xzDXf3qk.mjs} +0 -0
package/dist/client/entry.d.ts
CHANGED
package/dist/client/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { VueVixtApp, VueVixtAppConfig } from "./client.js";
|
|
2
|
-
export { VueVixtApp, VueVixtAppConfig };
|
|
2
|
+
export type { VueVixtApp, VueVixtAppConfig };
|
package/dist/client/index.js
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import * as _$_vixt_core_client0 from "@vixt/core/client";
|
|
2
|
-
|
|
3
1
|
//#region src/client/plugins/router.d.ts
|
|
4
|
-
declare const _default:
|
|
2
|
+
declare const _default: import("@vixt/core/client").VixtPlugin;
|
|
5
3
|
//#endregion
|
|
6
4
|
export { _default as default };
|
package/dist/node/index.d.mts
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { VueVixtOptions } from "./node.mjs";
|
|
2
|
-
import * as _$_vixt_core0 from "@vixt/core";
|
|
3
|
-
import * as _$vite from "vite";
|
|
4
2
|
|
|
5
3
|
//#region src/node/index.d.ts
|
|
6
4
|
/** @hidden */
|
|
7
|
-
declare const _default: (options?:
|
|
5
|
+
declare const _default: (options?: import("@vixt/core").VixtOptions | undefined) => import("vite").PluginOption;
|
|
8
6
|
//#endregion
|
|
9
|
-
export { VueVixtOptions, _default as default };
|
|
7
|
+
export { type VueVixtOptions, _default as default };
|
package/dist/node/index.mjs
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { a as __toESM, i as require_lib, n as virtual_root_component_default, r as resolvePathSync } from "./virtual-root-component-
|
|
2
|
-
import { t as preset_vue_default } from "./preset-vue-
|
|
3
|
-
import { VueVixtOptions } from "./node.d.mts";
|
|
1
|
+
import { a as __toESM, i as require_lib, n as virtual_root_component_default, r as resolvePathSync } from "./virtual-root-component-BzocinS-.mjs";
|
|
2
|
+
import { t as preset_vue_default } from "./preset-vue-xzDXf3qk.mjs";
|
|
4
3
|
import { createVixtPlugin } from "@vixt/core";
|
|
5
4
|
import { VueRouterAutoImports } from "vue-router/unplugin";
|
|
6
5
|
//#region src/node/index.ts
|
|
@@ -34,4 +33,4 @@ var node_default = createVixtPlugin({ defaults: {
|
|
|
34
33
|
vite: { optimizeDeps: { exclude: plugins } }
|
|
35
34
|
} });
|
|
36
35
|
//#endregion
|
|
37
|
-
export {
|
|
36
|
+
export { node_default as default };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import * as _$_vixt_core0 from "@vixt/core";
|
|
2
1
|
import { VixtOptions } from "@vixt/core";
|
|
3
2
|
|
|
4
3
|
//#region src/node/modules/preset-vue.d.ts
|
|
5
|
-
declare const _default:
|
|
4
|
+
declare const _default: import("@vixt/core").VixtModule<VixtOptions>;
|
|
6
5
|
//#endregion
|
|
7
6
|
export { _default as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as preset_vue_default } from "../preset-vue-
|
|
1
|
+
import { t as preset_vue_default } from "../preset-vue-xzDXf3qk.mjs";
|
|
2
2
|
export { preset_vue_default as default };
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import * as _$_vixt_core0 from "@vixt/core";
|
|
2
|
-
|
|
3
1
|
//#region src/node/modules/virtual-root-component.d.ts
|
|
4
2
|
declare function isEmptyCode(code?: string): boolean;
|
|
5
|
-
declare const _default:
|
|
3
|
+
declare const _default: import("@vixt/core").VixtModule<import("@vixt/core").ModuleOptions>;
|
|
6
4
|
//#endregion
|
|
7
5
|
export { _default as default, isEmptyCode };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as virtual_root_component_default, t as isEmptyCode } from "../virtual-root-component-
|
|
1
|
+
import { n as virtual_root_component_default, t as isEmptyCode } from "../virtual-root-component-BzocinS-.mjs";
|
|
2
2
|
export { virtual_root_component_default as default, isEmptyCode };
|
package/dist/node/{virtual-root-component-6LvPEGIT.mjs → virtual-root-component-BzocinS-.mjs}
RENAMED
|
@@ -7502,7 +7502,7 @@ const _path = {
|
|
|
7502
7502
|
};
|
|
7503
7503
|
//#endregion
|
|
7504
7504
|
//#region ../../node_modules/.pnpm/pathe@2.0.3/node_modules/pathe/dist/index.mjs
|
|
7505
|
-
const delimiter = globalThis.process?.platform === "win32" ? ";" : ":";
|
|
7505
|
+
const delimiter = /* @__PURE__ */ (() => globalThis.process?.platform === "win32" ? ";" : ":")();
|
|
7506
7506
|
const _platforms = {
|
|
7507
7507
|
posix: void 0,
|
|
7508
7508
|
win32: void 0
|
package/package.json
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vixt/vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.11.
|
|
4
|
+
"version": "0.11.2",
|
|
5
5
|
"author": "SoulLyoko<https://github.com/SoulLyoko>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://soullyoko.github.io/vixt/",
|
|
8
|
-
"repository":
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/SoulLyoko/vixt.git"
|
|
11
|
+
},
|
|
9
12
|
"keywords": [
|
|
10
13
|
"vixt",
|
|
11
14
|
"vite",
|
|
@@ -29,9 +32,9 @@
|
|
|
29
32
|
"unplugin-vue-components": "28.0.0",
|
|
30
33
|
"vite-plugin-vue-devtools": "^8.1.2",
|
|
31
34
|
"vite-plugin-vue-layouts": "^0.11.0",
|
|
32
|
-
"vue": "^3.5.
|
|
33
|
-
"vue-router": "^5.0
|
|
35
|
+
"vue": "^3.5.35",
|
|
36
|
+
"vue-router": "^5.1.0",
|
|
34
37
|
"vue-tsc": "^3.3.1",
|
|
35
|
-
"@vixt/core": "0.11.
|
|
38
|
+
"@vixt/core": "0.11.2"
|
|
36
39
|
}
|
|
37
40
|
}
|
|
File without changes
|