@vitest-agent/sidecar 2.0.4 → 2.0.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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitest-agent/sidecar",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Fast-path native binary for vitest-agent. Ships a Node SEA executable that handles the per-Bash-call inject-env hot path.",
|
|
6
6
|
"keywords": [
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
"./package.json": "./package.json"
|
|
36
36
|
},
|
|
37
37
|
"optionalDependencies": {
|
|
38
|
-
"@vitest-agent/sidecar-darwin-arm64": "2.0.
|
|
39
|
-
"@vitest-agent/sidecar-linux-arm64": "2.0.
|
|
40
|
-
"@vitest-agent/sidecar-linux-x64": "2.0.
|
|
41
|
-
"@vitest-agent/sidecar-win32-x64": "2.0.
|
|
38
|
+
"@vitest-agent/sidecar-darwin-arm64": "2.0.5",
|
|
39
|
+
"@vitest-agent/sidecar-linux-arm64": "2.0.5",
|
|
40
|
+
"@vitest-agent/sidecar-linux-x64": "2.0.5",
|
|
41
|
+
"@vitest-agent/sidecar-win32-x64": "2.0.5"
|
|
42
42
|
},
|
|
43
43
|
"engines": {
|
|
44
44
|
"node": ">=24.11.0"
|