Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix!: remove @aws-sdk types and client-s3 from peer dependencies #57

Merged
merged 8 commits into from
Jun 13, 2022

Commits on Sep 29, 2021

  1. fix: remove @AWS-SDK types and client-s3 from peer dependencies

    NPM 7 installs peer dependencies automatically.
    This can cause installing newer version
    of the @aws-sdk/types than is required by other client libraries,
    and cause type conflicts.
    types package is required anyway by the SDK client libs.
    m-radzikowski committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    7530fe4 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. feat!: separate package export for libStorage

    This will make the default package import not require @aws-sdk/client-s3 installed.
    m-radzikowski committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    bbd3b37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8622ac3 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    27eb787 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7935fd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b64671b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4af8be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b2f017 View commit details
    Browse the repository at this point in the history