nitropack-nightly 2.11.8-20250324-220949.4670f7ef → 2.11.8-20250325-000554.f42a4fb8
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/kit/index.d.mts +1 -2
- package/dist/kit/index.d.ts +1 -2
- package/dist/meta/index.d.mts +1 -1
- package/dist/meta/index.d.ts +1 -1
- package/dist/meta/index.mjs +1 -1
- package/dist/runtime/internal/routes/openapi.d.ts +0 -1
- package/dist/shared/nitro.Do5tFpxB.d.mts +1263 -0
- package/dist/shared/nitro.Do5tFpxB.d.ts +1263 -0
- package/dist/types/index.d.mts +2 -3
- package/dist/types/index.d.ts +2 -3
- package/package.json +1 -2
- package/dist/shared/nitro.BvFZg7IX.d.mts +0 -663
- package/dist/shared/nitro.BvFZg7IX.d.ts +0 -663
package/dist/kit/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { NitroPreset, NitroPresetMeta, Nitro } from 'nitropack/types';
|
|
2
|
-
import { N as NitroModule } from '../shared/nitro.
|
|
2
|
+
import { N as NitroModule } from '../shared/nitro.Do5tFpxB.mjs';
|
|
3
3
|
import 'consola';
|
|
4
4
|
import 'h3';
|
|
5
5
|
import 'hookable';
|
|
@@ -22,7 +22,6 @@ import 'node:http';
|
|
|
22
22
|
import 'node:stream';
|
|
23
23
|
import 'node:worker_threads';
|
|
24
24
|
import 'listhen';
|
|
25
|
-
import 'openapi-typescript';
|
|
26
25
|
import 'unplugin-utils';
|
|
27
26
|
import '@vercel/nft';
|
|
28
27
|
import 'esbuild';
|
package/dist/kit/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { NitroPreset, NitroPresetMeta, Nitro } from 'nitropack/types';
|
|
2
|
-
import { N as NitroModule } from '../shared/nitro.
|
|
2
|
+
import { N as NitroModule } from '../shared/nitro.Do5tFpxB.js';
|
|
3
3
|
import 'consola';
|
|
4
4
|
import 'h3';
|
|
5
5
|
import 'hookable';
|
|
@@ -22,7 +22,6 @@ import 'node:http';
|
|
|
22
22
|
import 'node:stream';
|
|
23
23
|
import 'node:worker_threads';
|
|
24
24
|
import 'listhen';
|
|
25
|
-
import 'openapi-typescript';
|
|
26
25
|
import 'unplugin-utils';
|
|
27
26
|
import '@vercel/nft';
|
|
28
27
|
import 'esbuild';
|
package/dist/meta/index.d.mts
CHANGED
package/dist/meta/index.d.ts
CHANGED
package/dist/meta/index.mjs
CHANGED