@revizly/sharp 0.33.2-revizly5 → 0.33.2-revizly7
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/sharp.js +2 -1
- package/package.json +4 -4
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-revizly7",
|
5
5
|
"author": "Lovell Fuller <npm@lovell.info>",
|
6
6
|
"homepage": "https://sharp.pixelplumbing.com",
|
7
7
|
"contributors": [
|
@@ -115,7 +115,7 @@
|
|
115
115
|
],
|
116
116
|
"repository": {
|
117
117
|
"type": "git",
|
118
|
-
"url": "git://github.com/
|
118
|
+
"url": "git://github.com/janaz/sharp.git"
|
119
119
|
},
|
120
120
|
"keywords": [
|
121
121
|
"jpeg",
|
@@ -152,9 +152,9 @@
|
|
152
152
|
"@revizly/sharp-libvips-linuxmusl-arm64": "1.0.1",
|
153
153
|
"@revizly/sharp-libvips-linuxmusl-x64": "1.0.1",
|
154
154
|
"@revizly/sharp-linux-arm": "0.33.2",
|
155
|
-
"@revizly/sharp-linux-arm64": "0.33.2",
|
155
|
+
"@revizly/sharp-linux-arm64": "0.33.2-revizly7",
|
156
156
|
"@revizly/sharp-linux-s390x": "0.33.2",
|
157
|
-
"@revizly/sharp-linux-x64": "0.33.2",
|
157
|
+
"@revizly/sharp-linux-x64": "0.33.2-revizly7",
|
158
158
|
"@revizly/sharp-linuxmusl-arm64": "0.33.2",
|
159
159
|
"@revizly/sharp-linuxmusl-x64": "0.33.2",
|
160
160
|
"@revizly/sharp-wasm32": "0.33.2",
|