sharp 0.35.1-rc.0 → 0.35.1-rc.1

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.
package/dist/index.d.mts CHANGED
@@ -1973,4 +1973,4 @@ declare namespace sharp {
1973
1973
  type Matrix4x4 = [[number, number, number, number], [number, number, number, number], [number, number, number, number], [number, number, number, number]];
1974
1974
  }
1975
1975
 
1976
- export = sharp;
1976
+ export default sharp;
package/dist/output.cjs CHANGED
@@ -1207,8 +1207,6 @@ function tiff (options) {
1207
1207
  *
1208
1208
  * AVIF image sequences are not supported.
1209
1209
  *
1210
- * When using Windows ARM64, this feature requires a CPU with ARM64v8.4 or later.
1211
- *
1212
1210
  * @example
1213
1211
  * const data = await sharp(input)
1214
1212
  * .avif({ effort: 2 })
package/dist/output.mjs CHANGED
@@ -1207,8 +1207,6 @@ function tiff (options) {
1207
1207
  *
1208
1208
  * AVIF image sequences are not supported.
1209
1209
  *
1210
- * When using Windows ARM64, this feature requires a CPU with ARM64v8.4 or later.
1211
- *
1212
1210
  * @example
1213
1211
  * const data = await sharp(input)
1214
1212
  * .avif({ effort: 2 })
package/lib/index.d.ts CHANGED
@@ -1973,4 +1973,4 @@ declare namespace sharp {
1973
1973
  type Matrix4x4 = [[number, number, number, number], [number, number, number, number], [number, number, number, number], [number, number, number, number]];
1974
1974
  }
1975
1975
 
1976
- export = sharp;
1976
+ export default sharp;
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.35.1-rc.0",
4
+ "version": "0.35.1-rc.1",
5
5
  "author": "Lovell Fuller <npm@lovell.info>",
6
6
  "homepage": "https://sharp.pixelplumbing.com",
7
7
  "contributors": [
@@ -163,9 +163,9 @@
163
163
  "semver": "^7.8.4"
164
164
  },
165
165
  "optionalDependencies": {
166
- "@img/sharp-darwin-arm64": "0.35.1-rc.0",
167
- "@img/sharp-darwin-x64": "0.35.1-rc.0",
168
- "@img/sharp-freebsd-wasm32": "0.35.1-rc.0",
166
+ "@img/sharp-darwin-arm64": "0.35.1-rc.1",
167
+ "@img/sharp-darwin-x64": "0.35.1-rc.1",
168
+ "@img/sharp-freebsd-wasm32": "0.35.1-rc.1",
169
169
  "@img/sharp-libvips-darwin-arm64": "1.3.0",
170
170
  "@img/sharp-libvips-darwin-x64": "1.3.0",
171
171
  "@img/sharp-libvips-linux-arm": "1.3.0",
@@ -176,18 +176,18 @@
176
176
  "@img/sharp-libvips-linux-x64": "1.3.0",
177
177
  "@img/sharp-libvips-linuxmusl-arm64": "1.3.0",
178
178
  "@img/sharp-libvips-linuxmusl-x64": "1.3.0",
179
- "@img/sharp-linux-arm": "0.35.1-rc.0",
180
- "@img/sharp-linux-arm64": "0.35.1-rc.0",
181
- "@img/sharp-linux-ppc64": "0.35.1-rc.0",
182
- "@img/sharp-linux-riscv64": "0.35.1-rc.0",
183
- "@img/sharp-linux-s390x": "0.35.1-rc.0",
184
- "@img/sharp-linux-x64": "0.35.1-rc.0",
185
- "@img/sharp-linuxmusl-arm64": "0.35.1-rc.0",
186
- "@img/sharp-linuxmusl-x64": "0.35.1-rc.0",
187
- "@img/sharp-webcontainers-wasm32": "0.35.1-rc.0",
188
- "@img/sharp-win32-arm64": "0.35.1-rc.0",
189
- "@img/sharp-win32-ia32": "0.35.1-rc.0",
190
- "@img/sharp-win32-x64": "0.35.1-rc.0"
179
+ "@img/sharp-linux-arm": "0.35.1-rc.1",
180
+ "@img/sharp-linux-arm64": "0.35.1-rc.1",
181
+ "@img/sharp-linux-ppc64": "0.35.1-rc.1",
182
+ "@img/sharp-linux-riscv64": "0.35.1-rc.1",
183
+ "@img/sharp-linux-s390x": "0.35.1-rc.1",
184
+ "@img/sharp-linux-x64": "0.35.1-rc.1",
185
+ "@img/sharp-linuxmusl-arm64": "0.35.1-rc.1",
186
+ "@img/sharp-linuxmusl-x64": "0.35.1-rc.1",
187
+ "@img/sharp-webcontainers-wasm32": "0.35.1-rc.1",
188
+ "@img/sharp-win32-arm64": "0.35.1-rc.1",
189
+ "@img/sharp-win32-ia32": "0.35.1-rc.1",
190
+ "@img/sharp-win32-x64": "0.35.1-rc.1"
191
191
  },
192
192
  "devDependencies": {
193
193
  "@biomejs/biome": "^2.4.16",