@bernierllc/ai-provider-anthropic 1.0.2 → 1.2.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/CHANGELOG.md +62 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,65 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## [1.2.2](https://github.com/bernierllc/tools/compare/@bernierllc/ai-provider-anthropic@1.2.1...@bernierllc/ai-provider-anthropic@1.2.2) (2026-03-09)
7
+
8
+ **Note:** Version bump only for package @bernierllc/ai-provider-anthropic
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.2.1](https://github.com/bernierllc/tools/compare/@bernierllc/ai-provider-anthropic@1.2.0...@bernierllc/ai-provider-anthropic@1.2.1) (2026-03-03)
15
+
16
+ **Note:** Version bump only for package @bernierllc/ai-provider-anthropic
17
+
18
+
19
+
20
+
21
+
22
+ # 1.2.0 (2025-12-25)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * **ci:** add lerna version step before publish ([3d20300](https://github.com/bernierllc/tools/commit/3d203002143bf353fffafe4f8a78a99009567347))
28
+ * **ci:** correct jest testEnvironment paths for CI ([c47144c](https://github.com/bernierllc/tools/commit/c47144c3d78aec2be1e1454066c235c2227823fd))
29
+ * **ci:** fix release workflow + convert internal deps to workspace:* ([01c078b](https://github.com/bernierllc/tools/commit/01c078b49d6025f7eef750f79207a1c71c8d85dc))
30
+ * **jest:** move global options to root config and fix typos ([c14710c](https://github.com/bernierllc/tools/commit/c14710c11e8fc34dd7f773edf01328151564323a))
31
+ * **jest:** resolve Node.js v25+ localStorage SecurityError ([8ffc512](https://github.com/bernierllc/tools/commit/8ffc512805519bc5ba523bdbcd1c457e84998c9e))
32
+ * update neverhub-adapter deps to workspace:* and publish 0.1.2 ([f0e3d04](https://github.com/bernierllc/tools/commit/f0e3d04d8d4f094e3bb899ddf81e93243d16e2c2))
33
+
34
+
35
+ ### Features
36
+
37
+ * **ai-provider-anthropic:** Complete implementation with 96% compliance ([053ec23](https://github.com/bernierllc/tools/commit/053ec23b31c8dfa46ae1f0e0585a26af2b389d61))
38
+
39
+
40
+
41
+
42
+
43
+ # 1.1.0 (2025-12-25)
44
+
45
+
46
+ ### Bug Fixes
47
+
48
+ * **ci:** correct jest testEnvironment paths for CI ([c47144c](https://github.com/bernierllc/tools/commit/c47144c3d78aec2be1e1454066c235c2227823fd))
49
+ * **ci:** fix release workflow + convert internal deps to workspace:* ([01c078b](https://github.com/bernierllc/tools/commit/01c078b49d6025f7eef750f79207a1c71c8d85dc))
50
+ * **jest:** move global options to root config and fix typos ([c14710c](https://github.com/bernierllc/tools/commit/c14710c11e8fc34dd7f773edf01328151564323a))
51
+ * **jest:** resolve Node.js v25+ localStorage SecurityError ([8ffc512](https://github.com/bernierllc/tools/commit/8ffc512805519bc5ba523bdbcd1c457e84998c9e))
52
+ * update neverhub-adapter deps to workspace:* and publish 0.1.2 ([f0e3d04](https://github.com/bernierllc/tools/commit/f0e3d04d8d4f094e3bb899ddf81e93243d16e2c2))
53
+
54
+
55
+ ### Features
56
+
57
+ * **ai-provider-anthropic:** Complete implementation with 96% compliance ([053ec23](https://github.com/bernierllc/tools/commit/053ec23b31c8dfa46ae1f0e0585a26af2b389d61))
58
+
59
+
60
+
61
+
62
+
1
63
  # @bernierllc/ai-provider-anthropic
2
64
 
3
65
  ## 1.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bernierllc/ai-provider-anthropic",
3
- "version": "1.0.2",
3
+ "version": "1.2.2",
4
4
  "description": "Anthropic Claude API adapter implementing the unified AI provider interface",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -18,9 +18,9 @@
18
18
  "license": "SEE LICENSE IN LICENSE",
19
19
  "dependencies": {
20
20
  "@anthropic-ai/sdk": "^0.20.0",
21
- "@bernierllc/ai-provider-core": "1.0.3",
22
- "@bernierllc/retry-policy": "0.1.6",
23
- "@bernierllc/logger": "1.1.0"
21
+ "@bernierllc/ai-provider-core": "1.2.2",
22
+ "@bernierllc/logger": "1.3.2",
23
+ "@bernierllc/retry-policy": "0.3.2"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/jest": "^29.5.0",
@@ -31,7 +31,7 @@
31
31
  "jest": "^29.7.0",
32
32
  "ts-jest": "^29.1.0",
33
33
  "typescript": "^5.3.0",
34
- "@bernierllc/neverhub-adapter": "0.1.2"
34
+ "@bernierllc/neverhub-adapter": "0.1.6"
35
35
  },
36
36
  "bernierllc": {
37
37
  "category": "core",