@crewkit/cli 0.3.4 → 0.3.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": "@crewkit/cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.5",
|
|
4
4
|
"description": "Manage Claude Code agents for teams - role-based configs, A/B testing, accuracy tracking",
|
|
5
5
|
"author": "crewkit <hello@crewkit.io>",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"node": ">=18"
|
|
45
45
|
},
|
|
46
46
|
"optionalDependencies": {
|
|
47
|
-
"@crewkit/cli-darwin-arm64": "0.3.
|
|
48
|
-
"@crewkit/cli-darwin-x64": "0.3.
|
|
49
|
-
"@crewkit/cli-linux-x64": "0.3.
|
|
50
|
-
"@crewkit/cli-win32-x64": "0.3.
|
|
47
|
+
"@crewkit/cli-darwin-arm64": "0.3.5",
|
|
48
|
+
"@crewkit/cli-darwin-x64": "0.3.5",
|
|
49
|
+
"@crewkit/cli-linux-x64": "0.3.5",
|
|
50
|
+
"@crewkit/cli-win32-x64": "0.3.5"
|
|
51
51
|
}
|
|
52
52
|
}
|