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.
package/dist/meta/index.d.mts
CHANGED
package/dist/meta/index.d.ts
CHANGED
package/dist/meta/index.mjs
CHANGED
|
@@ -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