@vixt/vue 0.11.1 → 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.
@@ -1,5 +1,4 @@
1
- import * as _$vue from "vue";
2
1
  //#region src/client/entry.d.ts
3
- declare function entry(): _$vue.App<Element>;
2
+ declare function entry(): import("vue").App<Element>;
4
3
  //#endregion
5
4
  export { entry as default };
@@ -1,2 +1,2 @@
1
1
  import { VueVixtApp, VueVixtAppConfig } from "./client.js";
2
- export { VueVixtApp, VueVixtAppConfig };
2
+ export type { VueVixtApp, VueVixtAppConfig };
@@ -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: _$_vixt_core_client0.VixtPlugin;
2
+ declare const _default: import("@vixt/core/client").VixtPlugin;
5
3
  //#endregion
6
4
  export { _default as default };
@@ -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?: _$_vixt_core0.VixtOptions | undefined) => _$vite.PluginOption;
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 };
@@ -1,5 +1,5 @@
1
- import { a as __toESM, i as require_lib, n as virtual_root_component_default, r as resolvePathSync } from "./virtual-root-component-6LvPEGIT.mjs";
2
- import { t as preset_vue_default } from "./preset-vue-CS1Dp3Yf.mjs";
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";
3
3
  import { createVixtPlugin } from "@vixt/core";
4
4
  import { VueRouterAutoImports } from "vue-router/unplugin";
5
5
  //#region src/node/index.ts
@@ -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: _$_vixt_core0.VixtModule<VixtOptions>;
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-CS1Dp3Yf.mjs";
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: _$_vixt_core0.VixtModule<_$_vixt_core0.ModuleOptions>;
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-6LvPEGIT.mjs";
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 };
@@ -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.1",
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": "https://github.com/SoulLyoko/vixt.git",
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.34",
33
- "vue-router": "^5.0.7",
35
+ "vue": "^3.5.35",
36
+ "vue-router": "^5.1.0",
34
37
  "vue-tsc": "^3.3.1",
35
- "@vixt/core": "0.11.1"
38
+ "@vixt/core": "0.11.2"
36
39
  }
37
40
  }