LangChain (JS) — core v1.1.46
LangChain JS core v1.1.46 releases with inlined ansi-styles, camelcase, and decamelize logic to reduce transitive dependencies, plus a fix for content block merging when chunking.
Patch Changes #10847 `1659e7d` Thanks @hntrl! - chore(core): reduce transitive dependency exposure and tighten release hygiene Remove direct runtime dependencies on `ansi-styles`, `camelcase`, and `decamelize` by inlining equivalent logic in core internals, and enable npm provenance in the release workflow.
#10790 `ef78bc6` Thanks @Genmin! - fix(core): keep different content block types separate when merging chunks