Skip to content

Commit 4baa5b5

Browse files
committed
Update package version to 0.5.5 and modify description in package.json; correct type path for agents in package.json. Fix typo in README.md for clarity.
1 parent 4ba2db5 commit 4baa5b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To build your own agent/server use the [`create-quick-agent`](https://www.npmjs.
1919
npx @artinet/create-quick-agent@latest
2020
```
2121

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.
2323

2424
## Table of Contents
2525
- [artinet SDK](#artinet-sdk)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"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",
55
"type": "module",
66
"main": "./dist/index.js",
77
"module": "./dist/index.js",
@@ -13,7 +13,7 @@
1313
"default": "./dist/index.js"
1414
},
1515
"./agents": {
16-
"types": "./dist/utils/deployment/agents.d.ts",
16+
"types": "./dist/types/utils/deployment/agents.d.ts",
1717
"import": "./dist/utils/deployment/agents.js",
1818
"default": "./dist/utils/deployment/agents.js"
1919
}

0 commit comments

Comments
 (0)