Skip to content

Commit

Permalink
Fix broken export version
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Oct 10, 2024
1 parent 484eded commit 7306423
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libs/langgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"author": "LangChain",
"license": "MIT",
"dependencies": {
"@langchain/langgraph-checkpoint": "~0.0.9",
"@langchain/langgraph-checkpoint": "~0.0.10",
"double-ended-queue": "^2.1.0-0",
"uuid": "^10.0.0",
"zod": "^3.23.8"
Expand Down
2 changes: 1 addition & 1 deletion libs/langgraph/src/web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export {
type OperationResults,
BaseStore,
AsyncBatchedStore,
InMemoryStore,
MemoryStore as InMemoryStore,
type NameSpacePath,
type NamespaceMatchType,
type MatchCondition,
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1726,7 +1726,7 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/langgraph-checkpoint@workspace:*, @langchain/langgraph-checkpoint@workspace:libs/checkpoint, @langchain/langgraph-checkpoint@~0.0.9":
"@langchain/langgraph-checkpoint@workspace:*, @langchain/langgraph-checkpoint@workspace:libs/checkpoint, @langchain/langgraph-checkpoint@~0.0.10":
version: 0.0.0-use.local
resolution: "@langchain/langgraph-checkpoint@workspace:libs/checkpoint"
dependencies:
Expand Down Expand Up @@ -1769,7 +1769,7 @@ __metadata:
"@langchain/anthropic": ^0.3.0
"@langchain/community": ^0.3.0
"@langchain/core": ^0.3.6
"@langchain/langgraph-checkpoint": ~0.0.9
"@langchain/langgraph-checkpoint": ~0.0.10
"@langchain/langgraph-checkpoint-postgres": "workspace:*"
"@langchain/langgraph-checkpoint-sqlite": "workspace:*"
"@langchain/openai": ^0.3.0
Expand Down

0 comments on commit 7306423

Please sign in to comment.