profileShare

rasmusjy / voicetask

Read-only snapshot

No repository description.

main default branch 105 files Expires Sep 13, 2026, 9:06 AM

Commit

Upgrade Anthropic SDK to 0.113 and zod to 4

commit f236e42

2 changed files with +34 and −11

Jump to a changed file
  1. package-lock.json +32 −9
  2. package.json +2 −2
modified package-lock.json +32 −9
@@ -8,14 +8,14 @@
8 8 "name": "voicetask",
9 9 "version": "0.1.0",
10 10 "dependencies": {
11 - "@anthropic-ai/sdk": "^0.71.0",
11 + "@anthropic-ai/sdk": "^0.113.0",
12 12 "@fastify/cors": "^10.0.2",
13 13 "@fastify/multipart": "^9.2.1",
14 14 "@fastify/static": "^8.2.0",
15 15 "fastify": "^5.6.1",
16 16 "react": "^19.2.7",
17 17 "react-dom": "^19.2.7",
18 - "zod": "^3.25.76"
18 + "zod": "^4.4.3"
19 19 },
20 20 "devDependencies": {
21 21 "@types/node": "^24.13.2",
@@ -30,12 +30,13 @@
30 30 }
31 31 },
32 32 "node_modules/@anthropic-ai/sdk": {
33 - "version": "0.71.2",
34 - "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.71.2.tgz",
35 - "integrity": "sha512-TGNDEUuEstk/DKu0/TflXAEt+p+p/WhTlFzEnoosvbaDU2LTjm42igSdlL0VijrKpWejtOKxX0b8A7uc+XiSAQ==",
33 + "version": "0.113.0",
34 + "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.113.0.tgz",
35 + "integrity": "sha512-8YKIP333ypmy8QjtSP691fIqdes3HL/rSXAT4FDZX/HRnkQaNG+iOVBfEQw4vjPNpYHeoy7FSYc2o/jb8b3AnA==",
36 36 "license": "MIT",
37 37 "dependencies": {
38 - "json-schema-to-ts": "^3.1.1"
38 + "json-schema-to-ts": "^3.1.1",
39 + "standardwebhooks": "^1.0.0"
39 40 },
40 41 "bin": {
41 42 "anthropic-ai-sdk": "bin/cli"
@@ -1447,6 +1448,12 @@
1447 1448 "win32"
1448 1449 ]
1449 1450 },
1451 + "node_modules/@stablelib/base64": {
1452 + "version": "1.0.1",
1453 + "resolved": "https://registry.npmjs.org/@stablelib/base64/-/base64-1.0.1.tgz",
1454 + "integrity": "sha512-1bnPQqSxSuc3Ii6MhBysoWCg58j97aUjuCSZrGSmDxNqtytIi0k8utUenAwTZN4V5mXXYGsVUI9zeBqy+jBOSQ==",
1455 + "license": "MIT"
1456 + },
1450 1457 "node_modules/@tybys/wasm-util": {
1451 1458 "version": "0.10.3",
1452 1459 "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.3.tgz",
@@ -2134,6 +2141,12 @@
2134 2141 "fast-decode-uri-component": "^1.0.1"
2135 2142 }
2136 2143 },
2144 + "node_modules/fast-sha256": {
2145 + "version": "1.3.0",
2146 + "resolved": "https://registry.npmjs.org/fast-sha256/-/fast-sha256-1.3.0.tgz",
2147 + "integrity": "sha512-n11RGP/lrWEFI/bWdygLxhI+pVeo1ZYIVwvvPkW7azl/rOy+F3HYRZ2K5zeE9mmkhQppyv9sQFx0JM9UabnpPQ==",
2148 + "license": "Unlicense"
2149 + },
2137 2150 "node_modules/fast-uri": {
2138 2151 "version": "3.1.4",
2139 2152 "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.4.tgz",
@@ -3340,6 +3353,16 @@
3340 3353 "dev": true,
3341 3354 "license": "MIT"
3342 3355 },
3356 + "node_modules/standardwebhooks": {
3357 + "version": "1.0.0",
3358 + "resolved": "https://registry.npmjs.org/standardwebhooks/-/standardwebhooks-1.0.0.tgz",
3359 + "integrity": "sha512-BbHGOQK9olHPMvQNHWul6MYlrRTAOKn03rOe4A8O3CLWhNf4YHBqq2HJKKC+sfqpxiBY52pNeesD6jIiLDz8jg==",
3360 + "license": "MIT",
3361 + "dependencies": {
3362 + "@stablelib/base64": "^1.0.0",
3363 + "fast-sha256": "^1.3.0"
3364 + }
3365 + },
3343 3366 "node_modules/statuses": {
3344 3367 "version": "2.0.2",
3345 3368 "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
@@ -4014,9 +4037,9 @@
4014 4037 }
4015 4038 },
4016 4039 "node_modules/zod": {
4017 - "version": "3.25.76",
4018 - "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
4019 - "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
4040 + "version": "4.4.3",
4041 + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz",
4042 + "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==",
4020 4043 "license": "MIT",
4021 4044 "funding": {
4022 4045 "url": "https://github.com/sponsors/colinhacks"
modified package.json +2 −2
@@ -14,14 +14,14 @@
14 14 "test": "vitest run"
15 15 },
16 16 "dependencies": {
17 - "@anthropic-ai/sdk": "^0.71.0",
17 + "@anthropic-ai/sdk": "^0.113.0",
18 18 "@fastify/cors": "^10.0.2",
19 19 "@fastify/multipart": "^9.2.1",
20 20 "@fastify/static": "^8.2.0",
21 21 "fastify": "^5.6.1",
22 22 "react": "^19.2.7",
23 23 "react-dom": "^19.2.7",
24 - "zod": "^3.25.76"
24 + "zod": "^4.4.3"
25 25 },
26 26 "devDependencies": {
27 27 "@types/node": "^24.13.2",