@hybridly/vite 0.7.11 → 0.7.13

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.cjs CHANGED
@@ -645,6 +645,7 @@ const HybridlyImports = {
645
645
  "usePaginator",
646
646
  "registerHook",
647
647
  "useRoute",
648
+ "useQueryParameter",
648
649
  "useQueryParameters"
649
650
  ],
650
651
  "hybridly": [
package/dist/index.mjs CHANGED
@@ -626,6 +626,7 @@ const HybridlyImports = {
626
626
  "usePaginator",
627
627
  "registerHook",
628
628
  "useRoute",
629
+ "useQueryParameter",
629
630
  "useQueryParameters"
630
631
  ],
631
632
  "hybridly": [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hybridly/vite",
3
3
  "type": "module",
4
- "version": "0.7.11",
4
+ "version": "0.7.13",
5
5
  "description": "Vite plugin for Hybridly",
6
6
  "author": "Enzo Innocenzi <enzo@innocenzi.dev>",
7
7
  "license": "MIT",
@@ -54,7 +54,7 @@
54
54
  "unplugin-icons": "^0.19.0",
55
55
  "unplugin-vue-components": "^0.27.2",
56
56
  "vite-plugin-run": "^0.5.2",
57
- "@hybridly/core": "0.7.11"
57
+ "@hybridly/core": "0.7.13"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@iconify/json": "^2.2.223",