alchemy-media 0.7.6 → 0.8.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.8.0 (2023-10-17)
2
+
3
+ * Upgrade `@11ways/exiv2` to v0.7.0
4
+
1
5
  ## 0.7.6 (2023-10-05)
2
6
 
3
7
  * Let `Media#imageUrl()` helper handle image instructions that start with a slash
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "alchemy-media",
3
3
  "description": "The media plugin for Alchemy",
4
- "version": "0.7.6",
4
+ "version": "0.8.0",
5
5
  "repository": {
6
6
  "type" : "git",
7
7
  "url" : "https://github.com/11ways/alchemy-media.git"
8
8
  },
9
9
  "dependencies": {
10
- "@11ways/exiv2" : "~0.6.4",
10
+ "@11ways/exiv2" : "~0.7.0",
11
11
  "gm" : "~1.23.1",
12
12
  "veronica" : "~0.2.2"
13
13
  },
14
14
  "peerDependencies": {
15
- "alchemymvc" : ">=1.3.0"
15
+ "alchemymvc" : ">=1.3.18"
16
16
  },
17
17
  "license": "MIT",
18
18
  "engines": {
19
- "node" : ">=14.0.0"
19
+ "node" : ">=16.20.1"
20
20
  }
21
21
  }