Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
darsan-in committed Feb 3, 2025
1 parent 8c1c957 commit f122022
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions bin/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ program
.command("prod")
.description("Run the minomax process")
.option(
"-f, --format [jpg | avif | webp]",
"-f, --format [jpg | avif | webp | svg]",
"Image output format",
"webp",
)
.option(
"-c, --codec [wav1 | mav1 | mx265]",
"Output video codec type",
"Video output codec type",
"wav1",
)
.option("-e, --encode [1 | 2 | 3]", "Video encoding level", parseInt, 3)
Expand Down Expand Up @@ -93,7 +93,7 @@ program
.option("-e, --encode [1 | 2 | 3]", "Video encoding level", parseInt, 3)
.option("-d, --dest <path>", "Destination base path", destPath)
.option(
"-I, --ignore <patterns>",
"-i, --ignore <patterns>",
"Ignore patterns",
(value) => value.split(","),
[],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cresteem/minomax",
"displayName": "Minomax",
"version": "1.0.1",
"version": "1.0.2",
"description": " Minomax is a cutting-edge optimization tool tailored to enhance the performance of your web projects. Whether you're a developer striving for faster load times or a business aiming to deliver a seamless user experience, Minomax offers a powerful, all-encompassing solution. ",
"main": "./dist/minomax.js",
"types": "./dist/types/minomax.d.ts",
Expand Down Expand Up @@ -94,4 +94,4 @@
"ts-node": "^10.9.2",
"typescript": "5.7.3"
}
}
}

0 comments on commit f122022

Please sign in to comment.