nitropack-nightly 2.11.0-20250303-235119.ff3728de → 2.11.0-20250304-141140.cdd912eb
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/core/index.mjs +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/package.json +2 -2
package/dist/core/index.mjs
CHANGED
|
@@ -480,7 +480,7 @@ async function resolveOpenAPIOptions(options) {
|
|
|
480
480
|
|
|
481
481
|
async function resolvePathOptions(options) {
|
|
482
482
|
options.rootDir = resolve(options.rootDir || ".");
|
|
483
|
-
options.workspaceDir
|
|
483
|
+
options.workspaceDir ||= await findWorkspaceDir(options.rootDir).catch(
|
|
484
484
|
() => options.rootDir
|
|
485
485
|
);
|
|
486
486
|
options.srcDir = resolve(options.srcDir || options.rootDir);
|
|
@@ -731,7 +731,7 @@ const nodeless = {
|
|
|
731
731
|
setImmediate: ["node:timers", "setImmediate"],
|
|
732
732
|
performance: "unenv/polyfill/performance",
|
|
733
733
|
PerformanceObserver: ["node:perf_hooks", "PerformanceObserver"],
|
|
734
|
-
BroadcastChannel: "node:
|
|
734
|
+
BroadcastChannel: ["node:worker_threads", "BroadcastChannel"]
|
|
735
735
|
},
|
|
736
736
|
polyfill: [
|
|
737
737
|
"unenv/polyfill/globalthis-global",
|
package/dist/meta/index.d.mts
CHANGED
package/dist/meta/index.d.ts
CHANGED
package/dist/meta/index.mjs
CHANGED
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-20250304-141140.cdd912eb",
|
|
4
4
|
"description": "Build and Deploy Universal JavaScript Servers",
|
|
5
5
|
"repository": "nitrojs/nitro",
|
|
6
6
|
"license": "MIT",
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"ultrahtml": "^1.5.3",
|
|
165
165
|
"uncrypto": "^0.1.3",
|
|
166
166
|
"unctx": "^2.4.1",
|
|
167
|
-
"unenv": "2.0.0-rc.
|
|
167
|
+
"unenv": "2.0.0-rc.11",
|
|
168
168
|
"unimport": "^4.1.2",
|
|
169
169
|
"unplugin-utils": "^0.2.4",
|
|
170
170
|
"unstorage": "^1.15.0",
|