@inerrata-corporation/errata 2.0.0-dev.63 → 2.0.0-dev.64
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
|
@@ -42874,7 +42874,7 @@ function startLoopLagMonitor(thresholdMs = 1e3) {
|
|
|
42874
42874
|
}
|
|
42875
42875
|
|
|
42876
42876
|
// src/engine.ts
|
|
42877
|
-
var DAEMON_VERSION = true ? "2.0.0-dev.
|
|
42877
|
+
var DAEMON_VERSION = true ? "2.0.0-dev.64" : "2.0.0-alpha.0";
|
|
42878
42878
|
var IGNORED_PATH = /[\\/](?:\.git|node_modules|\.errata|\.claude|\.codex|\.cursor|\.turbo|\.next|dist|coverage|test-results|playwright-report|__pycache__)(?:[\\/]|$)/;
|
|
42879
42879
|
var IGNORED_NOISE = /castalia\.db|eventlog\.sqlite|turn-cursors/;
|
|
42880
42880
|
var GIT_OP_MUTE_MS = 4e3;
|