node-unzipper icon indicating copy to clipboard operation
node-unzipper copied to clipboard

Open.s3_v3 is available?

Open everromancat opened this issue 1 year ago • 2 comments

I am going to replace Open.s3 to s3_v3 with typescript. I installed already version 0.12.3. But I found Open.s3_v3 is not applied in @types/unzipper. Could you have any information for the latest @types/unzipper included Open.s3_v3?

everromancat avatar Aug 02 '24 06:08 everromancat

Also looks more like @aws-sdk/client-s3 should be an optional or peer dependency, not just a dev dependency.

Downchuck avatar Sep 05 '24 06:09 Downchuck

For yarn users:

packageExtensions:
  "unzipper@*":
    dependencies:
      "@aws-sdk/client-s3": "*"

Downchuck avatar Sep 17 '24 20:09 Downchuck