@vixt/react 0.11.0 → 0.11.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.
- package/dist/client/index.js +0 -2
- package/dist/node/index.mjs +1 -2
- package/package.json +2 -2
package/dist/client/index.js
CHANGED
package/dist/node/index.mjs
CHANGED
|
@@ -4,7 +4,6 @@ import { c as resolvePathSync } from "./dist-OcbwbyG4.mjs";
|
|
|
4
4
|
import { t as preset_react_default } from "./preset-react-DWJpAlWQ.mjs";
|
|
5
5
|
import virtual_root_component_default from "./modules/virtual-root-component.mjs";
|
|
6
6
|
import virtual_setup_layouts_default from "./modules/virtual-setup-layouts.mjs";
|
|
7
|
-
import { ReactVixtOptions } from "./node.d.mts";
|
|
8
7
|
import { createVixtPlugin } from "@vixt/core";
|
|
9
8
|
//#region src/node/index.ts
|
|
10
9
|
/** @module react */
|
|
@@ -35,4 +34,4 @@ var node_default = createVixtPlugin({ defaults: {
|
|
|
35
34
|
} } }
|
|
36
35
|
} });
|
|
37
36
|
//#endregion
|
|
38
|
-
export {
|
|
37
|
+
export { node_default as default };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vixt/react",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.11.
|
|
4
|
+
"version": "0.11.1",
|
|
5
5
|
"author": "SoulLyoko<https://github.com/SoulLyoko>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://soullyoko.github.io/vixt/",
|
|
@@ -38,6 +38,6 @@
|
|
|
38
38
|
"vite-plugin-pages": "^0.33.3",
|
|
39
39
|
"vite-plugin-vue-layouts": "^0.11.0",
|
|
40
40
|
"yaml": "^2.9.0",
|
|
41
|
-
"@vixt/core": "0.11.
|
|
41
|
+
"@vixt/core": "0.11.1"
|
|
42
42
|
}
|
|
43
43
|
}
|