Skip to content

Commit

Permalink
Chore: update chdman-js and maxcso-js (#1352)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm authored Sep 21, 2024
1 parent 990fdcd commit b2fd2b7
Show file tree
Hide file tree
Showing 3 changed files with 237 additions and 16 deletions.
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 @@ -92,12 +92,6 @@ const fileFilter = (filters: FileFilter[]): string[] => {
// 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

0 comments on commit b2fd2b7

Please sign in to comment.