Skip to content

Commit d19c3fb

Browse files
authored
Merge pull request #332 from ZJONSSON/ts-ignore
Add ts-ignore to dynamic require
2 parents 55cd0ca + e7a4c38 commit d19c3fb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

lib/Open/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ module.exports = {
9494
return directory(source, options);
9595
},
9696
s3_v3: function (client, params, options) {
97+
//@ts-ignore
9798
const { GetObjectCommand, HeadObjectCommand } = require('@aws-sdk/client-s3');
9899
const source = {
99100
size: async () => {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unzipper",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
44
"description": "Unzip cross-platform streaming API ",
55
"author": "Evan Oxfeld <eoxfeld@gmail.com>",
66
"contributors": [

0 commit comments

Comments
 (0)