@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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +7 -6
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2013-2025 Ghost Foundation
3
+ Copyright (c) 2013-2026 Ghost Foundation
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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-2025 Ghost Foundation - Released under the [MIT license](LICENSE).
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.10",
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 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
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": "10.1.3",
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": "1.3.8",
33
- "fs-extra": "^11.3.2"
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
  }