hybridly 0.8.0 → 0.8.2

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/vite.d.cts CHANGED
@@ -1,3 +1,2 @@
1
- import _default from '@hybridly/vite';
2
1
  export * from '@hybridly/vite';
3
- export = _default;
2
+ export { default } from '@hybridly/vite';
package/dist/vite.d.ts CHANGED
@@ -1,3 +1,2 @@
1
- import _default from '@hybridly/vite';
2
1
  export * from '@hybridly/vite';
3
- export = _default;
2
+ export { default } from '@hybridly/vite';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hybridly",
3
3
  "type": "module",
4
- "version": "0.8.0",
4
+ "version": "0.8.2",
5
5
  "description": "Solution to develop server-driven, client-rendered applications",
6
6
  "author": "Enzo Innocenzi <enzo@innocenzi.dev>",
7
7
  "license": "MIT",
@@ -51,9 +51,9 @@
51
51
  "dist"
52
52
  ],
53
53
  "dependencies": {
54
- "@hybridly/vite": "0.8.0",
55
- "@hybridly/core": "0.8.0",
56
- "@hybridly/vue": "0.8.0"
54
+ "@hybridly/vite": "0.8.2",
55
+ "@hybridly/core": "0.8.2",
56
+ "@hybridly/vue": "0.8.2"
57
57
  },
58
58
  "scripts": {
59
59
  "build": "unbuild",