-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
eventsource-parser
is currently included in the project transitively through the dependency eventsource
, which is actually listed in package.json.
It is however used directly in the sdk code:
import { EventSourceParserStream } from "eventsource-parser/stream"; |
We should include all dependencies explicitly to ensure the code keeps working without depending on other packages having them listed as their own dependencies. Also, in flows where sub-dependencies are not installed in the same location as the explicit dependencies, this could lead to a failure.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
To triage