@tryghost/image-transform 1.3.0 → 1.4.0
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.
- package/LICENSE +1 -1
- package/README.md +2 -1
- package/package.json +6 -6
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -31,9 +31,10 @@ 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
|
|
|
37
38
|
# Copyright & License
|
|
38
39
|
|
|
39
|
-
Copyright (c) 2013-
|
|
40
|
+
Copyright (c) 2013-2025 Ghost Foundation - Released under the [MIT license](LICENSE).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tryghost/image-transform",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"repository": "https://github.com/TryGhost/SDK/tree/main/packages/image-transform",
|
|
5
5
|
"author": "Ghost Foundation",
|
|
6
6
|
"license": "MIT",
|
|
@@ -19,17 +19,17 @@
|
|
|
19
19
|
"access": "public"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"c8": "
|
|
23
|
-
"mocha": "
|
|
22
|
+
"c8": "10.1.3",
|
|
23
|
+
"mocha": "11.1.0",
|
|
24
24
|
"should": "13.2.3",
|
|
25
|
-
"sinon": "
|
|
25
|
+
"sinon": "20.0.0"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@tryghost/errors": "^1.2.26",
|
|
29
29
|
"fs-extra": "^11.0.0"
|
|
30
30
|
},
|
|
31
31
|
"optionalDependencies": {
|
|
32
|
-
"sharp": "^0.
|
|
32
|
+
"sharp": "^0.34.0"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "2134f0b25c4d80d953f320271a62cf7ce368a629"
|
|
35
35
|
}
|