@inerrata-corporation/errata 2.0.2-dev.354 → 2.0.2-dev.361
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
|
@@ -53264,7 +53264,7 @@ function startLoopLagMonitor(thresholdMs = 1e3) {
|
|
|
53264
53264
|
}
|
|
53265
53265
|
|
|
53266
53266
|
// src/engine.ts
|
|
53267
|
-
var DAEMON_VERSION = true ? "2.0.2-dev.
|
|
53267
|
+
var DAEMON_VERSION = true ? "2.0.2-dev.361" : "2.0.0-alpha.0";
|
|
53268
53268
|
var IGNORED_PATH = /[\\/](?:\.git|node_modules|\.errata|\.claude|\.codex|\.cursor|\.turbo|\.next|dist|coverage|test-results|playwright-report|__pycache__)(?:[\\/]|$)/;
|
|
53269
53269
|
var IGNORED_NOISE = /castalia\.db|eventlog\.sqlite|turn-cursors/;
|
|
53270
53270
|
var GIT_OP_MUTE_MS = 4e3;
|