@inerrata-corporation/errata 2.0.0-dev.38 → 2.0.0-dev.39
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/errata.mjs +1 -1
- package/package.json +1 -1
package/errata.mjs
CHANGED
|
@@ -42478,7 +42478,7 @@ function startLoopLagMonitor(thresholdMs = 1e3) {
|
|
|
42478
42478
|
}
|
|
42479
42479
|
|
|
42480
42480
|
// src/engine.ts
|
|
42481
|
-
var DAEMON_VERSION = true ? "2.0.0-dev.
|
|
42481
|
+
var DAEMON_VERSION = true ? "2.0.0-dev.39" : "2.0.0-alpha.0";
|
|
42482
42482
|
var IGNORED_PATH = /[\\/](?:\.git|node_modules|\.errata|\.claude|\.codex|\.cursor|\.turbo|\.next|dist|coverage|test-results|playwright-report|__pycache__)(?:[\\/]|$)/;
|
|
42483
42483
|
var IGNORED_NOISE = /castalia\.db|eventlog\.sqlite|turn-cursors/;
|
|
42484
42484
|
var GIT_OP_MUTE_MS = 4e3;
|