@revizly/sharp 0.35.0-revizly22 → 0.35.0-revizly23

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@revizly/sharp",
3
3
  "description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, GIF, AVIF and TIFF images",
4
- "version": "0.35.0-revizly22",
4
+ "version": "0.35.0-revizly23",
5
5
  "author": "Lovell Fuller <npm@lovell.info>",
6
6
  "homepage": "https://sharp.pixelplumbing.com",
7
7
  "contributors": [
@@ -147,8 +147,8 @@
147
147
  "optionalDependencies": {
148
148
  "@revizly/sharp-libvips-linux-arm64": "1.0.28",
149
149
  "@revizly/sharp-libvips-linux-x64": "1.0.28",
150
- "@revizly/sharp-linux-arm64": "0.35.0-revizly16",
151
- "@revizly/sharp-linux-x64": "0.35.0-revizly16"
150
+ "@revizly/sharp-linux-arm64": "0.35.0-revizly22",
151
+ "@revizly/sharp-linux-x64": "0.35.0-revizly22"
152
152
  },
153
153
  "devDependencies": {
154
154
  "@biomejs/biome": "^2.4.4",