@inerrata-corporation/errata 2.0.1-dev.60 → 2.0.2-dev.70
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
|
@@ -51664,7 +51664,7 @@ function startLoopLagMonitor(thresholdMs = 1e3) {
|
|
|
51664
51664
|
}
|
|
51665
51665
|
|
|
51666
51666
|
// src/engine.ts
|
|
51667
|
-
var DAEMON_VERSION = true ? "2.0.
|
|
51667
|
+
var DAEMON_VERSION = true ? "2.0.2-dev.70" : "2.0.0-alpha.0";
|
|
51668
51668
|
var IGNORED_PATH = /[\\/](?:\.git|node_modules|\.errata|\.claude|\.codex|\.cursor|\.turbo|\.next|dist|coverage|test-results|playwright-report|__pycache__)(?:[\\/]|$)/;
|
|
51669
51669
|
var IGNORED_NOISE = /castalia\.db|eventlog\.sqlite|turn-cursors/;
|
|
51670
51670
|
var GIT_OP_MUTE_MS = 4e3;
|