@vitest-agent/cli 2.1.3 → 2.2.0

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +7 -7
package/index.js CHANGED
@@ -11,7 +11,7 @@ import { DATA_DB_FILENAME, REGISTRY_DB_FILENAME, SESSIONS_DB_FILENAME, resolvePr
11
11
  *
12
12
  * @public
13
13
  */
14
- const CURRENT_CLI_VERSION = "2.1.3";
14
+ const CURRENT_CLI_VERSION = "2.2.0";
15
15
 
16
16
  //#endregion
17
17
  export { CURRENT_CLI_VERSION, CliLive, DATA_DB_FILENAME, REGISTRY_DB_FILENAME, SESSIONS_DB_FILENAME, SidecarLive, registerAgentEffect, resolveProjectDataDir, resolveRegistryDir, resolveSessionMapPath };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitest-agent/cli",
3
- "version": "2.1.3",
3
+ "version": "2.2.0",
4
4
  "private": false,
5
5
  "description": "On-demand CLI for vitest-agent. Reads cached test data and reports status, overview, coverage, history, trends, and cache health.",
6
6
  "keywords": [
@@ -38,12 +38,12 @@
38
38
  "vitest-agent": "bin/vitest-agent.js"
39
39
  },
40
40
  "dependencies": {
41
- "@effect/platform-node": "4.0.0-beta.107",
42
- "@effect/sql-sqlite-node": "4.0.0-beta.107",
43
- "@effected/workspaces": "^0.13.0",
44
- "@vitest-agent/sdk": "2.3.1",
45
- "@vitest-agent/sidecar": "2.0.13",
46
- "effect": "4.0.0-beta.107"
41
+ "@effect/platform-node": "4.0.0-rc.109",
42
+ "@effect/sql-sqlite-node": "4.0.0-rc.109",
43
+ "@effected/workspaces": "^0.14.0",
44
+ "@vitest-agent/sdk": "2.4.0",
45
+ "@vitest-agent/sidecar": "2.1.0",
46
+ "effect": "4.0.0-rc.109"
47
47
  },
48
48
  "engines": {
49
49
  "node": ">=24.11.0"