diff --git a/bun.lock b/bun.lock index e8b800d..abd6f27 100644 --- a/bun.lock +++ b/bun.lock @@ -8,7 +8,7 @@ "posthog-node": "^5.28.11", }, "devDependencies": { - "@anthropic-ai/sdk": "^0.98.0", + "@anthropic-ai/sdk": "^0.100.1", "@tailwindcss/postcss": "^4.1.18", "@tanstack/react-virtual": "^3.13.18", "@testing-library/jest-dom": "^6.9.1", @@ -42,7 +42,7 @@ "@alloc/quick-lru": ["@alloc/quick-lru@5.2.0", "", {}, "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw=="], - "@anthropic-ai/sdk": ["@anthropic-ai/sdk@0.98.1", "", { "dependencies": { "json-schema-to-ts": "^3.1.1", "standardwebhooks": "^1.0.0" }, "peerDependencies": { "zod": "^3.25.0 || ^4.0.0" }, "optionalPeers": ["zod"], "bin": { "anthropic-ai-sdk": "bin/cli" } }, "sha512-mqMQBMqAG0AoWStJEXrjDd3MrMyMiaIye9/5q2b3j5JxRF/2E7jgYlHSIJHiPj+4ztfsFH4Lcfj94WeXg2mAhg=="], + "@anthropic-ai/sdk": ["@anthropic-ai/sdk@0.100.1", "", { "dependencies": { "json-schema-to-ts": "^3.1.1", "standardwebhooks": "^1.0.0" }, "peerDependencies": { "zod": "^3.25.0 || ^4.0.0" }, "optionalPeers": ["zod"], "bin": { "anthropic-ai-sdk": "bin/cli" } }, "sha512-RANcEe7LpiLczkKGOwoXOTuFdPhuubS0i4xaAKOMpcqc55YO0mukgxppV7eygx3DXNjxWT6RYOLPyOy0aIAmwg=="], "@babel/code-frame": ["@babel/code-frame@7.29.7", "", { "dependencies": { "@babel/helper-validator-identifier": "^7.29.7", "js-tokens": "^4.0.0", "picocolors": "^1.1.1" } }, "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw=="], diff --git a/package.json b/package.json index f553f2a..3139b06 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "access": "public" }, "devDependencies": { - "@anthropic-ai/sdk": "^0.98.0", + "@anthropic-ai/sdk": "^0.100.1", "@tailwindcss/postcss": "^4.1.18", "@tanstack/react-virtual": "^3.13.18", "@testing-library/jest-dom": "^6.9.1",