@inerrata-corporation/errata 2.0.0-dev.58 → 2.0.0-dev.59
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
|
@@ -42855,7 +42855,7 @@ function startLoopLagMonitor(thresholdMs = 1e3) {
|
|
|
42855
42855
|
}
|
|
42856
42856
|
|
|
42857
42857
|
// src/engine.ts
|
|
42858
|
-
var DAEMON_VERSION = true ? "2.0.0-dev.
|
|
42858
|
+
var DAEMON_VERSION = true ? "2.0.0-dev.59" : "2.0.0-alpha.0";
|
|
42859
42859
|
var IGNORED_PATH = /[\\/](?:\.git|node_modules|\.errata|\.claude|\.codex|\.cursor|\.turbo|\.next|dist|coverage|test-results|playwright-report|__pycache__)(?:[\\/]|$)/;
|
|
42860
42860
|
var IGNORED_NOISE = /castalia\.db|eventlog\.sqlite|turn-cursors/;
|
|
42861
42861
|
var GIT_OP_MUTE_MS = 4e3;
|