@revizly/sharp 0.35.0-revizly26 → 0.35.0-revizly28

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/lib/output.js +1 -1
  2. package/package.json +6 -6
package/lib/output.js CHANGED
@@ -500,7 +500,7 @@ function withXmp (xmp) {
500
500
  * @returns {Sharp}
501
501
  */
502
502
  function keepMetadata () {
503
- this.options.keepMetadata = 0b11111;
503
+ this.options.keepMetadata |= 0b11111;
504
504
  return this;
505
505
  }
506
506
 
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-revizly26",
4
+ "version": "0.35.0-revizly28",
5
5
  "author": "Lovell Fuller <npm@lovell.info>",
6
6
  "homepage": "https://sharp.pixelplumbing.com",
7
7
  "contributors": [
@@ -145,16 +145,16 @@
145
145
  "semver": "^7.7.4"
146
146
  },
147
147
  "optionalDependencies": {
148
- "@revizly/sharp-libvips-linux-arm64": "1.0.30",
149
- "@revizly/sharp-libvips-linux-x64": "1.0.30",
150
- "@revizly/sharp-linux-arm64": "0.35.0-revizly24",
151
- "@revizly/sharp-linux-x64": "0.35.0-revizly24"
148
+ "@revizly/sharp-libvips-linux-arm64": "1.0.31",
149
+ "@revizly/sharp-libvips-linux-x64": "1.0.31",
150
+ "@revizly/sharp-linux-arm64": "0.35.0-revizly28",
151
+ "@revizly/sharp-linux-x64": "0.35.0-revizly28"
152
152
  },
153
153
  "devDependencies": {
154
154
  "@biomejs/biome": "^2.4.10",
155
155
  "@cpplint/cli": "^0.1.0",
156
156
  "@emnapi/runtime": "^1.9.2",
157
- "@revizly/sharp-libvips-dev": "1.0.30",
157
+ "@revizly/sharp-libvips-dev": "1.0.31",
158
158
  "@types/node": "*",
159
159
  "emnapi": "^1.9.2",
160
160
  "exif-reader": "^2.0.3",