@vixt/react 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.
@@ -23,7 +23,6 @@ function entry() {
23
23
  return app;
24
24
  }
25
25
  entry();
26
- var entry_default = entry;
27
26
 
28
27
  //#endregion
29
- export { entry_default as default };
28
+ export { entry 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/dist/index.mjs CHANGED
@@ -18,7 +18,7 @@ import extractComments from "extract-comments";
18
18
  import { parse } from "yaml";
19
19
  import { parseAst } from "vite";
20
20
 
21
- //#region rolldown:runtime
21
+ //#region \0rolldown/runtime.js
22
22
  var __create = Object.create;
23
23
  var __defProp = Object.defineProperty;
24
24
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vixt/react",
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/",
@@ -24,21 +24,21 @@
24
24
  "dist"
25
25
  ],
26
26
  "dependencies": {
27
- "@types/react": "^19.2.10",
27
+ "@types/react": "^19.2.14",
28
28
  "@types/react-dom": "^19.2.3",
29
- "@vitejs/plugin-react": "^5.1.2",
29
+ "@vitejs/plugin-react": "^5.1.4",
30
30
  "ahooks": "^3.9.6",
31
31
  "extract-comments": "^1.1.0",
32
32
  "fast-glob": "^3.3.3",
33
33
  "react": "^19.2.4",
34
34
  "react-dom": "^19.2.4",
35
- "react-router": "^7.13.0",
35
+ "react-router": "^7.13.1",
36
36
  "unocss": "^66.6.0",
37
37
  "unplugin-auto-import": "^21.0.0",
38
38
  "unplugin-vue-components": "28.0.0",
39
- "vite-plugin-pages": "^0.33.2",
39
+ "vite-plugin-pages": "^0.33.3",
40
40
  "vite-plugin-vue-layouts": "^0.11.0",
41
41
  "yaml": "^2.8.2",
42
- "@vixt/core": "0.8.1"
42
+ "@vixt/core": "0.9.0"
43
43
  }
44
44
  }