diff --git a/package.json b/package.json index 83d21d5..28bc184 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "devDependencies": { "@release-it/conventional-changelog": "^8.0.1", "@types/node": "^18.17.12", + "@types/tar": "^6.1.10", "concurrently": "^8.2.2", "cross-env": "^7.0.3", "release-it": "^17.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ac9cff0..c1bef50 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -23,6 +23,9 @@ importers: '@types/node': specifier: ^18.17.12 version: 18.17.12 + '@types/tar': + specifier: ^6.1.10 + version: 6.1.10 concurrently: specifier: ^8.2.2 version: 8.2.2 @@ -7346,6 +7349,13 @@ packages: '@types/serve-static': 1.15.2 dev: true + /@types/tar@6.1.10: + resolution: {integrity: sha512-60ZO+W0tRKJ3ggdzJKp75xKVlNogKYMqGvr2bMH/+k3T0BagfYTnbmVDFMJB1BFttz6yRgP5MDGP27eh7brrqw==} + dependencies: + '@types/node': 18.17.12 + minipass: 4.2.8 + dev: true + /@types/tcp-ping@0.1.5: resolution: {integrity: sha512-79CSV6HXSi53zB7JwEpDMIPa881n7drC+Ed1JtQ5kdVUklYyG1g4GqefuUQy/AblK58Q5JAS7d9LWbdE2xiEqA==} dev: true @@ -14315,6 +14325,11 @@ packages: yallist: 4.0.0 dev: true + /minipass@4.2.8: + resolution: {integrity: sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==} + engines: {node: '>=8'} + dev: true + /minipass@5.0.0: resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} engines: {node: '>=8'}