Skip to content

Use the same version of tslib *everywhere* #2207

@G-Rath

Description

@G-Rath

Is your feature request related to a problem? Please describe.

It seems that some packages are using v1 of tslib, and others are using v2.

This instantly causes massive duplication in the dependency tree:

image

(This project is solely using @aws-sdk/client-dynamodb & @aws-sdk/client-dynamodb).

Describe the solution you'd like

That all packages that specify tslib as a dependency use the same version.

Describe alternatives you've considered

Being sad that there's so much duplication.

Additional context

This should reduce the install size a little :)

(Related to #1536)

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestNew feature or enhancement. May require GitHub community feedback.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions