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 +5 -1
- package/dist/types/bin/dev.d.ts +1 -1
- package/dist/types/frameworks/vue/server.d.ts +1 -1
- package/package.json +35 -35
- package/src/node/index.ts +5 -1
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']
|
package/dist/types/bin/dev.d.ts
CHANGED
|
@@ -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.
|
|
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
|
|
56
|
-
"@fastify/one-line-logger": "^2.0
|
|
57
|
-
"@fastify/static": "^
|
|
58
|
-
"@unocss/core": "^66.
|
|
59
|
-
"@unocss/preset-uno": "^66.
|
|
60
|
-
"@unocss/preset-web-fonts": "66.
|
|
61
|
-
"@unocss/preset-wind": "^66.
|
|
62
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
63
|
-
"ajv": "^8.
|
|
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.
|
|
69
|
-
"esbuild": "^0.27.
|
|
70
|
-
"fastify": "^5.
|
|
71
|
-
"glob": "^13.0.
|
|
72
|
-
"happy-dom": "^20.0
|
|
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": "^
|
|
78
|
-
"sass": "1.
|
|
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.
|
|
82
|
-
"unplugin-vue-components": "^
|
|
83
|
-
"vite": "^7.
|
|
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.
|
|
86
|
-
"vitest": "^4.0.
|
|
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.
|
|
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": "^
|
|
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.
|
|
102
|
-
"@vue/runtime-core": "^3.5.
|
|
103
|
-
"beasties": "^0.
|
|
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.
|
|
108
|
+
"rollup": "^4.59.0",
|
|
109
109
|
"typescript": "^5.9.3",
|
|
110
|
-
"vue": "^3.5.
|
|
111
|
-
"vue-router": "^
|
|
110
|
+
"vue": "^3.5.29",
|
|
111
|
+
"vue-router": "^5.0.3"
|
|
112
112
|
},
|
|
113
113
|
"peerDependencies": {
|
|
114
|
-
"@fastify/static": "^
|
|
115
|
-
"@pinia/colada": "^0.
|
|
116
|
-
"fastify": "^5.
|
|
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.
|
|
120
|
-
"vue-router": "^
|
|
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']
|