Skip to content

Commit 8b9f66f

Browse files
authored
fix(community): enable import plugins, remove bad load export (#9501)
1 parent fa8c36e commit 8b9f66f

File tree

5 files changed

+430
-225
lines changed

5 files changed

+430
-225
lines changed

.changeset/modern-bats-dig.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@langchain/community": patch
3+
---
4+
5+
fix community exports (#9494)

libs/langchain-community/src/load/import_constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Auto-generated by `scripts/create-entrypoints.js`. Do not edit manually.
1+
/** Auto-generated by import-constants plugin. Do not edit manually */
22

33
export const optionalImportEntrypoints: string[] = [
44
"langchain_community/tools/aws_lambda",

0 commit comments

Comments
 (0)