@warlock.js/ai-anthropic 4.15.0 → 5.0.0

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/CHANGELOG.md +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ All notable changes to `@warlock.js/ai-anthropic` are documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). `@warlock.js/*` packages are released in lockstep — every package shares the same version number, so a version below may list only the changes that affected this package.
6
6
 
7
+ ## 5.0.0 - 2026-08-25
8
+
9
+ ### Changed
10
+
11
+ - This package is unchanged in 5.0.0; its version moved only because the Warlock family releases in lockstep.
12
+
7
13
  ## 4.12.0
8
14
 
9
15
  ### Changed
package/package.json CHANGED
@@ -14,13 +14,13 @@
14
14
  "url": "https://github.com/warlockjs/ai-anthropic"
15
15
  },
16
16
  "peerDependencies": {
17
- "@warlock.js/ai": "4.15.0"
17
+ "@warlock.js/ai": "5.0.0"
18
18
  },
19
19
  "dependencies": {
20
20
  "@anthropic-ai/sdk": "^0.96.0",
21
- "@warlock.js/logger": "4.15.0"
21
+ "@warlock.js/logger": "5.0.0"
22
22
  },
23
- "version": "4.15.0",
23
+ "version": "5.0.0",
24
24
  "main": "./cjs/index.cjs",
25
25
  "module": "./esm/index.mjs",
26
26
  "types": "./esm/index.d.mts",