@evident-ai/cli 3.1.1-dev.03e3cad → 3.1.1-dev.0786d7e
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/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -997,6 +997,9 @@ import { homedir as homedir3 } from "os";
|
|
|
997
997
|
import { isAbsolute as isAbsolute2, join as join3, parse, resolve as resolvePath } from "path";
|
|
998
998
|
import chalk6 from "chalk";
|
|
999
999
|
|
|
1000
|
+
// ../../packages/types/src/agents/index.ts
|
|
1001
|
+
var MICROVM_MAX_LIFETIME_MS = 8 * 60 * 6e4;
|
|
1002
|
+
|
|
1000
1003
|
// ../../packages/types/src/telemetry/index.ts
|
|
1001
1004
|
var TelemetryEventTypes = {
|
|
1002
1005
|
// Agent activity events (shown in web UI activity log)
|