Skip to content

Commit

Permalink
Update build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Jul 4, 2024
1 parent a814319 commit 6cd6c3e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
4 changes: 4 additions & 0 deletions libs/langchain-community/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -1042,6 +1042,10 @@ chains/graph_qa/cypher.cjs
chains/graph_qa/cypher.js
chains/graph_qa/cypher.d.ts
chains/graph_qa/cypher.d.cts
langgraph/checkpointers/vercel_kv.cjs
langgraph/checkpointers/vercel_kv.js
langgraph/checkpointers/vercel_kv.d.ts
langgraph/checkpointers/vercel_kv.d.cts
node_modules
dist
.yarn
15 changes: 14 additions & 1 deletion libs/langchain-community/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3054,6 +3054,15 @@
"import": "./chains/graph_qa/cypher.js",
"require": "./chains/graph_qa/cypher.cjs"
},
"./langgraph/checkpointers/vercel_kv": {
"types": {
"import": "./langgraph/checkpointers/vercel_kv.d.ts",
"require": "./langgraph/checkpointers/vercel_kv.d.cts",
"default": "./langgraph/checkpointers/vercel_kv.d.ts"
},
"import": "./langgraph/checkpointers/vercel_kv.js",
"require": "./langgraph/checkpointers/vercel_kv.cjs"
},
"./package.json": "./package.json"
},
"files": [
Expand Down Expand Up @@ -4101,6 +4110,10 @@
"chains/graph_qa/cypher.cjs",
"chains/graph_qa/cypher.js",
"chains/graph_qa/cypher.d.ts",
"chains/graph_qa/cypher.d.cts"
"chains/graph_qa/cypher.d.cts",
"langgraph/checkpointers/vercel_kv.cjs",
"langgraph/checkpointers/vercel_kv.js",
"langgraph/checkpointers/vercel_kv.d.ts",
"langgraph/checkpointers/vercel_kv.d.cts"
]
}
1 change: 1 addition & 0 deletions libs/langchain-community/src/load/import_constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,5 @@ export const optionalImportEntrypoints: string[] = [
"langchain_community/experimental/multimodal_embeddings/googlevertexai",
"langchain_community/experimental/hubs/makersuite/googlemakersuitehub",
"langchain_community/chains/graph_qa/cypher",
"langchain_community/langgraph/checkpointers/vercel_kv",
];

0 comments on commit 6cd6c3e

Please sign in to comment.