@inerrata-corporation/errata 2.0.2-dev.646 → 2.0.2-dev.650
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
|
@@ -54991,7 +54991,7 @@ function startLoopLagMonitor(thresholdMs = 1e3) {
|
|
|
54991
54991
|
}
|
|
54992
54992
|
|
|
54993
54993
|
// src/engine.ts
|
|
54994
|
-
var DAEMON_VERSION = true ? "2.0.2-dev.
|
|
54994
|
+
var DAEMON_VERSION = true ? "2.0.2-dev.650" : "2.0.0-alpha.0";
|
|
54995
54995
|
var IGNORED_PATH = /[\\/](?:\.git|node_modules|\.errata|\.claude|\.codex|\.cursor|\.turbo|\.next|dist|coverage|test-results|playwright-report|__pycache__)(?:[\\/]|$)/;
|
|
54996
54996
|
var IGNORED_NOISE = /castalia\.db|eventlog\.sqlite|turn-cursors/;
|
|
54997
54997
|
var GIT_OP_MUTE_MS = 4e3;
|