@delali/sirannon-db 0.3.4-next.59 → 0.3.4-next.60
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.
|
@@ -231,10 +231,6 @@ var WriterWorker = class _WriterWorker {
|
|
|
231
231
|
"WRITER_WORKER_TIMEOUT"
|
|
232
232
|
);
|
|
233
233
|
}
|
|
234
|
-
// On the deadline the host cancels the operation, which drops work the
|
|
235
|
-
// worker has not started, then allows one further timeout as a grace window.
|
|
236
|
-
// An operation still running when that window closes is rejected as
|
|
237
|
-
// indeterminate, because the write may or may not have reached the disk.
|
|
238
234
|
onDeadline(id) {
|
|
239
235
|
const entry = this.pending.get(id);
|
|
240
236
|
if (!entry) return;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { nodeResolveExtensionPath, nodeWriterContext, nodeBackupEngine, nodeStreamingSupport, WriterWorker, createStatementCache, loadThroughRuntime, narrowSafeBigInt, narrowRowIntegers, narrowRowsIntegers } from '../chunk-
|
|
1
|
+
import { nodeResolveExtensionPath, nodeWriterContext, nodeBackupEngine, nodeStreamingSupport, WriterWorker, createStatementCache, loadThroughRuntime, narrowSafeBigInt, narrowRowIntegers, narrowRowsIntegers } from '../chunk-W4EUTJNT.mjs';
|
|
2
2
|
import '../chunk-7SC2TZAS.mjs';
|
|
3
3
|
import '../chunk-JQWGHSEH.mjs';
|
|
4
4
|
import { defineDriver } from '../chunk-LXCGPZPA.mjs';
|
package/dist/driver/node.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { nodeResolveExtensionPath, nodeWriterContext, createStatementCache, nodeBackupEngine, nodeStreamingSupport, WriterWorker, loadThroughRuntime, narrowSafeBigInt, narrowRowIntegers, narrowRowsIntegers } from '../chunk-
|
|
1
|
+
import { nodeResolveExtensionPath, nodeWriterContext, createStatementCache, nodeBackupEngine, nodeStreamingSupport, WriterWorker, loadThroughRuntime, narrowSafeBigInt, narrowRowIntegers, narrowRowsIntegers } from '../chunk-W4EUTJNT.mjs';
|
|
2
2
|
import '../chunk-7SC2TZAS.mjs';
|
|
3
3
|
import '../chunk-JQWGHSEH.mjs';
|
|
4
4
|
import { defineDriver } from '../chunk-LXCGPZPA.mjs';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@delali/sirannon-db",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.3.4-next.
|
|
4
|
+
"version": "0.3.4-next.60",
|
|
5
5
|
"description": "A production-grade library that turns SQLite databases into a networked data layer with real-time subscriptions.",
|
|
6
6
|
"author": "Delali (https://sondelali.com)",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -210,11 +210,11 @@
|
|
|
210
210
|
"vitest": "4.0.18"
|
|
211
211
|
},
|
|
212
212
|
"optionalDependencies": {
|
|
213
|
-
"@delali/sirannon-vfs-darwin-arm64": "0.3.4-next.
|
|
214
|
-
"@delali/sirannon-vfs-darwin-x64": "0.3.4-next.
|
|
215
|
-
"@delali/sirannon-vfs-linux-arm64": "0.3.4-next.
|
|
216
|
-
"@delali/sirannon-vfs-linux-x64": "0.3.4-next.
|
|
217
|
-
"@delali/sirannon-vfs-win32-arm64": "0.3.4-next.
|
|
218
|
-
"@delali/sirannon-vfs-win32-x64": "0.3.4-next.
|
|
213
|
+
"@delali/sirannon-vfs-darwin-arm64": "0.3.4-next.60",
|
|
214
|
+
"@delali/sirannon-vfs-darwin-x64": "0.3.4-next.60",
|
|
215
|
+
"@delali/sirannon-vfs-linux-arm64": "0.3.4-next.60",
|
|
216
|
+
"@delali/sirannon-vfs-linux-x64": "0.3.4-next.60",
|
|
217
|
+
"@delali/sirannon-vfs-win32-arm64": "0.3.4-next.60",
|
|
218
|
+
"@delali/sirannon-vfs-win32-x64": "0.3.4-next.60"
|
|
219
219
|
}
|
|
220
220
|
}
|