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

Chore: update chdman-js and maxcso-js #1352

Merged
merged 1 commit into from
Sep 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
243 changes: 235 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"async": "3.2.6",
"async-mutex": "0.5.0",
"chalk": "5.3.0",
"chdman": "0.267.3",
"chdman": "0.269.2",
"class-transformer": "0.5.1",
"cli-progress": "3.12.0",
"fast-glob": "3.3.2",
Expand All @@ -86,7 +86,7 @@
"graceful-fs": "4.2.11",
"is-admin": "4.0.0",
"junk": "4.0.1",
"maxcso": "0.1130.6",
"maxcso": "0.1130.7",
"micromatch": "4.0.8",
"moment": "2.30.1",
"node-disk-info": "1.3.0",
Expand Down
6 changes: 0 additions & 6 deletions package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
return results;
};

(async (): Promise<void> => {

Check warning on line 46 in package.ts

View workflow job for this annotation

GitHub Actions / node-lint

Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
const logger = new Logger(LogLevel.TRACE);

const argv = await yargs(process.argv.slice(2))
Expand Down Expand Up @@ -92,12 +92,6 @@
// Only include the exact 7zip-bin we need
{ exclude: 'node_modules/{**/,}7zip-bin/**/7z*' },
{ include: path7za },
// Only include the exact chdman bin we need
{ exclude: 'node_modules/{**/,}chdman/bin/*/*/chdman*' },
{ include: `node_modules/{**/,}chdman/bin/${process.platform}/${process.arch}/chdman*` },
// Only include the exact maxcso bin we need
{ exclude: 'node_modules/{**/,}maxcso/bin/*/*/maxcso*' },
{ include: `node_modules/{**/,}maxcso/bin/${process.platform}/${process.arch}/maxcso*` },
]),
);
const includeSize = (
Expand Down
Loading