vixt 0.8.1 → 0.10.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.mjs CHANGED
@@ -1,3 +1,2 @@
1
- export * from "@vixt/core/client"
2
-
3
- export { };
1
+ export * from "@vixt/core/client";
2
+ export {};
package/dist/index.mjs CHANGED
@@ -1,3 +1,2 @@
1
- export * from "@vixt/core"
2
-
3
- export { };
1
+ export * from "@vixt/core";
2
+ export {};
package/dist/react.mjs CHANGED
@@ -1,5 +1,3 @@
1
1
  import react_default from "@vixt/react";
2
-
3
- export * from "@vixt/react"
4
-
5
- export { react_default as default };
2
+ export * from "@vixt/react";
3
+ export { react_default as default };
package/dist/uni.mjs CHANGED
@@ -1,5 +1,3 @@
1
1
  import uni_default from "@vixt/uni";
2
-
3
- export * from "@vixt/uni"
4
-
5
- export { uni_default as default };
2
+ export * from "@vixt/uni";
3
+ export { uni_default as default };
@@ -1,5 +1,3 @@
1
1
  import vitepress_default from "@vixt/vitepress";
2
-
3
- export * from "@vixt/vitepress"
4
-
5
- export { vitepress_default as default };
2
+ export * from "@vixt/vitepress";
3
+ export { vitepress_default as default };
package/dist/vue.mjs CHANGED
@@ -1,5 +1,3 @@
1
1
  import vue_default from "@vixt/vue";
2
-
3
- export * from "@vixt/vue"
4
-
5
- export { vue_default as default };
2
+ export * from "@vixt/vue";
3
+ export { vue_default as default };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vixt",
3
3
  "type": "module",
4
- "version": "0.8.1",
4
+ "version": "0.10.1",
5
5
  "author": "SoulLyoko<https://github.com/SoulLyoko>",
6
6
  "license": "MIT",
7
7
  "homepage": "https://soullyoko.github.io/vixt/",
@@ -36,10 +36,10 @@
36
36
  "dist"
37
37
  ],
38
38
  "dependencies": {
39
- "@vixt/core": "0.8.1",
40
- "@vixt/react": "0.8.1",
41
- "@vixt/vitepress": "0.8.1",
42
- "@vixt/vue": "0.8.1",
43
- "@vixt/uni": "0.8.1"
39
+ "@vixt/core": "0.10.1",
40
+ "@vixt/uni": "0.10.1",
41
+ "@vixt/react": "0.10.1",
42
+ "@vixt/vitepress": "0.10.1",
43
+ "@vixt/vue": "0.10.1"
44
44
  }
45
45
  }