@fosenai/cord 0.1.0-alpha.4 → 0.1.0-alpha.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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fosenai/cord",
3
- "version": "0.1.0-alpha.4",
3
+ "version": "0.1.0-alpha.5",
4
4
  "description": "Cord — distributed agent fabric for LLMs, MCP servers and AI agents. Wrap any LLM CLI / HTTP backend / MCP server into a network-discoverable capability and find it across machines via natural-language semantic search.",
5
5
  "license": "Apache-2.0",
6
6
  "bin": {
@@ -15,11 +15,11 @@
15
15
  "postinstall": "node scripts/install.js"
16
16
  },
17
17
  "optionalDependencies": {
18
- "@fosenai/cord-darwin-arm64": "0.1.0-alpha.4",
19
- "@fosenai/cord-darwin-x64": "0.1.0-alpha.4",
20
- "@fosenai/cord-linux-x64": "0.1.0-alpha.4",
21
- "@fosenai/cord-linux-arm64": "0.1.0-alpha.4",
22
- "@fosenai/cord-windows-x64": "0.1.0-alpha.4"
18
+ "@fosenai/cord-darwin-arm64": "0.1.0-alpha.5",
19
+ "@fosenai/cord-darwin-x64": "0.1.0-alpha.5",
20
+ "@fosenai/cord-linux-x64": "0.1.0-alpha.5",
21
+ "@fosenai/cord-linux-arm64": "0.1.0-alpha.5",
22
+ "@fosenai/cord-windows-x64": "0.1.0-alpha.5"
23
23
  },
24
24
  "engines": {
25
25
  "node": ">=18"