@hybridly/vite 0.7.3 → 0.7.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
@@ -318,7 +318,7 @@ function generateTsConfig(options, config) {
318
318
  "../app/**/*",
319
319
  "../src/**/*",
320
320
  "./php-types.d.ts",
321
- "./global-types.d.ts",
321
+ "./global-properties.d.ts",
322
322
  "./routes.d.ts",
323
323
  "./components.d.ts",
324
324
  "./auto-imports.d.ts",
package/dist/index.mjs CHANGED
@@ -299,7 +299,7 @@ function generateTsConfig(options, config) {
299
299
  "../app/**/*",
300
300
  "../src/**/*",
301
301
  "./php-types.d.ts",
302
- "./global-types.d.ts",
302
+ "./global-properties.d.ts",
303
303
  "./routes.d.ts",
304
304
  "./components.d.ts",
305
305
  "./auto-imports.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybridly/vite",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "description": "Vite plugin for Hybridly",
5
5
  "keywords": [
6
6
  "hybridly",
@@ -48,20 +48,20 @@
48
48
  "@vitejs/plugin-vue": "^5.0.4",
49
49
  "fast-glob": "^3.3.2",
50
50
  "local-pkg": "^0.5.0",
51
- "magic-string": "^0.30.8",
51
+ "magic-string": "^0.30.10",
52
52
  "picocolors": "^1.0.0",
53
53
  "throttle-debounce": "^5.0.0",
54
54
  "unplugin-auto-import": "^0.17.5",
55
55
  "unplugin-icons": "^0.18.5",
56
56
  "unplugin-vue-components": "^0.26.0",
57
57
  "vite-plugin-run": "^0.5.1",
58
- "@hybridly/core": "0.7.3"
58
+ "@hybridly/core": "0.7.4"
59
59
  },
60
60
  "devDependencies": {
61
- "@iconify/json": "^2.2.196",
62
- "rollup": "^4.13.0",
63
- "vite": "^5.1.7",
64
- "vue": "^3.4.21"
61
+ "@iconify/json": "^2.2.203",
62
+ "rollup": "^4.16.1",
63
+ "vite": "^5.2.10",
64
+ "vue": "^3.4.23"
65
65
  },
66
66
  "scripts": {
67
67
  "build": "unbuild",