@langchain/deepseek 1.0.16 → 1.0.17
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 +7 -0
- package/dist/chat_models.cjs +1 -1
- package/dist/chat_models.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @langchain/deepseek
|
|
2
2
|
|
|
3
|
+
## 1.0.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`aacbe87`](https://github.com/langchain-ai/langchainjs/commit/aacbe872014a6e089c188336520d91dcac2f0287)]:
|
|
8
|
+
- @langchain/openai@1.2.13
|
|
9
|
+
|
|
3
10
|
## 1.0.16
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/dist/chat_models.cjs
CHANGED
|
@@ -386,7 +386,7 @@ var ChatDeepSeek = class extends _langchain_openai.ChatOpenAICompletions {
|
|
|
386
386
|
...fields.configuration
|
|
387
387
|
}
|
|
388
388
|
});
|
|
389
|
-
this._addVersion("@langchain/deepseek", "1.0.
|
|
389
|
+
this._addVersion("@langchain/deepseek", "1.0.17");
|
|
390
390
|
}
|
|
391
391
|
_convertCompletionsDeltaToBaseMessageChunk(delta, rawResponse, defaultRole) {
|
|
392
392
|
const messageChunk = super._convertCompletionsDeltaToBaseMessageChunk(delta, rawResponse, defaultRole);
|
package/dist/chat_models.js
CHANGED
|
@@ -386,7 +386,7 @@ var ChatDeepSeek = class extends ChatOpenAICompletions {
|
|
|
386
386
|
...fields.configuration
|
|
387
387
|
}
|
|
388
388
|
});
|
|
389
|
-
this._addVersion("@langchain/deepseek", "1.0.
|
|
389
|
+
this._addVersion("@langchain/deepseek", "1.0.17");
|
|
390
390
|
}
|
|
391
391
|
_convertCompletionsDeltaToBaseMessageChunk(delta, rawResponse, defaultRole) {
|
|
392
392
|
const messageChunk = super._convertCompletionsDeltaToBaseMessageChunk(delta, rawResponse, defaultRole);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@langchain/deepseek",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.17",
|
|
4
4
|
"description": "Deepseek integration for LangChain.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "LangChain",
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
"type": "git",
|
|
13
13
|
"url": "git@github.com:langchain-ai/langchainjs.git"
|
|
14
14
|
},
|
|
15
|
-
"homepage": "https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-deepseek",
|
|
15
|
+
"homepage": "https://github.com/langchain-ai/langchainjs/tree/main/libs/providers/langchain-deepseek",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@langchain/openai": "1.2.
|
|
17
|
+
"@langchain/openai": "1.2.13"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
20
|
"@langchain/core": "^1.0.0"
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"prettier": "^3.5.0",
|
|
29
29
|
"typescript": "~5.8.3",
|
|
30
30
|
"vitest": "^3.2.4",
|
|
31
|
-
"@langchain/core": "^1.1.
|
|
31
|
+
"@langchain/core": "^1.1.32",
|
|
32
32
|
"@langchain/eslint": "0.1.1",
|
|
33
33
|
"@langchain/standard-tests": "0.0.23",
|
|
34
34
|
"@langchain/tsconfig": "0.0.1"
|