@aigne/anthropic 0.13.0 → 0.13.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.13.2](https://github.com/AIGNE-io/aigne-framework/compare/anthropic-v0.13.1...anthropic-v0.13.2) (2025-09-11)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/core bumped to 1.60.1
11
+ * devDependencies
12
+ * @aigne/test-utils bumped to 0.5.50
13
+
14
+ ## [0.13.1](https://github.com/AIGNE-io/aigne-framework/compare/anthropic-v0.13.0...anthropic-v0.13.1) (2025-09-10)
15
+
16
+
17
+ ### Dependencies
18
+
19
+ * The following workspace dependencies were updated
20
+ * dependencies
21
+ * @aigne/core bumped to 1.60.0
22
+ * devDependencies
23
+ * @aigne/test-utils bumped to 0.5.49
24
+
3
25
  ## [0.13.0](https://github.com/AIGNE-io/aigne-framework/compare/anthropic-v0.12.3...anthropic-v0.13.0) (2025-09-09)
4
26
 
5
27
 
@@ -46,8 +46,8 @@ export declare const claudeChatModelOptionsSchema: z.ZodObject<{
46
46
  parallelToolCalls?: boolean | undefined;
47
47
  }>>;
48
48
  }, "strip", z.ZodTypeAny, {
49
- apiKey?: string | undefined;
50
49
  model?: string | undefined;
50
+ apiKey?: string | undefined;
51
51
  modelOptions?: {
52
52
  parallelToolCalls: boolean;
53
53
  model?: string | undefined;
@@ -57,8 +57,8 @@ export declare const claudeChatModelOptionsSchema: z.ZodObject<{
57
57
  presencePenalty?: number | undefined;
58
58
  } | undefined;
59
59
  }, {
60
- apiKey?: string | undefined;
61
60
  model?: string | undefined;
61
+ apiKey?: string | undefined;
62
62
  modelOptions?: {
63
63
  model?: string | undefined;
64
64
  temperature?: number | undefined;
@@ -46,8 +46,8 @@ export declare const claudeChatModelOptionsSchema: z.ZodObject<{
46
46
  parallelToolCalls?: boolean | undefined;
47
47
  }>>;
48
48
  }, "strip", z.ZodTypeAny, {
49
- apiKey?: string | undefined;
50
49
  model?: string | undefined;
50
+ apiKey?: string | undefined;
51
51
  modelOptions?: {
52
52
  parallelToolCalls: boolean;
53
53
  model?: string | undefined;
@@ -57,8 +57,8 @@ export declare const claudeChatModelOptionsSchema: z.ZodObject<{
57
57
  presencePenalty?: number | undefined;
58
58
  } | undefined;
59
59
  }, {
60
- apiKey?: string | undefined;
61
60
  model?: string | undefined;
61
+ apiKey?: string | undefined;
62
62
  modelOptions?: {
63
63
  model?: string | undefined;
64
64
  temperature?: number | undefined;
@@ -46,8 +46,8 @@ export declare const claudeChatModelOptionsSchema: z.ZodObject<{
46
46
  parallelToolCalls?: boolean | undefined;
47
47
  }>>;
48
48
  }, "strip", z.ZodTypeAny, {
49
- apiKey?: string | undefined;
50
49
  model?: string | undefined;
50
+ apiKey?: string | undefined;
51
51
  modelOptions?: {
52
52
  parallelToolCalls: boolean;
53
53
  model?: string | undefined;
@@ -57,8 +57,8 @@ export declare const claudeChatModelOptionsSchema: z.ZodObject<{
57
57
  presencePenalty?: number | undefined;
58
58
  } | undefined;
59
59
  }, {
60
- apiKey?: string | undefined;
61
60
  model?: string | undefined;
61
+ apiKey?: string | undefined;
62
62
  modelOptions?: {
63
63
  model?: string | undefined;
64
64
  temperature?: number | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/anthropic",
3
- "version": "0.13.0",
3
+ "version": "0.13.2",
4
4
  "description": "AIGNE Anthropic SDK for integrating with Claude AI models",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -38,7 +38,7 @@
38
38
  "@anthropic-ai/sdk": "^0.56.0",
39
39
  "ajv": "^8.17.1",
40
40
  "zod": "^3.25.67",
41
- "@aigne/core": "^1.59.0",
41
+ "@aigne/core": "^1.60.1",
42
42
  "@aigne/platform-helpers": "^0.6.2"
43
43
  },
44
44
  "devDependencies": {
@@ -47,7 +47,7 @@
47
47
  "npm-run-all": "^4.1.5",
48
48
  "rimraf": "^6.0.1",
49
49
  "typescript": "^5.8.3",
50
- "@aigne/test-utils": "^0.5.48"
50
+ "@aigne/test-utils": "^0.5.50"
51
51
  },
52
52
  "scripts": {
53
53
  "lint": "tsc --noEmit",