@bernierllc/anthropic-client 1.0.1 → 1.0.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/LICENSE +9 -0
  2. package/package.json +2 -2
package/LICENSE ADDED
@@ -0,0 +1,9 @@
1
+ Copyright (c) 2025 Bernier LLC
2
+
3
+ This file is licensed to the client under a limited-use license.
4
+
5
+ The client may use and modify this code *only within the scope of the project it was delivered for*.
6
+
7
+ Redistribution or use in other products or commercial offerings is not permitted without written consent from Bernier LLC.
8
+
9
+ For inquiries regarding licensing, please contact Bernier LLC.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bernierllc/anthropic-client",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Type-safe Anthropic Claude API client with automatic rate limiting, retry logic, streaming support, and cost tracking",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -29,7 +29,7 @@
29
29
  "dependencies": {
30
30
  "@anthropic-ai/sdk": "^0.30.1",
31
31
  "@bernierllc/logger": "^1.0.1",
32
- "@bernierllc/retry-policy": "^0.1.3"
32
+ "@bernierllc/retry-policy": "^0.1.6"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/jest": "^29.5.14",