@travetto/image 5.0.5 → 5.0.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/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -15,7 +15,7 @@ yarn add @travetto/image
15
15
 
16
16
  This module provides functionality for image resizing, and png optimization. This is primarily meant to be used in conjunction with other modules, like the [Email Compilation Support](https://github.com/travetto/travetto/tree/main/module/email-compiler#readme "Email compiling module") module. It can also be invoked directly as needed (as it can be very handy for batch processing images on the command line).
17
17
 
18
- The [ImageUtil](https://github.com/travetto/travetto/tree/main/module/image/src/util.ts#L55) functionality supports two operation modes:
18
+ The [ImageUtil](https://github.com/travetto/travetto/tree/main/module/image/src/util.ts#L51) functionality supports two operation modes:
19
19
  * In-process operations using [sharp](https://sharp.pixelplumbing.com/)
20
20
  * Out-of-process operations using [ImageMagick](https://imagemagick.org/index.php),[pngquant](https://pngquant.org/) and [Jpegoptim](https://github.com/tjko/jpegoptim).
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@travetto/image",
3
- "version": "5.0.5",
3
+ "version": "5.0.7",
4
4
  "description": "Image support, resizing, and optimization",
5
5
  "keywords": [
6
6
  "images",
@@ -23,8 +23,8 @@
23
23
  "directory": "module/image"
24
24
  },
25
25
  "dependencies": {
26
- "@travetto/command": "^5.0.4",
27
- "@travetto/runtime": "^5.0.4",
26
+ "@travetto/command": "^5.0.6",
27
+ "@travetto/runtime": "^5.0.6",
28
28
  "sharp": "^0.33.5"
29
29
  },
30
30
  "travetto": {