nitropack-nightly 2.11.0-20250207-024216.b15e015c → 2.11.0-20250211-134707.312fda14
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 +2 -2
- package/dist/kit/index.d.ts +2 -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/rollup/index.mjs +1 -1
- package/dist/shared/{nitro.BwjZlymJ.d.mts → nitro.B0qse3Zw.d.mts} +1 -1
- package/dist/shared/{nitro.BwjZlymJ.d.ts → nitro.B0qse3Zw.d.ts} +1 -1
- package/dist/types/index.d.mts +3 -3
- package/dist/types/index.d.ts +3 -3
- package/package.json +2 -2
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.B0qse3Zw.mjs';
|
|
3
3
|
import 'consola';
|
|
4
4
|
import 'h3';
|
|
5
5
|
import 'hookable';
|
|
@@ -23,7 +23,7 @@ import 'node:stream';
|
|
|
23
23
|
import 'node:worker_threads';
|
|
24
24
|
import 'listhen';
|
|
25
25
|
import 'openapi-typescript';
|
|
26
|
-
import '
|
|
26
|
+
import 'unplugin-utils';
|
|
27
27
|
import '@vercel/nft';
|
|
28
28
|
import 'esbuild';
|
|
29
29
|
import 'rollup';
|
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.B0qse3Zw.js';
|
|
3
3
|
import 'consola';
|
|
4
4
|
import 'h3';
|
|
5
5
|
import 'hookable';
|
|
@@ -23,7 +23,7 @@ import 'node:stream';
|
|
|
23
23
|
import 'node:worker_threads';
|
|
24
24
|
import 'listhen';
|
|
25
25
|
import 'openapi-typescript';
|
|
26
|
-
import '
|
|
26
|
+
import 'unplugin-utils';
|
|
27
27
|
import '@vercel/nft';
|
|
28
28
|
import 'esbuild';
|
|
29
29
|
import 'rollup';
|
package/dist/meta/index.d.mts
CHANGED
package/dist/meta/index.d.ts
CHANGED
package/dist/meta/index.mjs
CHANGED
package/dist/rollup/index.mjs
CHANGED
|
@@ -19,7 +19,7 @@ import { genImport, genSafeVariableName } from 'knitwork';
|
|
|
19
19
|
import { connectors } from 'db0';
|
|
20
20
|
import { camelCase } from 'scule';
|
|
21
21
|
import { globby } from 'globby';
|
|
22
|
-
import { createFilter } from '
|
|
22
|
+
import { createFilter } from 'unplugin-utils';
|
|
23
23
|
import { transform } from 'esbuild';
|
|
24
24
|
import { existsSync, promises } from 'node:fs';
|
|
25
25
|
import { platform } from 'node:os';
|
|
@@ -21,7 +21,7 @@ import { Duplex } from 'node:stream';
|
|
|
21
21
|
import { Worker } from 'node:worker_threads';
|
|
22
22
|
import { ListenOptions, Listener } from 'listhen';
|
|
23
23
|
import { OperationObject, OpenAPI3 } from 'openapi-typescript';
|
|
24
|
-
import { FilterPattern } from '
|
|
24
|
+
import { FilterPattern } from 'unplugin-utils';
|
|
25
25
|
import { NodeFileTraceOptions } from '@vercel/nft';
|
|
26
26
|
import { TransformOptions, Loader } from 'esbuild';
|
|
27
27
|
import { InputOptions, OutputOptions } from 'rollup';
|
|
@@ -21,7 +21,7 @@ import { Duplex } from 'node:stream';
|
|
|
21
21
|
import { Worker } from 'node:worker_threads';
|
|
22
22
|
import { ListenOptions, Listener } from 'listhen';
|
|
23
23
|
import { OperationObject, OpenAPI3 } from 'openapi-typescript';
|
|
24
|
-
import { FilterPattern } from '
|
|
24
|
+
import { FilterPattern } from 'unplugin-utils';
|
|
25
25
|
import { NodeFileTraceOptions } from '@vercel/nft';
|
|
26
26
|
import { TransformOptions, Loader } from 'esbuild';
|
|
27
27
|
import { InputOptions, OutputOptions } from 'rollup';
|
package/dist/types/index.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { App, Router, H3Event, RouterMethod } from 'h3';
|
|
2
2
|
import { FetchRequest, FetchOptions, FetchResponse } from 'ofetch';
|
|
3
|
-
import { a as NitroConfig, N as NitroModule, b as NitroOptions } from '../shared/nitro.
|
|
4
|
-
export { A as AppConfig, C as CacheEntry, c as CacheOptions, d as CachedEventHandlerOptions, e as CompressOptions, g as DatabaseConnectionConfig, h as DatabaseConnectionConfigs, D as DatabaseConnectionName, l as DevServerOptions, I as EsbuildOptions, O as HTTPStatusCode, L as LoadConfigOptions, u as Nitro, y as NitroBuildInfo, q as NitroDevEventHandler, n as NitroDevServer, v as NitroDynamicConfig, r as NitroErrorHandler, p as NitroEventHandler, x as NitroFrameworkInfo, s as NitroHooks, t as NitroModuleInput, k as NitroOpenAPIConfig, E as NitroPreset, F as NitroPresetMeta, Q as NitroRouteConfig, o as NitroRouteMeta, T as NitroRouteRules, j as NitroRuntimeConfig, i as NitroRuntimeConfigApp, w as NitroTypes, m as NitroWorker, J as NodeExternalsOptions, B as PrerenderGenerateRoute, z as PrerenderRoute, P as PublicAssetDir, M as RawOptions, R as ResponseCacheEntry, G as RollupConfig, H as RollupVirtualOptions, S as ServerAssetDir, K as ServerAssetOptions, f as StorageMounts, V as VirtualModule } from '../shared/nitro.
|
|
3
|
+
import { a as NitroConfig, N as NitroModule, b as NitroOptions } from '../shared/nitro.B0qse3Zw.mjs';
|
|
4
|
+
export { A as AppConfig, C as CacheEntry, c as CacheOptions, d as CachedEventHandlerOptions, e as CompressOptions, g as DatabaseConnectionConfig, h as DatabaseConnectionConfigs, D as DatabaseConnectionName, l as DevServerOptions, I as EsbuildOptions, O as HTTPStatusCode, L as LoadConfigOptions, u as Nitro, y as NitroBuildInfo, q as NitroDevEventHandler, n as NitroDevServer, v as NitroDynamicConfig, r as NitroErrorHandler, p as NitroEventHandler, x as NitroFrameworkInfo, s as NitroHooks, t as NitroModuleInput, k as NitroOpenAPIConfig, E as NitroPreset, F as NitroPresetMeta, Q as NitroRouteConfig, o as NitroRouteMeta, T as NitroRouteRules, j as NitroRuntimeConfig, i as NitroRuntimeConfigApp, w as NitroTypes, m as NitroWorker, J as NodeExternalsOptions, B as PrerenderGenerateRoute, z as PrerenderRoute, P as PublicAssetDir, M as RawOptions, R as ResponseCacheEntry, G as RollupConfig, H as RollupVirtualOptions, S as ServerAssetDir, K as ServerAssetOptions, f as StorageMounts, V as VirtualModule } from '../shared/nitro.B0qse3Zw.mjs';
|
|
5
5
|
import { Hookable } from 'hookable';
|
|
6
6
|
import { NitroRuntimeHooks as NitroRuntimeHooks$1 } from 'nitropack';
|
|
7
7
|
import { AbstractRequest, AbstractResponse } from 'node-mock-http';
|
|
@@ -26,7 +26,7 @@ import 'node:stream';
|
|
|
26
26
|
import 'node:worker_threads';
|
|
27
27
|
import 'listhen';
|
|
28
28
|
import 'openapi-typescript';
|
|
29
|
-
import '
|
|
29
|
+
import 'unplugin-utils';
|
|
30
30
|
import '@vercel/nft';
|
|
31
31
|
import 'esbuild';
|
|
32
32
|
import 'rollup';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { App, Router, H3Event, RouterMethod } from 'h3';
|
|
2
2
|
import { FetchRequest, FetchOptions, FetchResponse } from 'ofetch';
|
|
3
|
-
import { a as NitroConfig, N as NitroModule, b as NitroOptions } from '../shared/nitro.
|
|
4
|
-
export { A as AppConfig, C as CacheEntry, c as CacheOptions, d as CachedEventHandlerOptions, e as CompressOptions, g as DatabaseConnectionConfig, h as DatabaseConnectionConfigs, D as DatabaseConnectionName, l as DevServerOptions, I as EsbuildOptions, O as HTTPStatusCode, L as LoadConfigOptions, u as Nitro, y as NitroBuildInfo, q as NitroDevEventHandler, n as NitroDevServer, v as NitroDynamicConfig, r as NitroErrorHandler, p as NitroEventHandler, x as NitroFrameworkInfo, s as NitroHooks, t as NitroModuleInput, k as NitroOpenAPIConfig, E as NitroPreset, F as NitroPresetMeta, Q as NitroRouteConfig, o as NitroRouteMeta, T as NitroRouteRules, j as NitroRuntimeConfig, i as NitroRuntimeConfigApp, w as NitroTypes, m as NitroWorker, J as NodeExternalsOptions, B as PrerenderGenerateRoute, z as PrerenderRoute, P as PublicAssetDir, M as RawOptions, R as ResponseCacheEntry, G as RollupConfig, H as RollupVirtualOptions, S as ServerAssetDir, K as ServerAssetOptions, f as StorageMounts, V as VirtualModule } from '../shared/nitro.
|
|
3
|
+
import { a as NitroConfig, N as NitroModule, b as NitroOptions } from '../shared/nitro.B0qse3Zw.js';
|
|
4
|
+
export { A as AppConfig, C as CacheEntry, c as CacheOptions, d as CachedEventHandlerOptions, e as CompressOptions, g as DatabaseConnectionConfig, h as DatabaseConnectionConfigs, D as DatabaseConnectionName, l as DevServerOptions, I as EsbuildOptions, O as HTTPStatusCode, L as LoadConfigOptions, u as Nitro, y as NitroBuildInfo, q as NitroDevEventHandler, n as NitroDevServer, v as NitroDynamicConfig, r as NitroErrorHandler, p as NitroEventHandler, x as NitroFrameworkInfo, s as NitroHooks, t as NitroModuleInput, k as NitroOpenAPIConfig, E as NitroPreset, F as NitroPresetMeta, Q as NitroRouteConfig, o as NitroRouteMeta, T as NitroRouteRules, j as NitroRuntimeConfig, i as NitroRuntimeConfigApp, w as NitroTypes, m as NitroWorker, J as NodeExternalsOptions, B as PrerenderGenerateRoute, z as PrerenderRoute, P as PublicAssetDir, M as RawOptions, R as ResponseCacheEntry, G as RollupConfig, H as RollupVirtualOptions, S as ServerAssetDir, K as ServerAssetOptions, f as StorageMounts, V as VirtualModule } from '../shared/nitro.B0qse3Zw.js';
|
|
5
5
|
import { Hookable } from 'hookable';
|
|
6
6
|
import { NitroRuntimeHooks as NitroRuntimeHooks$1 } from 'nitropack';
|
|
7
7
|
import { AbstractRequest, AbstractResponse } from 'node-mock-http';
|
|
@@ -26,7 +26,7 @@ import 'node:stream';
|
|
|
26
26
|
import 'node:worker_threads';
|
|
27
27
|
import 'listhen';
|
|
28
28
|
import 'openapi-typescript';
|
|
29
|
-
import '
|
|
29
|
+
import 'unplugin-utils';
|
|
30
30
|
import '@vercel/nft';
|
|
31
31
|
import 'esbuild';
|
|
32
32
|
import 'rollup';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nitropack-nightly",
|
|
3
|
-
"version": "2.11.0-
|
|
3
|
+
"version": "2.11.0-20250211-134707.312fda14",
|
|
4
4
|
"description": "Build and Deploy Universal JavaScript Servers",
|
|
5
5
|
"repository": "nitrojs/nitro",
|
|
6
6
|
"license": "MIT",
|
|
@@ -106,7 +106,6 @@
|
|
|
106
106
|
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
107
107
|
"@rollup/plugin-replace": "^6.0.2",
|
|
108
108
|
"@rollup/plugin-terser": "^0.4.4",
|
|
109
|
-
"@rollup/pluginutils": "^5.1.4",
|
|
110
109
|
"@types/http-proxy": "^1.17.15",
|
|
111
110
|
"@vercel/nft": "^0.29.1",
|
|
112
111
|
"archiver": "^7.0.1",
|
|
@@ -165,6 +164,7 @@
|
|
|
165
164
|
"unctx": "^2.4.1",
|
|
166
165
|
"unenv": "2.0.0-rc.3",
|
|
167
166
|
"unimport": "^4.0.0",
|
|
167
|
+
"unplugin-utils": "^0.2.3",
|
|
168
168
|
"unstorage": "^1.14.4",
|
|
169
169
|
"untyped": "^1.5.2",
|
|
170
170
|
"unwasm": "^0.3.9",
|