@revizly/sharp 0.33.2-revizly5 → 0.33.2-revizly6
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/lib/sharp.js +2 -1
- package/package.json +1 -1
package/lib/sharp.js
CHANGED
@@ -61,7 +61,7 @@ if (sharp) {
|
|
61
61
|
'- Ensure your package manager supports multi-platform installation:',
|
62
62
|
' See https://sharp.pixelplumbing.com/install#cross-platform',
|
63
63
|
'- Add platform-specific dependencies:',
|
64
|
-
` npm install --os=${os.replace('musl', '')}${libc} --cpu=${cpu} sharp`
|
64
|
+
` npm install --os=${os.replace('musl', '')}${libc} --cpu=${cpu} @revizly/sharp`
|
65
65
|
);
|
66
66
|
} else {
|
67
67
|
help.push(
|
@@ -74,6 +74,7 @@ if (sharp) {
|
|
74
74
|
if (isLinux && /(symbol not found|CXXABI_)/i.test(messages)) {
|
75
75
|
try {
|
76
76
|
const { engines } = require(`@revizly/sharp-libvips-${runtimePlatform}/package`);
|
77
|
+
|
77
78
|
const libcFound = `${familySync()} ${versionSync()}`;
|
78
79
|
const libcRequires = `${engines.musl ? 'musl' : 'glibc'} ${engines.musl || engines.glibc}`;
|
79
80
|
help.push(
|
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.33.2-
|
4
|
+
"version": "0.33.2-revizly6",
|
5
5
|
"author": "Lovell Fuller <npm@lovell.info>",
|
6
6
|
"homepage": "https://sharp.pixelplumbing.com",
|
7
7
|
"contributors": [
|