sharp 0.34.5-rc.1 → 0.34.5

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 +15 -21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "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.34.5-rc.1",
4
+ "version": "0.34.5",
5
5
  "author": "Lovell Fuller <npm@lovell.info>",
6
6
  "homepage": "https://sharp.pixelplumbing.com",
7
7
  "contributors": [
@@ -144,8 +144,8 @@
144
144
  "semver": "^7.7.3"
145
145
  },
146
146
  "optionalDependencies": {
147
- "@img/sharp-darwin-arm64": "0.34.5-rc.1",
148
- "@img/sharp-darwin-x64": "0.34.5-rc.1",
147
+ "@img/sharp-darwin-arm64": "0.34.5",
148
+ "@img/sharp-darwin-x64": "0.34.5",
149
149
  "@img/sharp-libvips-darwin-arm64": "1.2.4",
150
150
  "@img/sharp-libvips-darwin-x64": "1.2.4",
151
151
  "@img/sharp-libvips-linux-arm": "1.2.4",
@@ -156,18 +156,18 @@
156
156
  "@img/sharp-libvips-linux-x64": "1.2.4",
157
157
  "@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
158
158
  "@img/sharp-libvips-linuxmusl-x64": "1.2.4",
159
- "@img/sharp-linux-arm": "0.34.5-rc.1",
160
- "@img/sharp-linux-arm64": "0.34.5-rc.1",
161
- "@img/sharp-linux-ppc64": "0.34.5-rc.1",
162
- "@img/sharp-linux-riscv64": "0.34.5-rc.1",
163
- "@img/sharp-linux-s390x": "0.34.5-rc.1",
164
- "@img/sharp-linux-x64": "0.34.5-rc.1",
165
- "@img/sharp-linuxmusl-arm64": "0.34.5-rc.1",
166
- "@img/sharp-linuxmusl-x64": "0.34.5-rc.1",
167
- "@img/sharp-wasm32": "0.34.5-rc.1",
168
- "@img/sharp-win32-arm64": "0.34.5-rc.1",
169
- "@img/sharp-win32-ia32": "0.34.5-rc.1",
170
- "@img/sharp-win32-x64": "0.34.5-rc.1"
159
+ "@img/sharp-linux-arm": "0.34.5",
160
+ "@img/sharp-linux-arm64": "0.34.5",
161
+ "@img/sharp-linux-ppc64": "0.34.5",
162
+ "@img/sharp-linux-riscv64": "0.34.5",
163
+ "@img/sharp-linux-s390x": "0.34.5",
164
+ "@img/sharp-linux-x64": "0.34.5",
165
+ "@img/sharp-linuxmusl-arm64": "0.34.5",
166
+ "@img/sharp-linuxmusl-x64": "0.34.5",
167
+ "@img/sharp-wasm32": "0.34.5",
168
+ "@img/sharp-win32-arm64": "0.34.5",
169
+ "@img/sharp-win32-ia32": "0.34.5",
170
+ "@img/sharp-win32-x64": "0.34.5"
171
171
  },
172
172
  "devDependencies": {
173
173
  "@biomejs/biome": "^2.3.4",
@@ -198,11 +198,5 @@
198
198
  },
199
199
  "funding": {
200
200
  "url": "https://opencollective.com/libvips"
201
- },
202
- "cc": {
203
- "linelength": "120",
204
- "filter": [
205
- "build/include"
206
- ]
207
201
  }
208
202
  }