@attesso/sdk 1.0.2 → 1.0.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 +5 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -132,6 +132,11 @@ try {
132
132
  - Node.js 18+
133
133
  - For Vercel AI SDK: `ai` >= 3.0, `zod` >= 3.0
134
134
 
135
+ ## Links
136
+
137
+ - Website: https://attesso.com
138
+ - Support: info@attesso.com
139
+
135
140
  ## License
136
141
 
137
142
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@attesso/sdk",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "API client for executing payments against FIDO2-signed mandates. Includes Vercel AI SDK tools.",
5
5
  "author": "Attesso",
6
6
  "license": "MIT",
@@ -46,8 +46,8 @@
46
46
  "vercel-ai-sdk"
47
47
  ],
48
48
  "dependencies": {
49
- "@attesso/gatekeeper": "workspace:*",
50
- "@attesso/types": "workspace:*"
49
+ "@attesso/gatekeeper": "^1.0.2",
50
+ "@attesso/types": "^1.0.2"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "ai": ">=3.0.0",