hybridly 0.10.0-beta.2 → 0.10.0-beta.21

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/index.mjs CHANGED
@@ -1,3 +1,2 @@
1
- export * from "@hybridly/core"
2
-
3
- export { };
1
+ export * from "@hybridly/core";
2
+ export {};
package/dist/vite.mjs CHANGED
@@ -1,5 +1,3 @@
1
1
  import vite_default from "@hybridly/vite";
2
-
3
- export * from "@hybridly/vite"
4
-
5
- export { vite_default as default };
2
+ export * from "@hybridly/vite";
3
+ export { vite_default as default };
package/dist/vue.mjs CHANGED
@@ -1,3 +1,2 @@
1
- export * from "@hybridly/vue"
2
-
3
- export { };
1
+ export * from "@hybridly/vue";
2
+ export {};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hybridly",
3
3
  "type": "module",
4
- "version": "0.10.0-beta.2",
4
+ "version": "0.10.0-beta.21",
5
5
  "description": "Solution to develop server-driven, client-rendered applications",
6
6
  "author": "Enzo Innocenzi <enzo@innocenzi.dev>",
7
7
  "license": "MIT",
@@ -51,8 +51,8 @@
51
51
  "build:stub": "obuild --stub"
52
52
  },
53
53
  "dependencies": {
54
- "@hybridly/core": "0.10.0-beta.1",
55
- "@hybridly/vite": "0.10.0-beta.1",
56
- "@hybridly/vue": "0.10.0-beta.1"
54
+ "@hybridly/core": "0.10.0-beta.21",
55
+ "@hybridly/vite": "0.10.0-beta.21",
56
+ "@hybridly/vue": "0.10.0-beta.21"
57
57
  }
58
58
  }