@langchain/langgraph 1.3.4 → 1.3.6
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/index.cjs +4 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/{setup/async_local_storage.cjs → node.cjs} +2 -2
- package/dist/node.cjs.map +1 -0
- package/dist/{setup/async_local_storage.js → node.js} +2 -2
- package/dist/node.js.map +1 -0
- package/dist/pregel/index.cjs +13 -12
- package/dist/pregel/index.cjs.map +1 -1
- package/dist/pregel/index.d.cts.map +1 -1
- package/dist/pregel/index.d.ts.map +1 -1
- package/dist/pregel/index.js +13 -12
- package/dist/pregel/index.js.map +1 -1
- package/dist/pregel/loop.cjs +19 -33
- package/dist/pregel/loop.cjs.map +1 -1
- package/dist/pregel/loop.js +19 -33
- package/dist/pregel/loop.js.map +1 -1
- package/dist/pregel/remote.cjs +1 -1
- package/dist/pregel/remote.cjs.map +1 -1
- package/dist/pregel/remote.d.cts +4 -3
- package/dist/pregel/remote.d.cts.map +1 -1
- package/dist/pregel/remote.d.ts +4 -3
- package/dist/pregel/remote.d.ts.map +1 -1
- package/dist/pregel/remote.js +1 -1
- package/dist/pregel/remote.js.map +1 -1
- package/dist/pregel/stream.cjs +12 -0
- package/dist/pregel/stream.cjs.map +1 -1
- package/dist/pregel/stream.d.cts +2 -24
- package/dist/pregel/stream.d.cts.map +1 -1
- package/dist/pregel/stream.d.ts +2 -24
- package/dist/pregel/stream.d.ts.map +1 -1
- package/dist/pregel/stream.js +12 -1
- package/dist/pregel/stream.js.map +1 -1
- package/dist/stream/convert.cjs +29 -23
- package/dist/stream/convert.cjs.map +1 -1
- package/dist/stream/convert.d.cts +9 -38
- package/dist/stream/convert.d.cts.map +1 -1
- package/dist/stream/convert.d.ts +9 -38
- package/dist/stream/convert.d.ts.map +1 -1
- package/dist/stream/convert.js +29 -24
- package/dist/stream/convert.js.map +1 -1
- package/dist/stream/index.cjs +1 -1
- package/dist/stream/index.d.cts +1 -1
- package/dist/stream/index.d.ts +1 -1
- package/dist/stream/index.js +1 -1
- package/dist/stream/mux.cjs +16 -7
- package/dist/stream/mux.cjs.map +1 -1
- package/dist/stream/mux.d.cts +2 -2
- package/dist/stream/mux.d.cts.map +1 -1
- package/dist/stream/mux.d.ts +2 -2
- package/dist/stream/mux.d.ts.map +1 -1
- package/dist/stream/mux.js +16 -7
- package/dist/stream/mux.js.map +1 -1
- package/dist/stream/stream-channel.cjs +3 -3
- package/dist/stream/stream-channel.cjs.map +1 -1
- package/dist/stream/stream-channel.d.cts +3 -3
- package/dist/stream/stream-channel.d.ts +3 -3
- package/dist/stream/stream-channel.js +3 -3
- package/dist/stream/stream-channel.js.map +1 -1
- package/dist/stream/types.cjs.map +1 -1
- package/dist/stream/types.d.cts +4 -4
- package/dist/stream/types.d.ts +4 -4
- package/dist/stream/types.js.map +1 -1
- package/dist/web.cjs +2 -1
- package/dist/web.d.cts +2 -2
- package/dist/web.d.ts +2 -2
- package/dist/web.js +2 -2
- package/package.json +13 -12
- package/dist/setup/async_local_storage.cjs.map +0 -1
- package/dist/setup/async_local_storage.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@langchain/langgraph",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.6",
|
|
4
4
|
"description": "LangGraph",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"@standard-schema/spec": "1.1.0",
|
|
21
21
|
"uuid": "^14.0.0",
|
|
22
22
|
"@langchain/langgraph-checkpoint": "^1.0.4",
|
|
23
|
-
"@langchain/langgraph-sdk": "~1.9.
|
|
23
|
+
"@langchain/langgraph-sdk": "~1.9.17"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@langchain/core": "^1.1.
|
|
26
|
+
"@langchain/core": "^1.1.48",
|
|
27
27
|
"zod": "^3.25.32 || ^4.2.0",
|
|
28
28
|
"zod-to-json-schema": "^3.x"
|
|
29
29
|
},
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@langchain/anthropic": "^1.
|
|
37
|
-
"@langchain/core": "^1.1.
|
|
38
|
-
"@langchain/openai": "^1.4.
|
|
36
|
+
"@langchain/anthropic": "^1.4.0",
|
|
37
|
+
"@langchain/core": "^1.1.48",
|
|
38
|
+
"@langchain/openai": "^1.4.7",
|
|
39
39
|
"@langchain/scripts": ">=0.1.3 <0.2.0",
|
|
40
40
|
"@langchain/tavily": "^1.0.0",
|
|
41
41
|
"@swc/core": "^1.3.90",
|
|
@@ -43,22 +43,23 @@
|
|
|
43
43
|
"@tsconfig/recommended": "^1.0.3",
|
|
44
44
|
"@types/pg": "^8",
|
|
45
45
|
"@types/uuid": "^10",
|
|
46
|
-
"@vitest/browser": "^
|
|
46
|
+
"@vitest/browser": "^4.1.8",
|
|
47
|
+
"@vitest/browser-playwright": "^4.1.8",
|
|
47
48
|
"@xenova/transformers": "^2.17.2",
|
|
48
49
|
"cheerio": "1.0.0-rc.12",
|
|
49
50
|
"dotenv": "^16.3.1",
|
|
50
51
|
"dpdm": "^3.12.0",
|
|
51
|
-
"langchain": "^1.
|
|
52
|
+
"langchain": "^1.4.4",
|
|
52
53
|
"pg": "^8.13.0",
|
|
53
54
|
"playwright": "^1.55.1",
|
|
54
55
|
"rollup": "^4.37.0",
|
|
55
56
|
"tsx": "^4.19.3",
|
|
56
57
|
"typescript": "^4.9.5 || ^5.4.5",
|
|
57
|
-
"vite-plugin-node-polyfills": "^0.
|
|
58
|
-
"vitest": "^
|
|
58
|
+
"vite-plugin-node-polyfills": "^0.28.0",
|
|
59
|
+
"vitest": "^4.1.8",
|
|
59
60
|
"zod-to-json-schema": "^3.22.4",
|
|
60
|
-
"@langchain/langgraph-checkpoint-
|
|
61
|
-
"@langchain/langgraph-checkpoint-
|
|
61
|
+
"@langchain/langgraph-checkpoint-postgres": "1.0.2",
|
|
62
|
+
"@langchain/langgraph-checkpoint-sqlite": "1.0.1"
|
|
62
63
|
},
|
|
63
64
|
"publishConfig": {
|
|
64
65
|
"access": "public",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"async_local_storage.cjs","names":["AsyncLocalStorage"],"sources":["../../src/setup/async_local_storage.ts"],"sourcesContent":["import { AsyncLocalStorageProviderSingleton } from \"@langchain/core/singletons\";\nimport { AsyncLocalStorage } from \"node:async_hooks\";\n\nexport function initializeAsyncLocalStorageSingleton() {\n AsyncLocalStorageProviderSingleton.initializeGlobalInstance(\n new AsyncLocalStorage()\n );\n}\n"],"mappings":";;;AAGA,SAAgB,uCAAuC;AACrD,4BAAA,mCAAmC,yBACjC,IAAIA,iBAAAA,mBAAmB,CACxB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"async_local_storage.js","names":[],"sources":["../../src/setup/async_local_storage.ts"],"sourcesContent":["import { AsyncLocalStorageProviderSingleton } from \"@langchain/core/singletons\";\nimport { AsyncLocalStorage } from \"node:async_hooks\";\n\nexport function initializeAsyncLocalStorageSingleton() {\n AsyncLocalStorageProviderSingleton.initializeGlobalInstance(\n new AsyncLocalStorage()\n );\n}\n"],"mappings":";;;AAGA,SAAgB,uCAAuC;AACrD,oCAAmC,yBACjC,IAAI,mBAAmB,CACxB"}
|