Skip to content

Commit f122022

Browse files
committed
v1.0.2
1 parent 8c1c957 commit f122022

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bin/cli.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ program
1717
.command("prod")
1818
.description("Run the minomax process")
1919
.option(
20-
"-f, --format [jpg | avif | webp]",
20+
"-f, --format [jpg | avif | webp | svg]",
2121
"Image output format",
2222
"webp",
2323
)
2424
.option(
2525
"-c, --codec [wav1 | mav1 | mx265]",
26-
"Output video codec type",
26+
"Video output codec type",
2727
"wav1",
2828
)
2929
.option("-e, --encode [1 | 2 | 3]", "Video encoding level", parseInt, 3)
@@ -93,7 +93,7 @@ program
9393
.option("-e, --encode [1 | 2 | 3]", "Video encoding level", parseInt, 3)
9494
.option("-d, --dest <path>", "Destination base path", destPath)
9595
.option(
96-
"-I, --ignore <patterns>",
96+
"-i, --ignore <patterns>",
9797
"Ignore patterns",
9898
(value) => value.split(","),
9999
[],

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cresteem/minomax",
33
"displayName": "Minomax",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"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. ",
66
"main": "./dist/minomax.js",
77
"types": "./dist/types/minomax.d.ts",
@@ -94,4 +94,4 @@
9494
"ts-node": "^10.9.2",
9595
"typescript": "5.7.3"
9696
}
97-
}
97+
}

0 commit comments

Comments
 (0)