nitro-nightly 3.0.1-20251217-234641-3a9926b9 → 3.0.1-20251218-090400-0d0a2f9d
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/types/index.mjs +11 -0
- package/dist/vite.d.mts +2 -1
- package/dist/vite.mjs +0 -1
- package/lib/vite.types.mjs +1 -0
- package/package.json +2 -2
- /package/lib/{vite.d.mts → vite.types.d.mts} +0 -0
package/dist/vite.d.mts
CHANGED
package/dist/vite.mjs
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nitro-nightly",
|
|
3
|
-
"version": "3.0.1-
|
|
3
|
+
"version": "3.0.1-20251218-090400-0d0a2f9d",
|
|
4
4
|
"description": "Build and Deploy Universal JavaScript Servers",
|
|
5
5
|
"homepage": "https://nitro.build",
|
|
6
6
|
"repository": "nitrojs/nitro",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"./types": "./dist/types/index.mjs",
|
|
29
29
|
"./vite": "./dist/vite.mjs",
|
|
30
30
|
"./vite/runtime": "./dist/runtime/vite.mjs",
|
|
31
|
-
"./vite/types": "./lib/vite.
|
|
31
|
+
"./vite/types": "./lib/vite.types.mjs"
|
|
32
32
|
},
|
|
33
33
|
"types": "./lib/index.d.mts",
|
|
34
34
|
"bin": {
|
|
File without changes
|