@tryghost/image-transform 1.4.10 → 1.4.12
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 +1 -1
- package/package.json +7 -6
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -37,4 +37,4 @@ If the image output changes, one way to compare the output is with [git diff ima
|
|
|
37
37
|
|
|
38
38
|
# Copyright & License
|
|
39
39
|
|
|
40
|
-
Copyright (c) 2013-
|
|
40
|
+
Copyright (c) 2013-2026 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.4.
|
|
3
|
+
"version": "1.4.12",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/TryGhost/SDK.git",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"main": "index.js",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"dev": "echo \"Implement me!\"",
|
|
14
|
-
"test": "NODE_ENV=testing c8 --
|
|
14
|
+
"test": "NODE_ENV=testing c8 --reporter text --reporter cobertura mocha './test/**/*.test.js'",
|
|
15
15
|
"lint": "eslint . --ext .js --cache",
|
|
16
16
|
"posttest": "yarn lint"
|
|
17
17
|
},
|
|
@@ -23,16 +23,17 @@
|
|
|
23
23
|
"access": "public"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"c8": "
|
|
26
|
+
"c8": "11.0.0",
|
|
27
27
|
"mocha": "11.7.5",
|
|
28
28
|
"should": "13.2.3",
|
|
29
29
|
"sinon": "21.0.1"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@tryghost/errors": "
|
|
33
|
-
"fs-extra": "
|
|
32
|
+
"@tryghost/errors": "2.2.1",
|
|
33
|
+
"fs-extra": "11.3.3"
|
|
34
34
|
},
|
|
35
35
|
"optionalDependencies": {
|
|
36
36
|
"sharp": "^0.34.2"
|
|
37
|
-
}
|
|
37
|
+
},
|
|
38
|
+
"gitHead": "363a7f5cf228bd7cc7ee92e6fb54c7b6796d7260"
|
|
38
39
|
}
|