@vitest-agent/reporter 2.0.21 → 2.1.1

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 +6 -6
package/index.js CHANGED
@@ -9,7 +9,7 @@ import { DefaultVitestAgentReporter, buildDispatchInputs, renderAgentStringForRe
9
9
  *
10
10
  * @public
11
11
  */
12
- const CURRENT_REPORTER_VERSION = "2.0.21";
12
+ const CURRENT_REPORTER_VERSION = "2.1.1";
13
13
 
14
14
  //#endregion
15
15
  export { CURRENT_REPORTER_VERSION, DefaultVitestAgentReporter, createLiveInk as _createLiveInk, buildDispatchInputs, renderAgentStringForReport, renderHumanStringForReport, resolveCellOptions };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitest-agent/reporter",
3
- "version": "2.0.21",
3
+ "version": "2.1.1",
4
4
  "private": false,
5
5
  "description": "Named VitestAgentReporterFactory implementations for the vitest-agent ecosystem.",
6
6
  "keywords": [
@@ -39,11 +39,11 @@
39
39
  "./package.json": "./package.json"
40
40
  },
41
41
  "dependencies": {
42
- "@effect/platform-node": "4.0.0-beta.107",
43
- "@effect/sql-sqlite-node": "4.0.0-beta.107",
44
- "@vitest-agent/sdk": "2.3.1",
45
- "@vitest-agent/ui": "2.1.4",
46
- "effect": "4.0.0-beta.107",
42
+ "@effect/platform-node": "4.0.0-rc.109",
43
+ "@effect/sql-sqlite-node": "4.0.0-rc.109",
44
+ "@vitest-agent/sdk": "2.4.1",
45
+ "@vitest-agent/ui": "2.2.1",
46
+ "effect": "4.0.0-rc.109",
47
47
  "ink": "^7.1.1",
48
48
  "react": "^19.2.8"
49
49
  },