nitro-nightly 3.0.1-20260121-180512-722efdcf → 3.0.1-20260121-181105-22bd0c63

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.
@@ -17469,7 +17469,7 @@ function libChunkName(id) {
17469
17469
  }
17470
17470
  function getChunkName(chunk, nitro) {
17471
17471
  if (chunk.name === "rolldown-runtime") return "_runtime.mjs";
17472
- if (chunk.moduleIds.every((id) => id.includes("node_modules"))) {
17472
+ if (chunk.moduleIds.every((id) => /node_modules[/\\]\w/.test(id))) {
17473
17473
  const pkgNames = [...new Set(chunk.moduleIds.map((id) => id.match(/.*[/\\]node_modules[/\\](?<package>@[^/\\]+[/\\][^/\\]+|[^/\\]+)/)?.groups?.package).filter(Boolean).map((name) => name.split(/[/\\]/).pop()).filter(Boolean))].sort((a$1, b$2) => a$1.length - b$2.length);
17474
17474
  let chunkName = "";
17475
17475
  for (const name of pkgNames) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nitro-nightly",
3
- "version": "3.0.1-20260121-180512-722efdcf",
3
+ "version": "3.0.1-20260121-181105-22bd0c63",
4
4
  "description": "Build and Deploy Universal JavaScript Servers",
5
5
  "keywords": [
6
6
  "api-routes",