@hybridly/vite 0.4.3 → 0.4.4

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
@@ -327,7 +327,7 @@ function getRunOptions(options) {
327
327
  pattern: [
328
328
  "+(app|src)/**/*Data.php",
329
329
  "+(app|src)/**/Enums/*.php",
330
- "+(app|src)/**/Middlewrare/HandleHybridRequests.php"
330
+ "+(app|src)/**/Middleware/HandleHybridRequests.php"
331
331
  ]
332
332
  },
333
333
  {
package/dist/index.mjs CHANGED
@@ -310,7 +310,7 @@ function getRunOptions(options) {
310
310
  pattern: [
311
311
  "+(app|src)/**/*Data.php",
312
312
  "+(app|src)/**/Enums/*.php",
313
- "+(app|src)/**/Middlewrare/HandleHybridRequests.php"
313
+ "+(app|src)/**/Middleware/HandleHybridRequests.php"
314
314
  ]
315
315
  },
316
316
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybridly/vite",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "Vite plugin for Hybridly",
5
5
  "keywords": [
6
6
  "hybridly",
@@ -49,7 +49,7 @@
49
49
  "unplugin-icons": "^0.16.6",
50
50
  "unplugin-vue-components": "^0.25.1",
51
51
  "vite-plugin-run": "^0.4.1",
52
- "@hybridly/core": "0.4.3"
52
+ "@hybridly/core": "0.4.4"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@iconify/json": "^2.2.107",