@vixt/uni 0.8.1 → 0.9.0

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,11 +1,11 @@
1
1
  import "virtual:vixt:css";
2
2
  import "virtual:uno.css";
3
3
  import * as Pinia from "pinia";
4
- import * as vue0 from "vue";
4
+ import * as vue from "vue";
5
5
 
6
6
  //#region src/client/entry.d.ts
7
7
  declare function createApp(): {
8
- app: vue0.App<Element>;
8
+ app: vue.App<Element>;
9
9
  Pinia: typeof Pinia;
10
10
  };
11
11
  //#endregion
@@ -19,7 +19,6 @@ function createApp() {
19
19
  Pinia
20
20
  };
21
21
  }
22
- var entry_default = createApp;
23
22
 
24
23
  //#endregion
25
- export { entry_default as default };
24
+ export { createApp as default };
package/dist/index.d.mts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as _vixt_core0 from "@vixt/core";
2
- import * as vite0 from "vite";
2
+ import * as vite from "vite";
3
3
 
4
4
  //#region src/index.d.ts
5
- declare const _default: (options?: _vixt_core0.VixtOptions | undefined) => vite0.PluginOption;
5
+ declare const _default: (options?: _vixt_core0.VixtOptions | undefined) => vite.PluginOption;
6
6
  //#endregion
7
7
  export { _default as default };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vixt/uni",
3
3
  "type": "module",
4
- "version": "0.8.1",
4
+ "version": "0.9.0",
5
5
  "author": "SoulLyoko<https://github.com/SoulLyoko>",
6
6
  "license": "MIT",
7
7
  "homepage": "https://soullyoko.github.io/vixt/",
@@ -29,11 +29,11 @@
29
29
  "@uni-helper/uni-app-types": "^1.0.0-alpha.7",
30
30
  "@uni-helper/uni-use": "^0.19.17",
31
31
  "@uni-helper/unocss-preset-uni": "^0.2.11",
32
- "@uni-helper/vite-plugin-uni-components": "^0.2.6",
32
+ "@uni-helper/vite-plugin-uni-components": "^0.2.10",
33
33
  "@uni-helper/vite-plugin-uni-layouts": "^0.1.11",
34
34
  "@uni-helper/vite-plugin-uni-pages": "^0.3.23",
35
35
  "unocss-applet": "^0.12.2",
36
- "@vixt/core": "0.8.1",
37
- "@vixt/vue": "0.8.1"
36
+ "@vixt/core": "0.9.0",
37
+ "@vixt/vue": "0.9.0"
38
38
  }
39
39
  }