@agentdomain/sdk 0.2.0 → 0.2.1

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentdomain/sdk",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "AgentDomain SDK for AI agents - domain registration, management, and x402 payments",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -23,7 +23,7 @@
23
23
  "dependencies": {
24
24
  "viem": "^2.55.2",
25
25
  "zod": "^3.24.1",
26
- "@agentdomain/shared": "^0.2.0"
26
+ "@agentdomain/shared": "^0.2.1"
27
27
  },
28
28
  "devDependencies": {
29
29
  "typescript": "^5.7.2"