From 8620ca63aba277e88018b17c1d33406e046a38c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 08:49:26 +0000 Subject: [PATCH] build(deps-dev): Bump @anthropic-ai/sdk from 0.98.1 to 0.100.1 Bumps [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) from 0.98.1 to 0.100.1. - [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/anthropic-sdk-typescript/compare/sdk-v0.98.1...sdk-v0.100.1) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.100.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",