@zmdb/ai-anthropic 1.0.0-beta.1 → 1.0.0-beta.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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -6,10 +6,10 @@ without reading credentials, constructing a client, or making a request during i
6
6
  ## Install
7
7
 
8
8
  ```bash
9
- yarn add @zmdb/ai-anthropic@1.0.0-beta.1 @anthropic-ai/sdk@0.124.0
9
+ yarn add @zmdb/ai-anthropic@1.0.0-beta.2 @anthropic-ai/sdk@0.124.0
10
10
  ```
11
11
 
12
- > **Prerelease** (`1.0.0-beta.1`). Requires **Node.js 26+** and is **ESM-only**. The adapter depends on `@zmdb/ai`; the Anthropic SDK is an optional peer so importing the adapter does not resolve or
12
+ > **Prerelease** (`1.0.0-beta.2`). Requires **Node.js 26+** and is **ESM-only**. The adapter depends on `@zmdb/ai`; the Anthropic SDK is an optional peer so importing the adapter does not resolve or
13
13
  > instantiate it.
14
14
 
15
15
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zmdb/ai-anthropic",
3
- "version": "1.0.0-beta.1",
3
+ "version": "1.0.0-beta.2",
4
4
  "description": "Anthropic Messages API chat driver for the provider-neutral @zmdb/ai runtime.",
5
5
  "keywords": [
6
6
  "ai",
@@ -38,7 +38,7 @@
38
38
  "test": "vitest run"
39
39
  },
40
40
  "dependencies": {
41
- "@zmdb/ai": "1.0.0-beta.1"
41
+ "@zmdb/ai": "1.0.0-beta.2"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "@anthropic-ai/sdk": "0.124.0"