sharp 0.33.5-rc.0 → 0.33.5-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.
Files changed (2) hide show
  1. package/lib/sharp.js +0 -1
  2. package/package.json +12 -12
package/lib/sharp.js CHANGED
@@ -57,7 +57,6 @@ if (sharp) {
57
57
  help.push(
58
58
  '- Ensure optional dependencies can be installed:',
59
59
  ' npm install --include=optional sharp',
60
- ' yarn add sharp --ignore-engines',
61
60
  '- Ensure your package manager supports multi-platform installation:',
62
61
  ' See https://sharp.pixelplumbing.com/install#cross-platform',
63
62
  '- Add platform-specific dependencies:',
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.33.5-rc.0",
4
+ "version": "0.33.5-rc.1",
5
5
  "author": "Lovell Fuller <npm@lovell.info>",
6
6
  "homepage": "https://sharp.pixelplumbing.com",
7
7
  "contributors": [
@@ -142,8 +142,8 @@
142
142
  "semver": "^7.6.3"
143
143
  },
144
144
  "optionalDependencies": {
145
- "@img/sharp-darwin-arm64": "0.33.5-rc.0",
146
- "@img/sharp-darwin-x64": "0.33.5-rc.0",
145
+ "@img/sharp-darwin-arm64": "0.33.5-rc.1",
146
+ "@img/sharp-darwin-x64": "0.33.5-rc.1",
147
147
  "@img/sharp-libvips-darwin-arm64": "1.0.4",
148
148
  "@img/sharp-libvips-darwin-x64": "1.0.4",
149
149
  "@img/sharp-libvips-linux-arm": "1.0.5",
@@ -152,15 +152,15 @@
152
152
  "@img/sharp-libvips-linux-x64": "1.0.4",
153
153
  "@img/sharp-libvips-linuxmusl-arm64": "1.0.4",
154
154
  "@img/sharp-libvips-linuxmusl-x64": "1.0.4",
155
- "@img/sharp-linux-arm": "0.33.5-rc.0",
156
- "@img/sharp-linux-arm64": "0.33.5-rc.0",
157
- "@img/sharp-linux-s390x": "0.33.5-rc.0",
158
- "@img/sharp-linux-x64": "0.33.5-rc.0",
159
- "@img/sharp-linuxmusl-arm64": "0.33.5-rc.0",
160
- "@img/sharp-linuxmusl-x64": "0.33.5-rc.0",
161
- "@img/sharp-wasm32": "0.33.5-rc.0",
162
- "@img/sharp-win32-ia32": "0.33.5-rc.0",
163
- "@img/sharp-win32-x64": "0.33.5-rc.0"
155
+ "@img/sharp-linux-arm": "0.33.5-rc.1",
156
+ "@img/sharp-linux-arm64": "0.33.5-rc.1",
157
+ "@img/sharp-linux-s390x": "0.33.5-rc.1",
158
+ "@img/sharp-linux-x64": "0.33.5-rc.1",
159
+ "@img/sharp-linuxmusl-arm64": "0.33.5-rc.1",
160
+ "@img/sharp-linuxmusl-x64": "0.33.5-rc.1",
161
+ "@img/sharp-wasm32": "0.33.5-rc.1",
162
+ "@img/sharp-win32-ia32": "0.33.5-rc.1",
163
+ "@img/sharp-win32-x64": "0.33.5-rc.1"
164
164
  },
165
165
  "devDependencies": {
166
166
  "@emnapi/runtime": "^1.2.0",