nitropack-nightly 2.11.7-20250318-220432.9d20c538 → 2.11.7-20250318-221612.b37e6985

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.
@@ -1,3 +1,3 @@
1
- const version = "2.11.7-20250318-220432.9d20c538";
1
+ const version = "2.11.7-20250318-221612.b37e6985";
2
2
 
3
3
  export { version };
@@ -1,3 +1,3 @@
1
- const version = "2.11.7-20250318-220432.9d20c538";
1
+ const version = "2.11.7-20250318-221612.b37e6985";
2
2
 
3
3
  export { version };
@@ -1,3 +1,3 @@
1
- const version = "2.11.7-20250318-220432.9d20c538";
1
+ const version = "2.11.7-20250318-221612.b37e6985";
2
2
 
3
3
  export { version };
@@ -69,6 +69,8 @@ export const builtnNodeModules = [
69
69
  "readline/promises",
70
70
  "repl",
71
71
  // Missing exports: Recoverable, writer
72
+ "sqlite",
73
+ // Missing exports: StatementSync
72
74
  "stream",
73
75
  // Missing exports: duplexPair, promises
74
76
  "stream/consumers",
@@ -101,6 +103,5 @@ export const hybridNodeModules = [];
101
103
  export const unsupportedNodeModules = [
102
104
  "_http_client",
103
105
  "_http_incoming",
104
- "_stream_wrap",
105
- "sqlite"
106
+ "_stream_wrap"
106
107
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nitropack-nightly",
3
- "version": "2.11.7-20250318-220432.9d20c538",
3
+ "version": "2.11.7-20250318-221612.b37e6985",
4
4
  "description": "Build and Deploy Universal JavaScript Servers",
5
5
  "repository": "nitrojs/nitro",
6
6
  "license": "MIT",