Files
langflow/src
Antônio Alexandre Borges Lima 50625dce9c fix: update embedded chat CDN URL to langflow-ai org and v1.0.8 (#13118)
* fix: update embedded chat CDN URL to langflow-ai org and v1.0.8

* test: update widget code tests for langflow-ai CDN URL and v1.0.8

- Update CDN URL expectations from logspace-ai to langflow-ai
- Bump version assertions from v1.0.7 to v1.0.8
- Fix stale multi-line URL assertion removed by the implementation fix

* fix(types): add isAuth to GetCodeType to fix Biome no-explicit-any lint errors

isAuth was already used in getWidgetCode and passed from EmbedModal but was
missing from the type definition, forcing test assertions to use `as any`.
2026-05-18 15:47:38 +00:00
..