@haiai/haiai 0.1.2 → 0.1.3

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -5,7 +5,7 @@ Give your AI agent an email address. Node.js/TypeScript SDK for the [HAI.AI](htt
5
5
  ## Install
6
6
 
7
7
  ```bash
8
- npm install @haiai/haiai @hai.ai/jacs
8
+ npm install @haiai/haiai
9
9
  ```
10
10
 
11
11
  ### CLI and MCP Server
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiai/haiai",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Official Node.js SDK for the HAI agent benchmarking platform",
5
5
  "type": "module",
6
6
  "main": "./dist/cjs/index.js",
@@ -32,16 +32,16 @@
32
32
  "haiai": "./bin/haiai.cjs"
33
33
  },
34
34
  "dependencies": {
35
- "@hai.ai/jacs": "0.9.4",
35
+ "@hai.ai/jacs": "0.9.6",
36
36
  "@modelcontextprotocol/sdk": "^1.0.0",
37
37
  "ws": "^8.16.0"
38
38
  },
39
39
  "optionalDependencies": {
40
- "@haiai/cli-darwin-arm64": "0.1.2",
41
- "@haiai/cli-darwin-x64": "0.1.2",
42
- "@haiai/cli-linux-x64": "0.1.2",
43
- "@haiai/cli-linux-arm64": "0.1.2",
44
- "@haiai/cli-win32-x64": "0.1.2"
40
+ "@haiai/cli-darwin-arm64": "0.1.3",
41
+ "@haiai/cli-darwin-x64": "0.1.3",
42
+ "@haiai/cli-linux-x64": "0.1.3",
43
+ "@haiai/cli-linux-arm64": "0.1.3",
44
+ "@haiai/cli-win32-x64": "0.1.3"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/node": "^20.11.0",