Skip to content

Commit deb22dd

Browse files
committed
Upgrade to sharp-libvips v1.3.0
1 parent 07f1be9 commit deb22dd

12 files changed

Lines changed: 25 additions & 29 deletions

File tree

.github/workflows/npm.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ jobs:
4646
runs-on: macos-15-intel
4747
runtime: node
4848
package-manager: npm
49-
- name: darwin-x64-node-pnpm
50-
runs-on: macos-15-intel
51-
runtime: node
52-
package-manager: pnpm
5349
- name: darwin-x64-node-yarn
5450
runs-on: macos-15-intel
5551
runtime: node

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.3.0-rc.10"
18+
"@img/sharp-libvips-darwin-arm64": "1.3.0"
1919
},
2020
"files": [
2121
"index.cjs",

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.3.0-rc.10"
18+
"@img/sharp-libvips-darwin-x64": "1.3.0"
1919
},
2020
"files": [
2121
"index.cjs",

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.3.0-rc.10"
18+
"@img/sharp-libvips-linux-arm": "1.3.0"
1919
},
2020
"files": [
2121
"index.cjs",

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.3.0-rc.10"
18+
"@img/sharp-libvips-linux-arm64": "1.3.0"
1919
},
2020
"files": [
2121
"index.cjs",

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.3.0-rc.10"
18+
"@img/sharp-libvips-linux-ppc64": "1.3.0"
1919
},
2020
"files": [
2121
"index.cjs",

npm/linux-riscv64/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-riscv64": "1.3.0-rc.10"
18+
"@img/sharp-libvips-linux-riscv64": "1.3.0"
1919
},
2020
"files": [
2121
"index.cjs",

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.3.0-rc.10"
18+
"@img/sharp-libvips-linux-s390x": "1.3.0"
1919
},
2020
"files": [
2121
"index.cjs",

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.3.0-rc.10"
18+
"@img/sharp-libvips-linux-x64": "1.3.0"
1919
},
2020
"files": [
2121
"index.cjs",

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.3.0-rc.10"
18+
"@img/sharp-libvips-linuxmusl-arm64": "1.3.0"
1919
},
2020
"files": [
2121
"index.cjs",

0 commit comments

Comments
 (0)