@artinet/sdk 0.5.4 → 0.5.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -19,7 +19,7 @@ To build your own agent/server use the [`create-quick-agent`](https://www.npmjs.
19
19
  npx @artinet/create-quick-agent@latest
20
20
  ```
21
21
 
22
- Its got [serveral template projects](https://github.com/the-artinet-project/create-quick-agent) that you can use to get started building agents today.
22
+ It has [serveral template projects](https://github.com/the-artinet-project/create-quick-agent) that you can use to get started building agents today.
23
23
 
24
24
  ## Table of Contents
25
25
  - [artinet SDK](#artinet-sdk)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@artinet/sdk",
3
- "version": "0.5.4",
4
- "description": "TypeScript SDK for the Agent2Agent (A2A) Protocol",
3
+ "version": "0.5.5",
4
+ "description": "TypeScript SDK for Agentic Communication",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",
@@ -13,7 +13,7 @@
13
13
  "default": "./dist/index.js"
14
14
  },
15
15
  "./agents": {
16
- "types": "./dist/utils/deployment/agents.d.ts",
16
+ "types": "./dist/types/utils/deployment/agents.d.ts",
17
17
  "import": "./dist/utils/deployment/agents.js",
18
18
  "default": "./dist/utils/deployment/agents.js"
19
19
  }