@langchain/langgraph-api 1.2.3 → 1.2.4
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/graph/load.d.mts
CHANGED
|
@@ -5,7 +5,7 @@ import type { GraphSchema, GraphSpec } from "./parser/index.mjs";
|
|
|
5
5
|
export declare const GRAPHS: Record<string, CompiledGraph<string> | CompiledGraphFactory<string>>;
|
|
6
6
|
export declare const GRAPH_SPEC: Record<string, GraphSpec>;
|
|
7
7
|
export declare const GRAPH_SCHEMA: Record<string, Record<string, GraphSchema>>;
|
|
8
|
-
export declare const NAMESPACE_GRAPH: Uint8Array<
|
|
8
|
+
export declare const NAMESPACE_GRAPH: Uint8Array<ArrayBuffer>;
|
|
9
9
|
export declare const getAssistantId: (graphId: string) => string;
|
|
10
10
|
export declare function registerFromEnv(assistants: AssistantsRepo, specs: Record<string, string>, options: {
|
|
11
11
|
cwd: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { CompiledGraph } from "@langchain/langgraph";
|
|
2
2
|
export declare const GRAPHS: Record<string, CompiledGraph<string>>;
|
|
3
|
-
export declare const NAMESPACE_GRAPH: Uint8Array<
|
|
3
|
+
export declare const NAMESPACE_GRAPH: Uint8Array<ArrayBuffer>;
|
|
4
4
|
export type CompiledGraphFactory<T extends string> = (config: {
|
|
5
5
|
configurable?: Record<string, unknown>;
|
|
6
6
|
}) => Promise<CompiledGraph<T>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@langchain/langgraph-api",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": "^18.19.0 || >=20.16.0"
|
|
@@ -68,11 +68,11 @@
|
|
|
68
68
|
"stacktrace-parser": "^0.1.10",
|
|
69
69
|
"superjson": "^2.2.2",
|
|
70
70
|
"tsx": "^4.19.3",
|
|
71
|
-
"uuid": "^
|
|
71
|
+
"uuid": "^14.0.0",
|
|
72
72
|
"winston": "^3.17.0",
|
|
73
73
|
"winston-console-format": "^1.0.8",
|
|
74
74
|
"zod": "^3.25.76 || ^4",
|
|
75
|
-
"@langchain/langgraph-ui": "1.2.
|
|
75
|
+
"@langchain/langgraph-ui": "1.2.4"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
78
78
|
"@langchain/core": "^1.1.44",
|
|
@@ -101,9 +101,9 @@
|
|
|
101
101
|
"typescript": "^4.9.5 || ^5.4.5",
|
|
102
102
|
"vitest": "^3.2.4",
|
|
103
103
|
"wait-port": "^1.1.0",
|
|
104
|
-
"@langchain/langgraph": "1.3.
|
|
105
|
-
"@langchain/langgraph-checkpoint": "1.0.
|
|
106
|
-
"@langchain/langgraph-sdk": "1.9.
|
|
104
|
+
"@langchain/langgraph": "1.3.3",
|
|
105
|
+
"@langchain/langgraph-checkpoint": "1.0.4",
|
|
106
|
+
"@langchain/langgraph-sdk": "1.9.11"
|
|
107
107
|
},
|
|
108
108
|
"scripts": {
|
|
109
109
|
"clean": "rm -rf dist/ .turbo/ ./tests/graphs/.langgraph_api/ ./tests/protocol-v2/graphs/.langgraph_api/",
|