vitrify 0.25.7 → 0.25.9

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.js CHANGED
@@ -44,9 +44,13 @@ const moduleChunks = {
44
44
  'pinia',
45
45
  '@pinia/colada',
46
46
  '@vue/devtools-api',
47
+ '@vue/devtools-kit',
48
+ '@vue/devtools-shared',
47
49
  '@vueuse/core',
48
50
  '@vueuse/metadata',
49
- '@vueuse/shared'
51
+ '@vueuse/shared',
52
+ 'perfect-debounce',
53
+ 'hookable'
50
54
  ],
51
55
  quasar: ['quasar'],
52
56
  atQuasar: ['@quasar']
@@ -26,7 +26,7 @@ export declare function createServer({ port, logLevel, ssr, framework, host, app
26
26
  publicDir?: URL;
27
27
  vite?: ViteDevServer;
28
28
  }): Promise<{
29
- app: FastifyInstance<import("fastify").RawServerDefault, import("http").IncomingMessage, import("http").ServerResponse<import("http").IncomingMessage>, import("fastify").FastifyBaseLogger, import("fastify").FastifyTypeProviderDefault> | undefined;
29
+ app: FastifyInstance<import("fastify").RawServerDefault, import("node:http").IncomingMessage, import("node:http").ServerResponse<import("node:http").IncomingMessage>, import("fastify").FastifyBaseLogger, import("fastify").FastifyTypeProviderDefault> | undefined;
30
30
  server: Server;
31
31
  config: ResolvedConfig;
32
32
  vite: ViteDevServer;
@@ -10,6 +10,6 @@ export declare const createApp: ({ onSetup, appDir, baseUrl, fastifyPlugin, onAp
10
10
  onTemplateRendered?: OnTemplateRenderedHook[];
11
11
  vitrifyDir?: URL;
12
12
  mode: string;
13
- }) => import("fastify").FastifyInstance<import("http").Server<typeof import("http").IncomingMessage, typeof import("http").ServerResponse>, import("http").IncomingMessage, import("http").ServerResponse<import("http").IncomingMessage>, import("fastify").FastifyBaseLogger, import("fastify").FastifyTypeProviderDefault> & PromiseLike<import("fastify").FastifyInstance<import("http").Server<typeof import("http").IncomingMessage, typeof import("http").ServerResponse>, import("http").IncomingMessage, import("http").ServerResponse<import("http").IncomingMessage>, import("fastify").FastifyBaseLogger, import("fastify").FastifyTypeProviderDefault>> & {
13
+ }) => import("fastify").FastifyInstance<import("node:http").Server<typeof import("node:http").IncomingMessage, typeof import("node:http").ServerResponse>, import("node:http").IncomingMessage, import("node:http").ServerResponse<import("node:http").IncomingMessage>, import("fastify").FastifyBaseLogger, import("fastify").FastifyTypeProviderDefault> & PromiseLike<import("fastify").FastifyInstance<import("node:http").Server<typeof import("node:http").IncomingMessage, typeof import("node:http").ServerResponse>, import("node:http").IncomingMessage, import("node:http").ServerResponse<import("node:http").IncomingMessage>, import("fastify").FastifyBaseLogger, import("fastify").FastifyTypeProviderDefault>> & {
14
14
  __linterBrands: "SafePromiseLike";
15
15
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vitrify",
3
- "version": "0.25.7",
3
+ "version": "0.25.9",
4
4
  "license": "MIT",
5
5
  "author": "Stefan van Herwijnen",
6
6
  "description": "Vite as your Full Stack development tool",
@@ -52,72 +52,72 @@
52
52
  },
53
53
  "homepage": "https://github.com/simsustech/vitrify/tree/main/#readme",
54
54
  "dependencies": {
55
- "@fastify/middie": "^9.0.3",
56
- "@fastify/one-line-logger": "^2.0.2",
57
- "@fastify/static": "^8.3.0",
58
- "@unocss/core": "^66.5.9",
59
- "@unocss/preset-uno": "^66.5.9",
60
- "@unocss/preset-web-fonts": "66.5.9",
61
- "@unocss/preset-wind": "^66.5.9",
62
- "@vitejs/plugin-vue": "^6.0.2",
63
- "ajv": "^8.17.1",
55
+ "@fastify/middie": "^9.1.0",
56
+ "@fastify/one-line-logger": "^2.1.0",
57
+ "@fastify/static": "^9.0.0",
58
+ "@unocss/core": "^66.6.2",
59
+ "@unocss/preset-uno": "^66.6.2",
60
+ "@unocss/preset-web-fonts": "66.6.2",
61
+ "@unocss/preset-wind": "^66.6.2",
62
+ "@vitejs/plugin-vue": "^6.0.4",
63
+ "ajv": "^8.18.0",
64
64
  "animated-unocss": "^0.0.6",
65
65
  "cac": "^6.7.14",
66
66
  "chalk": "^5.6.2",
67
67
  "cross-env": "^10.1.0",
68
- "devalue": "^5.5.0",
69
- "esbuild": "^0.27.0",
70
- "fastify": "^5.6.2",
71
- "glob": "^13.0.0",
72
- "happy-dom": "^20.0.11",
68
+ "devalue": "^5.6.3",
69
+ "esbuild": "^0.27.3",
70
+ "fastify": "^5.7.4",
71
+ "glob": "^13.0.6",
72
+ "happy-dom": "^20.7.0",
73
73
  "is-port-reachable": "^4.0.0",
74
74
  "magic-string": "^0.30.21",
75
75
  "merge-deep": "^3.0.3",
76
76
  "readline": "^1.3.0",
77
- "rollup-plugin-visualizer": "^6.0.5",
78
- "sass": "1.94.2",
77
+ "rollup-plugin-visualizer": "^7.0.0",
78
+ "sass": "1.97.3",
79
79
  "stringify-object": "^6.0.0",
80
80
  "ts-node": "^10.9.2",
81
- "unocss": "^66.5.9",
82
- "unplugin-vue-components": "^30.0.0",
83
- "vite": "^7.2.4",
81
+ "unocss": "^66.6.2",
82
+ "unplugin-vue-components": "^31.0.0",
83
+ "vite": "^7.3.1",
84
84
  "vite-plugin-pwa": "^1.2.0",
85
- "vitefu": "^1.1.1",
86
- "vitest": "^4.0.14",
85
+ "vitefu": "^1.1.2",
86
+ "vitest": "^4.0.18",
87
87
  "workbox-window": "^7.4.0"
88
88
  },
89
89
  "devDependencies": {
90
90
  "@iconify-json/mdi": "^1.2.3",
91
- "@pinia/colada": "^0.17.9",
91
+ "@pinia/colada": "^0.21.5",
92
92
  "@quasar/extras": "^1.17.0",
93
93
  "@quasar/quasar-ui-qmarkdown": "^2.0.5",
94
94
  "@quasar/quasar-ui-qmediaplayer": "^2.0.0-beta.0",
95
95
  "@types/connect": "^3.4.38",
96
96
  "@types/glob": "^9.0.0",
97
97
  "@types/merge-deep": "^3.0.3",
98
- "@types/node": "^24.10.1",
98
+ "@types/node": "^25.3.1",
99
99
  "@types/stringify-object": "^4.0.5",
100
100
  "@types/ws": "^8.18.1",
101
- "@unocss/preset-icons": "^66.5.9",
102
- "@vue/runtime-core": "^3.5.25",
103
- "beasties": "^0.3.5",
101
+ "@unocss/preset-icons": "^66.6.2",
102
+ "@vue/runtime-core": "^3.5.29",
103
+ "beasties": "^0.4.1",
104
104
  "css": "^3.0.0",
105
105
  "css-to-tailwind-translator": "^1.2.8",
106
106
  "pinia": "^3.0.4",
107
107
  "quasar": "^2.18.6",
108
- "rollup": "^4.53.3",
108
+ "rollup": "^4.59.0",
109
109
  "typescript": "^5.9.3",
110
- "vue": "^3.5.25",
111
- "vue-router": "^4.6.3"
110
+ "vue": "^3.5.29",
111
+ "vue-router": "^5.0.3"
112
112
  },
113
113
  "peerDependencies": {
114
- "@fastify/static": "^8.3.0",
115
- "@pinia/colada": "^0.17.9",
116
- "fastify": "^5.6.2",
114
+ "@fastify/static": "^9.0.0",
115
+ "@pinia/colada": "^0.21.5",
116
+ "fastify": "^5.7.4",
117
117
  "pinia": "^3.0.4",
118
118
  "quasar": "^2.18.6",
119
- "vue": "^3.5.25",
120
- "vue-router": "^4.6.3"
119
+ "vue": "^3.5.29",
120
+ "vue-router": "^5.0.3"
121
121
  },
122
122
  "publishConfig": {
123
123
  "access": "public",
package/src/node/index.ts CHANGED
@@ -74,9 +74,13 @@ const moduleChunks = {
74
74
  'pinia',
75
75
  '@pinia/colada',
76
76
  '@vue/devtools-api',
77
+ '@vue/devtools-kit',
78
+ '@vue/devtools-shared',
77
79
  '@vueuse/core',
78
80
  '@vueuse/metadata',
79
- '@vueuse/shared'
81
+ '@vueuse/shared',
82
+ 'perfect-debounce',
83
+ 'hookable'
80
84
  ],
81
85
  quasar: ['quasar'],
82
86
  atQuasar: ['@quasar']