@vitest-agent/cli 1.0.6 → 1.0.8
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/README.md +1 -1
- package/index.d.ts +0 -1
- package/index.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ npm install --save-dev @vitest-agent/cli
|
|
|
22
22
|
pnpm add -D @vitest-agent/cli
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
-
`@vitest-agent/cli` is a
|
|
25
|
+
`@vitest-agent/cli` is a regular dependency of `@vitest-agent/plugin` and installs with it automatically.
|
|
26
26
|
|
|
27
27
|
## Quick start
|
|
28
28
|
|
package/index.d.ts
CHANGED
|
@@ -2,7 +2,6 @@ import * as NodeContext from "@effect/platform-node/NodeContext";
|
|
|
2
2
|
import * as SqliteMigrator from "@effect/sql-sqlite-node/SqliteMigrator";
|
|
3
3
|
import { Effect, Layer, LogLevel } from "effect";
|
|
4
4
|
import { DataReader, DataStore, PerClientSessionMapWriter, ProjectIdentityNotResolvableError } from "@vitest-agent/sdk";
|
|
5
|
-
|
|
6
5
|
//#region src/layers/CliLive.d.ts
|
|
7
6
|
/**
|
|
8
7
|
* Composition layer for the CLI runtime.
|
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 = "1.0.
|
|
14
|
+
const CURRENT_CLI_VERSION = "1.0.8";
|
|
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": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
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": [
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@effect/sql-sqlite-node": "^0.52.0",
|
|
50
50
|
"@effect/typeclass": "^0.40.0",
|
|
51
51
|
"@effect/workflow": "^0.18.2",
|
|
52
|
-
"@vitest-agent/sdk": "1.3.
|
|
52
|
+
"@vitest-agent/sdk": "1.3.4",
|
|
53
53
|
"@vitest-agent/sidecar": "1.0.2",
|
|
54
54
|
"effect": "^3.21.4"
|
|
55
55
|
},
|