nitro-nightly 3.0.1-20260105-154640-72b037f6 → 3.0.1-20260106-120444-80f89227
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/_build/rolldown.mjs +5 -5
- package/dist/_build/rollup.mjs +5 -5
- package/dist/_build/shared.mjs +52 -33
- package/dist/_build/shared2.mjs +33 -61
- package/dist/_build/shared3.mjs +55 -1115
- package/dist/_build/shared4.mjs +1108 -55
- package/dist/_build/vite.build.mjs +3 -3
- package/dist/_build/vite.plugin.mjs +4 -4
- package/dist/_dev.mjs +2 -2
- package/dist/_libs/c12.mjs +1 -11
- package/dist/_libs/confbox.mjs +1 -1
- package/dist/_libs/giget.mjs +1 -1
- package/dist/_libs/local-pkg.mjs +1 -1
- package/dist/_libs/pathe.mjs +1 -1
- package/dist/_libs/unimport.mjs +1 -1
- package/dist/_libs/unwasm.mjs +2 -2
- package/dist/_nitro.mjs +2 -2
- package/dist/_nitro2.mjs +2 -2
- package/dist/_presets.mjs +2 -2
- package/dist/builder.mjs +2 -2
- package/dist/cli/_chunks/build.mjs +1 -1
- package/dist/cli/_chunks/dev.mjs +3 -3
- package/dist/cli/_chunks/list.mjs +1 -1
- package/dist/cli/_chunks/prepare.mjs +1 -1
- package/dist/cli/_chunks/run.mjs +1 -1
- package/dist/vite.mjs +3 -3
- package/package.json +2 -2
|
@@ -7,14 +7,14 @@ import "../_libs/@rollup/plugin-commonjs.mjs";
|
|
|
7
7
|
import { i as a } from "../_libs/std-env.mjs";
|
|
8
8
|
import "../_nitro.mjs";
|
|
9
9
|
import "../_libs/tsconfck.mjs";
|
|
10
|
-
import "./
|
|
10
|
+
import "./shared2.mjs";
|
|
11
11
|
import "../_nitro2.mjs";
|
|
12
12
|
import "../_libs/mime.mjs";
|
|
13
|
-
import "./
|
|
13
|
+
import "./shared3.mjs";
|
|
14
14
|
import "../_dev.mjs";
|
|
15
15
|
import "../_libs/@rollup/plugin-alias.mjs";
|
|
16
16
|
import "../_libs/@rollup/plugin-inject.mjs";
|
|
17
|
-
import "./
|
|
17
|
+
import "./shared4.mjs";
|
|
18
18
|
import "../_libs/etag.mjs";
|
|
19
19
|
import "../_libs/@jridgewell/gen-mapping.mjs";
|
|
20
20
|
import "../_libs/@jridgewell/remapping.mjs";
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { A as
|
|
1
|
+
import { A as resolve$1, S as dirname$1, T as join$1, g as resolveModulePath, k as relative$1, s as debounce, w as isAbsolute$1, x as basename$1 } from "../_libs/c12.mjs";
|
|
2
2
|
import { r as assetsPlugin } from "../_libs/@hiogawa/vite-plugin-fullstack.mjs";
|
|
3
3
|
import { t as formatCompatibilityDate } from "../_libs/compatx.mjs";
|
|
4
4
|
import { i as a, r as T } from "../_libs/std-env.mjs";
|
|
5
5
|
import { a as copyPublicAssets, i as prepare, s as createNitro } from "../_nitro.mjs";
|
|
6
|
-
import { n as prettyPath } from "./
|
|
6
|
+
import { n as prettyPath } from "./shared2.mjs";
|
|
7
7
|
import { i as scanHandlers } from "../_nitro2.mjs";
|
|
8
|
-
import { n as writeBuildInfo, t as getBuildInfo } from "./
|
|
8
|
+
import { n as writeBuildInfo, t as getBuildInfo } from "./shared3.mjs";
|
|
9
9
|
import { i as NodeEnvRunner, r as NitroDevApp } from "../_dev.mjs";
|
|
10
10
|
import { a as watch$1 } from "../_libs/chokidar.mjs";
|
|
11
11
|
import { t as alias } from "../_libs/@rollup/plugin-alias.mjs";
|
|
12
12
|
import { t as inject } from "../_libs/@rollup/plugin-inject.mjs";
|
|
13
|
-
import { a as baseBuildConfig, i as libChunkName, n as NODE_MODULES_RE, r as getChunkName, t as baseBuildPlugins } from "./
|
|
13
|
+
import { a as baseBuildConfig, i as libChunkName, n as NODE_MODULES_RE, r as getChunkName, t as baseBuildPlugins } from "./shared4.mjs";
|
|
14
14
|
import consola$1 from "consola";
|
|
15
15
|
import { join, resolve } from "node:path";
|
|
16
16
|
import { existsSync, watch } from "node:fs";
|
package/dist/_dev.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { A as resolve$1, C as extname$1, T as join$1, s as debounce } from "./_libs/c12.mjs";
|
|
2
2
|
import { i as a, r as T } from "./_libs/std-env.mjs";
|
|
3
3
|
import { t as src_default } from "./_libs/mime.mjs";
|
|
4
|
-
import { r as writeDevBuildInfo } from "./_build/
|
|
4
|
+
import { r as writeDevBuildInfo } from "./_build/shared3.mjs";
|
|
5
5
|
import { n as createProxyServer } from "./_libs/httpxy.mjs";
|
|
6
6
|
import { a as watch$1 } from "./_libs/chokidar.mjs";
|
|
7
7
|
import consola$1 from "consola";
|
package/dist/_libs/c12.mjs
CHANGED
|
@@ -1775,16 +1775,6 @@ function _parseInput(input) {
|
|
|
1775
1775
|
|
|
1776
1776
|
//#endregion
|
|
1777
1777
|
//#region node_modules/.pnpm/pkg-types@2.3.0/node_modules/pkg-types/dist/index.mjs
|
|
1778
|
-
var dist_exports$1 = /* @__PURE__ */ __exportAll({
|
|
1779
|
-
findFile: () => findFile,
|
|
1780
|
-
findNearestFile: () => findNearestFile,
|
|
1781
|
-
findWorkspaceDir: () => findWorkspaceDir,
|
|
1782
|
-
parseGitConfig: () => parseGitConfig,
|
|
1783
|
-
readGitConfig: () => readGitConfig,
|
|
1784
|
-
readPackageJSON: () => readPackageJSON,
|
|
1785
|
-
resolveGitConfig: () => resolveGitConfig,
|
|
1786
|
-
resolvePackageJSON: () => resolvePackageJSON
|
|
1787
|
-
});
|
|
1788
1778
|
const defaultFindOptions = {
|
|
1789
1779
|
startingFrom: ".",
|
|
1790
1780
|
rootPattern: /^node_modules$/,
|
|
@@ -2873,4 +2863,4 @@ async function watchConfig(options) {
|
|
|
2873
2863
|
}
|
|
2874
2864
|
|
|
2875
2865
|
//#endregion
|
|
2876
|
-
export {
|
|
2866
|
+
export { resolve$1 as A, extname$2 as C, normalizeWindowsPath as D, normalize$1 as E, parse$1 as O, dirname$1 as S, join$1 as T, resolveModuleURL as _, setupDotenv as a, N$1 as b, findFile as c, parseGitConfig as d, readGitConfig as f, resolveModulePath as g, resolvePackageJSON as h, loadDotenv as i, relative$1 as k, findNearestFile as l, resolveGitConfig as m, dist_exports as n, watchConfig as o, readPackageJSON as p, loadConfig as r, debounce as s, SUPPORTED_EXTENSIONS as t, findWorkspaceDir as u, h as v, isAbsolute$1 as w, basename$1 as x, C as y };
|
package/dist/_libs/confbox.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as __exportAll } from "../_rolldown.mjs";
|
|
2
|
-
import { b as
|
|
2
|
+
import { b as N$3, v as h$2, y as C$2 } from "./c12.mjs";
|
|
3
3
|
|
|
4
4
|
//#region node_modules/.pnpm/confbox@0.1.8/node_modules/confbox/dist/shared/confbox.9388d834.mjs
|
|
5
5
|
const m = Symbol.for("__confbox_fmt__"), k$1 = /^(\s+)/, v$2 = /(\s+)$/;
|
package/dist/_libs/giget.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as __exportAll } from "../_rolldown.mjs";
|
|
2
|
-
import {
|
|
2
|
+
import { A as resolve$2, E as normalize$2, S as dirname$2, T as join$2, p as readPackageJSON, x as basename$2 } from "./c12.mjs";
|
|
3
3
|
import { createRequire } from "node:module";
|
|
4
4
|
import { delimiter, dirname, normalize, resolve } from "node:path";
|
|
5
5
|
import { cwd } from "node:process";
|
package/dist/_libs/local-pkg.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { A as resolve$2, E as normalize$1, T as join$1, w as isAbsolute$1 } from "./c12.mjs";
|
|
2
2
|
import { r as tokenizer } from "./acorn.mjs";
|
|
3
3
|
import { l as h, u as x } from "./confbox.mjs";
|
|
4
4
|
import { builtinModules, createRequire } from "node:module";
|
package/dist/_libs/pathe.mjs
CHANGED
package/dist/_libs/unimport.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i as __toESM, n as __exportAll, r as __require, t as __commonJSMin } from "../_rolldown.mjs";
|
|
2
|
-
import { A as
|
|
2
|
+
import { A as resolve$1, E as normalize$2, O as parse$1, S as dirname$1, T as join$1, h as resolvePackageJSON, k as relative$1, p as readPackageJSON, w as isAbsolute$2, x as basename$1 } from "./c12.mjs";
|
|
3
3
|
import { a as MagicString, i as stripLiteral } from "./@hiogawa/vite-plugin-fullstack.mjs";
|
|
4
4
|
import { n as parse$2, t as Parser } from "./acorn.mjs";
|
|
5
5
|
import { a as findTypeExports, c as parseStaticImport, i as findStaticImports, l as resolve$2, n as detectSyntax, r as findExports, t as resolveModule, u as resolveModuleExportNames } from "./local-pkg.mjs";
|
package/dist/_libs/unwasm.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { g as resolveModulePath, x as basename } from "./c12.mjs";
|
|
2
2
|
import { a as MagicString } from "./@hiogawa/vite-plugin-fullstack.mjs";
|
|
3
3
|
import { a as genString, i as genSafeVariableName, n as genObjectFromRaw, t as genImport } from "./knitwork.mjs";
|
|
4
4
|
import { existsSync, promises } from "node:fs";
|
|
@@ -5574,7 +5574,7 @@ async function getWasmImports(asset, _opts) {
|
|
|
5574
5574
|
code: "const _imports = { /* no imports */ }",
|
|
5575
5575
|
resolved: true
|
|
5576
5576
|
};
|
|
5577
|
-
const { readPackageJSON } = await import("
|
|
5577
|
+
const { readPackageJSON } = await import("../_build/shared.mjs");
|
|
5578
5578
|
const pkg = await readPackageJSON(asset.id);
|
|
5579
5579
|
const resolved = true;
|
|
5580
5580
|
const imports = [];
|
package/dist/_nitro.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i as __toESM } from "./_rolldown.mjs";
|
|
2
|
-
import { A as
|
|
2
|
+
import { A as resolve, T as join, _ as resolveModuleURL, g as resolveModulePath, k as relative, o as watchConfig, r as loadConfig, u as findWorkspaceDir } from "./_libs/c12.mjs";
|
|
3
3
|
import { o as createUnimport } from "./_libs/unimport.mjs";
|
|
4
4
|
import { t as glob } from "./_libs/tinyglobby.mjs";
|
|
5
5
|
import { n as resolveCompatibilityDates, r as resolveCompatibilityDatesFromEnv } from "./_libs/compatx.mjs";
|
|
@@ -7,7 +7,7 @@ import { t as klona } from "./_libs/klona.mjs";
|
|
|
7
7
|
import { a as d, i as a } from "./_libs/std-env.mjs";
|
|
8
8
|
import { t as escapeStringRegexp } from "./_libs/escape-string-regexp.mjs";
|
|
9
9
|
import { n as parse, t as TSConfckCache } from "./_libs/tsconfck.mjs";
|
|
10
|
-
import { i as writeFile$1, n as prettyPath, r as resolveNitroPath, t as isDirectory } from "./_build/
|
|
10
|
+
import { i as writeFile$1, n as prettyPath, r as resolveNitroPath, t as isDirectory } from "./_build/shared2.mjs";
|
|
11
11
|
import { i as scanHandlers, r as scanAndSyncOptions, t as runParallel } from "./_nitro2.mjs";
|
|
12
12
|
import { a as findRoute, i as findAllRoutes, n as addRoute, r as createRouter, t as compileRouterToString } from "./_libs/rou3.mjs";
|
|
13
13
|
import { t as src_default } from "./_libs/mime.mjs";
|
package/dist/_nitro2.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { i as __toESM } from "./_rolldown.mjs";
|
|
2
|
-
import { A as
|
|
2
|
+
import { A as resolve, S as dirname, T as join, g as resolveModulePath, k as relative, w as isAbsolute } from "./_libs/c12.mjs";
|
|
3
3
|
import { o as lookupNodeModuleSubpath, s as parseNodeModulePath } from "./_libs/local-pkg.mjs";
|
|
4
4
|
import { s as toExports } from "./_libs/unimport.mjs";
|
|
5
5
|
import { t as glob } from "./_libs/tinyglobby.mjs";
|
|
6
|
-
import { i as writeFile, r as resolveNitroPath, t as isDirectory } from "./_build/
|
|
6
|
+
import { i as writeFile, r as resolveNitroPath, t as isDirectory } from "./_build/shared2.mjs";
|
|
7
7
|
import { t as resolveAlias } from "./_libs/pathe.mjs";
|
|
8
8
|
import { n as resolveSchema, t as generateTypes } from "./_libs/untyped.mjs";
|
|
9
9
|
import { existsSync, promises } from "node:fs";
|
package/dist/_presets.mjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import "./_rolldown.mjs";
|
|
2
|
-
import { A as
|
|
2
|
+
import { A as resolve$1, S as dirname$1, T as join$1, c as findFile, f as readGitConfig, g as resolveModulePath, k as relative$1, l as findNearestFile, p as readPackageJSON, v as h } from "./_libs/c12.mjs";
|
|
3
3
|
import { i as gr, n as Q } from "./_libs/confbox.mjs";
|
|
4
4
|
import "./_libs/@rollup/plugin-commonjs.mjs";
|
|
5
5
|
import { t as glob } from "./_libs/tinyglobby.mjs";
|
|
6
6
|
import { r as resolveCompatibilityDatesFromEnv, t as formatCompatibilityDate } from "./_libs/compatx.mjs";
|
|
7
7
|
import { i as a, n as K, o as p } from "./_libs/std-env.mjs";
|
|
8
|
-
import { i as writeFile$2, n as prettyPath$1 } from "./_build/
|
|
8
|
+
import { i as writeFile$2, n as prettyPath$1 } from "./_build/shared2.mjs";
|
|
9
9
|
import { builtinModules } from "node:module";
|
|
10
10
|
import consola$1 from "consola";
|
|
11
11
|
import { dirname, extname, relative, resolve } from "node:path";
|
package/dist/builder.mjs
CHANGED
|
@@ -6,10 +6,10 @@ import "./_libs/unimport.mjs";
|
|
|
6
6
|
import "./_libs/@rollup/plugin-commonjs.mjs";
|
|
7
7
|
import { a as copyPublicAssets, c as loadOptions, i as prepare, n as runTask, o as build, r as prerender, s as createNitro, t as listTasks } from "./_nitro.mjs";
|
|
8
8
|
import "./_libs/tsconfck.mjs";
|
|
9
|
-
import "./_build/
|
|
9
|
+
import "./_build/shared2.mjs";
|
|
10
10
|
import { n as writeTypes } from "./_nitro2.mjs";
|
|
11
11
|
import "./_libs/mime.mjs";
|
|
12
|
-
import { t as getBuildInfo } from "./_build/
|
|
12
|
+
import { t as getBuildInfo } from "./_build/shared3.mjs";
|
|
13
13
|
import { n as createDevServer } from "./_dev.mjs";
|
|
14
14
|
|
|
15
15
|
export { build, copyPublicAssets, createDevServer, createNitro, getBuildInfo, listTasks, loadOptions, prepare, prerender, runTask, writeTypes };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { A as resolve } from "../../_libs/c12.mjs";
|
|
2
2
|
import { t as defineCommand } from "../../_libs/citty.mjs";
|
|
3
3
|
import { t as commonArgs } from "./common.mjs";
|
|
4
4
|
import { build, copyPublicAssets, createNitro, prepare, prerender } from "nitro/builder";
|
package/dist/cli/_chunks/dev.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import "../../_build/shared.mjs";
|
|
3
|
-
import "../../_libs/mime.mjs";
|
|
1
|
+
import { A as resolve } from "../../_libs/c12.mjs";
|
|
4
2
|
import "../../_build/shared2.mjs";
|
|
3
|
+
import "../../_libs/mime.mjs";
|
|
4
|
+
import "../../_build/shared3.mjs";
|
|
5
5
|
import { t as NitroDevServer } from "../../_dev.mjs";
|
|
6
6
|
import { t as defineCommand } from "../../_libs/citty.mjs";
|
|
7
7
|
import { t as commonArgs } from "./common.mjs";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { A as resolve } from "../../_libs/c12.mjs";
|
|
2
2
|
import { t as defineCommand } from "../../_libs/citty.mjs";
|
|
3
3
|
import { t as commonArgs } from "./common.mjs";
|
|
4
4
|
import { createNitro, writeTypes } from "nitro/builder";
|
package/dist/cli/_chunks/run.mjs
CHANGED
package/dist/vite.mjs
CHANGED
|
@@ -6,14 +6,14 @@ import "./_libs/unimport.mjs";
|
|
|
6
6
|
import "./_libs/@rollup/plugin-commonjs.mjs";
|
|
7
7
|
import "./_nitro.mjs";
|
|
8
8
|
import "./_libs/tsconfck.mjs";
|
|
9
|
-
import "./_build/
|
|
9
|
+
import "./_build/shared2.mjs";
|
|
10
10
|
import "./_nitro2.mjs";
|
|
11
11
|
import "./_libs/mime.mjs";
|
|
12
|
-
import "./_build/
|
|
12
|
+
import "./_build/shared3.mjs";
|
|
13
13
|
import "./_dev.mjs";
|
|
14
14
|
import "./_libs/@rollup/plugin-alias.mjs";
|
|
15
15
|
import "./_libs/@rollup/plugin-inject.mjs";
|
|
16
|
-
import "./_build/
|
|
16
|
+
import "./_build/shared4.mjs";
|
|
17
17
|
import "./_libs/etag.mjs";
|
|
18
18
|
import "./_libs/@jridgewell/gen-mapping.mjs";
|
|
19
19
|
import "./_libs/@jridgewell/remapping.mjs";
|
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-20260106-120444-80f89227",
|
|
4
4
|
"description": "Build and Deploy Universal JavaScript Servers",
|
|
5
5
|
"homepage": "https://nitro.build",
|
|
6
6
|
"repository": "nitrojs/nitro",
|
|
@@ -65,6 +65,7 @@
|
|
|
65
65
|
"db0": "^0.3.4",
|
|
66
66
|
"h3": "^2.0.1-rc.7",
|
|
67
67
|
"jiti": "^2.6.1",
|
|
68
|
+
"nf3": "^0.3.2",
|
|
68
69
|
"ofetch": "^2.0.0-alpha.3",
|
|
69
70
|
"ohash": "^2.0.11",
|
|
70
71
|
"oxc-minify": "^0.106.0",
|
|
@@ -130,7 +131,6 @@
|
|
|
130
131
|
"mime": "^4.1.0",
|
|
131
132
|
"miniflare": "^4.20251217.0",
|
|
132
133
|
"mlly": "^1.8.0",
|
|
133
|
-
"nf3": "^0.3.1",
|
|
134
134
|
"nypm": "^0.6.2",
|
|
135
135
|
"obuild": "^0.4.10",
|
|
136
136
|
"pathe": "^2.0.3",
|