@tryghost/image-transform 1.3.1 → 1.4.1

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 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -31,6 +31,7 @@ Follow the instructions for the top-level repo.
31
31
  - `yarn lint` run just eslint
32
32
  - `yarn test` run lint and tests
33
33
 
34
+ If the image output changes, one way to compare the output is with [git diff image](https://github.com/ewanmellor/git-diff-image)
34
35
 
35
36
 
36
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryghost/image-transform",
3
- "version": "1.3.1",
3
+ "version": "1.4.1",
4
4
  "repository": "https://github.com/TryGhost/SDK/tree/main/packages/image-transform",
5
5
  "author": "Ghost Foundation",
6
6
  "license": "MIT",
@@ -29,7 +29,7 @@
29
29
  "fs-extra": "^11.0.0"
30
30
  },
31
31
  "optionalDependencies": {
32
- "sharp": "^0.32.0"
32
+ "sharp": "^0.34.0"
33
33
  },
34
- "gitHead": "19592ba6684cd896674e6bd1da92e3eb06e665f2"
34
+ "gitHead": "c69c4c3ad837302b4ff64bbef7dc6dd59150222e"
35
35
  }