@vitest-agent/plugin 2.4.3 → 2.4.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitest-agent/plugin",
3
- "version": "2.4.3",
3
+ "version": "2.4.5",
4
4
  "private": false,
5
5
  "description": "Vitest plugin for the vitest-agent ecosystem: owns persistence, classification, baselines, trends, and dispatches rendering to a configurable reporter.",
6
6
  "keywords": [
@@ -41,11 +41,11 @@
41
41
  "dependencies": {
42
42
  "@effect/platform-node": "4.0.0-rc.109",
43
43
  "@effect/sql-sqlite-node": "4.0.0-rc.109",
44
- "@effected/workspaces": "^0.17.0",
45
- "@vitest-agent/cli": "2.2.5",
46
- "@vitest-agent/mcp": "2.4.0",
47
- "@vitest-agent/reporter": "2.1.5",
48
- "@vitest-agent/sdk": "2.4.5",
44
+ "@effected/workspaces": "^0.17.1",
45
+ "@vitest-agent/cli": "2.2.6",
46
+ "@vitest-agent/mcp": "2.4.2",
47
+ "@vitest-agent/reporter": "2.1.7",
48
+ "@vitest-agent/sdk": "2.4.6",
49
49
  "effect": "4.0.0-rc.109",
50
50
  "magic-string": "^1.2.2"
51
51
  },
package/plugin.js CHANGED
@@ -100,7 +100,7 @@ const aggregatedReporterByVitest = /* @__PURE__ */ new WeakSet();
100
100
  *
101
101
  * @public
102
102
  */
103
- const CURRENT_PLUGIN_VERSION = "2.4.3";
103
+ const CURRENT_PLUGIN_VERSION = "2.4.5";
104
104
  const TEST_FILE_DIR_RE = new RegExp(`/(?:${SRC_DIR}|${TEST_DIR})/`);
105
105
  const isTestFile = (id) => isTestFileName(id) && TEST_FILE_DIR_RE.test(id);
106
106
  /**
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.58.13"
8
+ "packageVersion": "7.59.0"
9
9
  }
10
10
  ]
11
11
  }