vercel-ai-attesso 1.0.1 → 1.0.2

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 +8 -8
package/README.md CHANGED
@@ -174,7 +174,7 @@ Attesso provides:
174
174
 
175
175
  ## Links
176
176
 
177
- - Website: https://attesso.com
177
+ - Website: https://www.attesso.com
178
178
  - Support: info@attesso.com
179
179
 
180
180
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vercel-ai-attesso",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Vercel AI SDK provider for hardware-secured agent wallets",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -16,11 +16,6 @@
16
16
  "dist",
17
17
  "README.md"
18
18
  ],
19
- "scripts": {
20
- "build": "tsup src/index.ts --format esm --dts --clean",
21
- "dev": "tsup src/index.ts --format esm --dts --watch",
22
- "typecheck": "tsc --noEmit"
23
- },
24
19
  "keywords": [
25
20
  "vercel",
26
21
  "ai-sdk",
@@ -44,7 +39,7 @@
44
39
  },
45
40
  "deprecated": "Use @attesso/sdk/vercel instead. This package is now a re-export.",
46
41
  "dependencies": {
47
- "@attesso/sdk": "^1.0.2"
42
+ "@attesso/sdk": "1.0.5"
48
43
  },
49
44
  "peerDependencies": {
50
45
  "ai": ">=3.0.0",
@@ -58,5 +53,10 @@
58
53
  },
59
54
  "engines": {
60
55
  "node": ">=18.0.0"
56
+ },
57
+ "scripts": {
58
+ "build": "tsup src/index.ts --format esm --dts --clean",
59
+ "dev": "tsup src/index.ts --format esm --dts --watch",
60
+ "typecheck": "tsc --noEmit"
61
61
  }
62
- }
62
+ }