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.
@@ -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 = await findWorkspaceDir(options.rootDir).catch(
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:node:worker_threads"
734
+ BroadcastChannel: ["node:worker_threads", "BroadcastChannel"]
735
735
  },
736
736
  polyfill: [
737
737
  "unenv/polyfill/globalthis-global",
@@ -1,3 +1,3 @@
1
- const version = "2.11.0-20250303-235119.ff3728de";
1
+ const version = "2.11.0-20250304-141140.cdd912eb";
2
2
 
3
3
  export { version };
@@ -1,3 +1,3 @@
1
- const version = "2.11.0-20250303-235119.ff3728de";
1
+ const version = "2.11.0-20250304-141140.cdd912eb";
2
2
 
3
3
  export { version };
@@ -1,3 +1,3 @@
1
- const version = "2.11.0-20250303-235119.ff3728de";
1
+ const version = "2.11.0-20250304-141140.cdd912eb";
2
2
 
3
3
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nitropack-nightly",
3
- "version": "2.11.0-20250303-235119.ff3728de",
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.10",
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",