mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 07:01:07 +03:00
097404f24a
* fix: add missing OpenTelemetry dependencies to components package - Fixes ModuleLoadError when installing via NPX - Adds @opentelemetry/* dependencies that were imported but not declared - Resolves issue #4108 * fix: correct OpenTelemetry package versions - Change @opentelemetry/api from ^1.3.0 to 1.9.0 (compatible with SDK 1.27.0) - Change @opentelemetry/instrumentation from 0.54.2 to 0.54.0 (correct version) - Ensures version consistency and compatibility across all OpenTelemetry packages * Update package.json * update opentelemetry api version * update pnpm lock file --------- Co-authored-by: KushagraaWadhwa <kushagraa@users.noreply.github.com> Co-authored-by: Henry Heng <henryheng@flowiseai.com> Co-authored-by: Henry <hzj94@hotmail.com>