agnostic-ai 0.64.1 → 0.65.0
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agnostic-ai",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.65.0",
|
|
4
4
|
"description": "One spec, every AI CLI. Sync agents, skills, rules, hooks, and MCP servers to Claude Code, Codex, Gemini, Cursor, Copilot, and 20 more.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -50,11 +50,11 @@
|
|
|
50
50
|
"node": ">=18"
|
|
51
51
|
},
|
|
52
52
|
"optionalDependencies": {
|
|
53
|
-
"@agnostic-ai/darwin-arm64": "0.
|
|
54
|
-
"@agnostic-ai/darwin-x64": "0.
|
|
55
|
-
"@agnostic-ai/linux-arm64": "0.
|
|
56
|
-
"@agnostic-ai/linux-x64": "0.
|
|
57
|
-
"@agnostic-ai/win32-arm64": "0.
|
|
58
|
-
"@agnostic-ai/win32-x64": "0.
|
|
53
|
+
"@agnostic-ai/darwin-arm64": "0.65.0",
|
|
54
|
+
"@agnostic-ai/darwin-x64": "0.65.0",
|
|
55
|
+
"@agnostic-ai/linux-arm64": "0.65.0",
|
|
56
|
+
"@agnostic-ai/linux-x64": "0.65.0",
|
|
57
|
+
"@agnostic-ai/win32-arm64": "0.65.0",
|
|
58
|
+
"@agnostic-ai/win32-x64": "0.65.0"
|
|
59
59
|
}
|
|
60
60
|
}
|