Skip to content

Commit

Permalink
Merge pull request #332 from ZJONSSON/ts-ignore
Browse files Browse the repository at this point in the history
Add ts-ignore to dynamic require
  • Loading branch information
ZJONSSON authored Jul 31, 2024
2 parents 55cd0ca + e7a4c38 commit d19c3fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/Open/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ module.exports = {
return directory(source, options);
},
s3_v3: function (client, params, options) {
//@ts-ignore
const { GetObjectCommand, HeadObjectCommand } = require('@aws-sdk/client-s3');
const source = {
size: async () => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unzipper",
"version": "0.12.2",
"version": "0.12.3",
"description": "Unzip cross-platform streaming API ",
"author": "Evan Oxfeld <eoxfeld@gmail.com>",
"contributors": [
Expand Down

0 comments on commit d19c3fb

Please sign in to comment.