@vixt/vue 0.6.0 → 0.6.1

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,8 +1,8 @@
1
- import * as vue0 from "vue";
1
+ import * as vue2 from "vue";
2
2
  import "virtual:vixt:css";
3
3
  import "virtual:uno.css";
4
4
 
5
5
  //#region src/client/entry.d.ts
6
- declare function entry(): Promise<vue0.App<Element>>;
6
+ declare function entry(): Promise<vue2.App<Element>>;
7
7
  //#endregion
8
8
  export { entry as default };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vixt/vue",
3
3
  "type": "module",
4
- "version": "0.6.0",
4
+ "version": "0.6.1",
5
5
  "author": "SoulLyoko<https://github.com/SoulLyoko>",
6
6
  "license": "MIT",
7
7
  "homepage": "https://soullyoko.github.io/vixt/",
@@ -37,6 +37,6 @@
37
37
  "vue": "^3.5.26",
38
38
  "vue-router": "^4.6.4",
39
39
  "vue-tsc": "^3.2.1",
40
- "@vixt/core": "0.6.0"
40
+ "@vixt/core": "0.6.1"
41
41
  }
42
42
  }