@inerrata-corporation/errata 2.0.0-dev.97 → 2.0.1-dev.15
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
|
@@ -51471,7 +51471,7 @@ function startLoopLagMonitor(thresholdMs = 1e3) {
|
|
|
51471
51471
|
}
|
|
51472
51472
|
|
|
51473
51473
|
// src/engine.ts
|
|
51474
|
-
var DAEMON_VERSION = true ? "2.0.
|
|
51474
|
+
var DAEMON_VERSION = true ? "2.0.1-dev.15" : "2.0.0-alpha.0";
|
|
51475
51475
|
var IGNORED_PATH = /[\\/](?:\.git|node_modules|\.errata|\.claude|\.codex|\.cursor|\.turbo|\.next|dist|coverage|test-results|playwright-report|__pycache__)(?:[\\/]|$)/;
|
|
51476
51476
|
var IGNORED_NOISE = /castalia\.db|eventlog\.sqlite|turn-cursors/;
|
|
51477
51477
|
var GIT_OP_MUTE_MS = 4e3;
|