@langchain/anthropic 1.3.24-dev-1773785150055 → 1.3.24-dev-1773962633795
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/dist/chat_models.cjs +1 -1
- package/dist/chat_models.js +1 -1
- package/package.json +5 -5
package/dist/chat_models.cjs
CHANGED
|
@@ -647,7 +647,7 @@ var ChatAnthropicMessages = class extends _langchain_core_language_models_chat_m
|
|
|
647
647
|
model: modelOrFields
|
|
648
648
|
} : modelOrFields ?? {};
|
|
649
649
|
super(fields ?? {});
|
|
650
|
-
this._addVersion("@langchain/anthropic", "1.3.24-dev-
|
|
650
|
+
this._addVersion("@langchain/anthropic", "1.3.24-dev-1773962633795");
|
|
651
651
|
this.anthropicApiKey = fields?.apiKey ?? fields?.anthropicApiKey ?? (0, _langchain_core_utils_env.getEnvironmentVariable)("ANTHROPIC_API_KEY");
|
|
652
652
|
if (!this.anthropicApiKey && !fields?.createClient) throw new Error("Anthropic API key not found");
|
|
653
653
|
this.clientOptions = fields?.clientOptions ?? {};
|
package/dist/chat_models.js
CHANGED
|
@@ -646,7 +646,7 @@ var ChatAnthropicMessages = class extends BaseChatModel {
|
|
|
646
646
|
model: modelOrFields
|
|
647
647
|
} : modelOrFields ?? {};
|
|
648
648
|
super(fields ?? {});
|
|
649
|
-
this._addVersion("@langchain/anthropic", "1.3.24-dev-
|
|
649
|
+
this._addVersion("@langchain/anthropic", "1.3.24-dev-1773962633795");
|
|
650
650
|
this.anthropicApiKey = fields?.apiKey ?? fields?.anthropicApiKey ?? getEnvironmentVariable("ANTHROPIC_API_KEY");
|
|
651
651
|
if (!this.anthropicApiKey && !fields?.createClient) throw new Error("Anthropic API key not found");
|
|
652
652
|
this.clientOptions = fields?.clientOptions ?? {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@langchain/anthropic",
|
|
3
|
-
"version": "1.3.24-dev-
|
|
3
|
+
"version": "1.3.24-dev-1773962633795",
|
|
4
4
|
"description": "Anthropic integrations for LangChain.js",
|
|
5
5
|
"author": "LangChain",
|
|
6
6
|
"license": "MIT",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"zod": "^3.25.76 || ^4"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"@langchain/core": "^1.1.33-dev-
|
|
21
|
+
"@langchain/core": "^1.1.33-dev-1773962633795"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@anthropic-ai/vertex-sdk": "^0.14.4",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"typescript": "~5.8.3",
|
|
34
34
|
"uuid": "^13.0.0",
|
|
35
35
|
"vitest": "^3.2.4",
|
|
36
|
-
"@langchain/core": "^1.1.33-dev-
|
|
37
|
-
"@langchain/eslint": "0.1.1",
|
|
36
|
+
"@langchain/core": "^1.1.33-dev-1773962633795",
|
|
38
37
|
"@langchain/standard-tests": "0.0.23",
|
|
39
|
-
"@langchain/tsconfig": "0.0.1"
|
|
38
|
+
"@langchain/tsconfig": "0.0.1",
|
|
39
|
+
"@langchain/eslint": "0.1.1"
|
|
40
40
|
},
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|