Skip to content

Commit 01f6cbb

Browse files
committed
Upgrade to sharp-libvips v1.2.0-rc.2
1 parent 99be893 commit 01f6cbb

File tree

12 files changed

+25
-25
lines changed

12 files changed

+25
-25
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
contents: write
220220
name: wasm32 - prebuild
221221
runs-on: ubuntu-24.04
222-
container: "emscripten/emsdk:4.0.6"
222+
container: "emscripten/emsdk:4.0.10"
223223
steps:
224224
- name: Checkout
225225
uses: actions/checkout@v4

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-darwin-arm64": "1.2.0-rc.1"
18+
"@img/sharp-libvips-darwin-arm64": "1.2.0-rc.2"
1919
},
2020
"files": [
2121
"lib"

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-darwin-x64": "1.2.0-rc.1"
18+
"@img/sharp-libvips-darwin-x64": "1.2.0-rc.2"
1919
},
2020
"files": [
2121
"lib"

npm/linux-arm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linux-arm": "1.2.0-rc.1"
18+
"@img/sharp-libvips-linux-arm": "1.2.0-rc.2"
1919
},
2020
"files": [
2121
"lib"

npm/linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linux-arm64": "1.2.0-rc.1"
18+
"@img/sharp-libvips-linux-arm64": "1.2.0-rc.2"
1919
},
2020
"files": [
2121
"lib"

npm/linux-ppc64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linux-ppc64": "1.2.0-rc.1"
18+
"@img/sharp-libvips-linux-ppc64": "1.2.0-rc.2"
1919
},
2020
"files": [
2121
"lib"

npm/linux-s390x/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linux-s390x": "1.2.0-rc.1"
18+
"@img/sharp-libvips-linux-s390x": "1.2.0-rc.2"
1919
},
2020
"files": [
2121
"lib"

npm/linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linux-x64": "1.2.0-rc.1"
18+
"@img/sharp-libvips-linux-x64": "1.2.0-rc.2"
1919
},
2020
"files": [
2121
"lib"

npm/linuxmusl-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linuxmusl-arm64": "1.2.0-rc.1"
18+
"@img/sharp-libvips-linuxmusl-arm64": "1.2.0-rc.2"
1919
},
2020
"files": [
2121
"lib"

npm/linuxmusl-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linuxmusl-x64": "1.2.0-rc.1"
18+
"@img/sharp-libvips-linuxmusl-x64": "1.2.0-rc.2"
1919
},
2020
"files": [
2121
"lib"

0 commit comments

Comments
 (0)