mirror of
https://github.com/lovell/sharp.git
synced 2025-07-26 01:32:27 +02:00
Upgrade to sharp-libvips v1.2.1
This commit is contained in:
parent
08b4242efe
commit
e045235545
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -269,7 +269,7 @@ jobs:
|
||||
contents: read
|
||||
name: "build-wasm32 [package]"
|
||||
runs-on: ubuntu-24.04
|
||||
container: "emscripten/emsdk:4.0.10"
|
||||
container: "emscripten/emsdk:4.0.11"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Dependencies
|
||||
|
@ -15,7 +15,7 @@
|
||||
},
|
||||
"preferUnplugged": true,
|
||||
"optionalDependencies": {
|
||||
"@img/sharp-libvips-darwin-arm64": "1.2.0"
|
||||
"@img/sharp-libvips-darwin-arm64": "1.2.1"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
|
@ -15,7 +15,7 @@
|
||||
},
|
||||
"preferUnplugged": true,
|
||||
"optionalDependencies": {
|
||||
"@img/sharp-libvips-darwin-x64": "1.2.0"
|
||||
"@img/sharp-libvips-darwin-x64": "1.2.1"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
|
@ -15,7 +15,7 @@
|
||||
},
|
||||
"preferUnplugged": true,
|
||||
"optionalDependencies": {
|
||||
"@img/sharp-libvips-linux-arm": "1.2.0"
|
||||
"@img/sharp-libvips-linux-arm": "1.2.1"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
|
@ -15,7 +15,7 @@
|
||||
},
|
||||
"preferUnplugged": true,
|
||||
"optionalDependencies": {
|
||||
"@img/sharp-libvips-linux-arm64": "1.2.0"
|
||||
"@img/sharp-libvips-linux-arm64": "1.2.1"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
|
@ -15,7 +15,7 @@
|
||||
},
|
||||
"preferUnplugged": true,
|
||||
"optionalDependencies": {
|
||||
"@img/sharp-libvips-linux-ppc64": "1.2.0"
|
||||
"@img/sharp-libvips-linux-ppc64": "1.2.1"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
|
@ -15,7 +15,7 @@
|
||||
},
|
||||
"preferUnplugged": true,
|
||||
"optionalDependencies": {
|
||||
"@img/sharp-libvips-linux-s390x": "1.2.0"
|
||||
"@img/sharp-libvips-linux-s390x": "1.2.1"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
|
@ -15,7 +15,7 @@
|
||||
},
|
||||
"preferUnplugged": true,
|
||||
"optionalDependencies": {
|
||||
"@img/sharp-libvips-linux-x64": "1.2.0"
|
||||
"@img/sharp-libvips-linux-x64": "1.2.1"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
|
@ -15,7 +15,7 @@
|
||||
},
|
||||
"preferUnplugged": true,
|
||||
"optionalDependencies": {
|
||||
"@img/sharp-libvips-linuxmusl-arm64": "1.2.0"
|
||||
"@img/sharp-libvips-linuxmusl-arm64": "1.2.1"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
|
@ -15,7 +15,7 @@
|
||||
},
|
||||
"preferUnplugged": true,
|
||||
"optionalDependencies": {
|
||||
"@img/sharp-libvips-linuxmusl-x64": "1.2.0"
|
||||
"@img/sharp-libvips-linuxmusl-x64": "1.2.1"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
|
@ -31,7 +31,7 @@
|
||||
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emnapi/runtime": "^1.4.4"
|
||||
"@emnapi/runtime": "^1.4.5"
|
||||
},
|
||||
"cpu": [
|
||||
"wasm32"
|
||||
|
36
package.json
36
package.json
@ -143,15 +143,15 @@
|
||||
"optionalDependencies": {
|
||||
"@img/sharp-darwin-arm64": "0.34.3",
|
||||
"@img/sharp-darwin-x64": "0.34.3",
|
||||
"@img/sharp-libvips-darwin-arm64": "1.2.0",
|
||||
"@img/sharp-libvips-darwin-x64": "1.2.0",
|
||||
"@img/sharp-libvips-linux-arm": "1.2.0",
|
||||
"@img/sharp-libvips-linux-arm64": "1.2.0",
|
||||
"@img/sharp-libvips-linux-ppc64": "1.2.0",
|
||||
"@img/sharp-libvips-linux-s390x": "1.2.0",
|
||||
"@img/sharp-libvips-linux-x64": "1.2.0",
|
||||
"@img/sharp-libvips-linuxmusl-arm64": "1.2.0",
|
||||
"@img/sharp-libvips-linuxmusl-x64": "1.2.0",
|
||||
"@img/sharp-libvips-darwin-arm64": "1.2.1",
|
||||
"@img/sharp-libvips-darwin-x64": "1.2.1",
|
||||
"@img/sharp-libvips-linux-arm": "1.2.1",
|
||||
"@img/sharp-libvips-linux-arm64": "1.2.1",
|
||||
"@img/sharp-libvips-linux-ppc64": "1.2.1",
|
||||
"@img/sharp-libvips-linux-s390x": "1.2.1",
|
||||
"@img/sharp-libvips-linux-x64": "1.2.1",
|
||||
"@img/sharp-libvips-linuxmusl-arm64": "1.2.1",
|
||||
"@img/sharp-libvips-linuxmusl-x64": "1.2.1",
|
||||
"@img/sharp-linux-arm": "0.34.3",
|
||||
"@img/sharp-linux-arm64": "0.34.3",
|
||||
"@img/sharp-linux-ppc64": "0.34.3",
|
||||
@ -165,22 +165,22 @@
|
||||
"@img/sharp-win32-x64": "0.34.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@emnapi/runtime": "^1.4.4",
|
||||
"@img/sharp-libvips-dev": "1.2.0",
|
||||
"@img/sharp-libvips-dev-wasm32": "1.2.0",
|
||||
"@img/sharp-libvips-win32-arm64": "1.2.0",
|
||||
"@img/sharp-libvips-win32-ia32": "1.2.0",
|
||||
"@img/sharp-libvips-win32-x64": "1.2.0",
|
||||
"@emnapi/runtime": "^1.4.5",
|
||||
"@img/sharp-libvips-dev": "1.2.1",
|
||||
"@img/sharp-libvips-dev-wasm32": "1.2.1",
|
||||
"@img/sharp-libvips-win32-arm64": "1.2.1",
|
||||
"@img/sharp-libvips-win32-ia32": "1.2.1",
|
||||
"@img/sharp-libvips-win32-x64": "1.2.1",
|
||||
"@types/node": "*",
|
||||
"cc": "^3.0.1",
|
||||
"emnapi": "^1.4.4",
|
||||
"emnapi": "^1.4.5",
|
||||
"exif-reader": "^2.0.2",
|
||||
"extract-zip": "^2.0.1",
|
||||
"icc": "^3.0.0",
|
||||
"jsdoc-to-markdown": "^9.1.1",
|
||||
"jsdoc-to-markdown": "^9.1.2",
|
||||
"license-checker": "^25.0.1",
|
||||
"mocha": "^11.7.1",
|
||||
"node-addon-api": "^8.4.0",
|
||||
"node-addon-api": "^8.5.0",
|
||||
"node-gyp": "^11.2.0",
|
||||
"nyc": "^17.1.0",
|
||||
"semistandard": "^17.0.0",
|
||||
|
@ -179,7 +179,7 @@ describe('libvips binaries', function () {
|
||||
process.env.npm_config_arch = 's390x';
|
||||
process.env.npm_config_libc = '';
|
||||
const locatorHash = libvips.yarnLocator();
|
||||
assert.strictEqual(locatorHash, '30afd744f9');
|
||||
assert.strictEqual(locatorHash, '7e40558001');
|
||||
delete process.env.npm_config_platform;
|
||||
delete process.env.npm_config_arch;
|
||||
delete process.env.npm_config_libc;
|
||||
|
Loading…
x
Reference in New Issue
Block a user