@mediaproc/image 1.4.6 → 1.4.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/register.js +1 -1
  2. package/package.json +1 -1
package/dist/register.js CHANGED
@@ -69,7 +69,7 @@ export function register(program) {
69
69
  const imageCmd = program
70
70
  .command('image')
71
71
  .description('Image processing commands (powered by Sharp)')
72
- .version(currentVersion, '-v, --version', 'Output the image plugin version')
72
+ .version(currentVersion, '-V, --version', 'Output the image plugin version')
73
73
  .helpOption('-h, --help', 'Display help for image plugin');
74
74
  // Transform operations
75
75
  resizeCommand(imageCmd);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mediaproc/image",
3
- "version": "1.4.6",
3
+ "version": "1.4.7",
4
4
  "description": "Image processing plugin for mediaproc - powered by Sharp",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",