Skip to content

Commit 2dba5b5

Browse files
committedNov 9, 2023
Prerelease v0.33.0-alpha.11
1 parent a8f68ba commit 2dba5b5

File tree

13 files changed

+24
-24
lines changed

13 files changed

+24
-24
lines changed
 

‎npm/darwin-arm64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-darwin-arm64",
3-
"version": "0.33.0-alpha.10",
3+
"version": "0.33.0-alpha.11",
44
"description": "Prebuilt sharp for use with macOS 64-bit ARM",
55
"author": "Lovell Fuller <npm@lovell.info>",
66
"homepage": "https://sharp.pixelplumbing.com",

‎npm/darwin-x64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-darwin-x64",
3-
"version": "0.33.0-alpha.10",
3+
"version": "0.33.0-alpha.11",
44
"description": "Prebuilt sharp for use with macOS x64",
55
"author": "Lovell Fuller <npm@lovell.info>",
66
"homepage": "https://sharp.pixelplumbing.com",

‎npm/linux-arm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-linux-arm",
3-
"version": "0.33.0-alpha.10",
3+
"version": "0.33.0-alpha.11",
44
"description": "Prebuilt sharp for use with Linux (glibc) ARM (32-bit)",
55
"author": "Lovell Fuller <npm@lovell.info>",
66
"homepage": "https://sharp.pixelplumbing.com",

‎npm/linux-arm64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-linux-arm64",
3-
"version": "0.33.0-alpha.10",
3+
"version": "0.33.0-alpha.11",
44
"description": "Prebuilt sharp for use with Linux (glibc) 64-bit ARM",
55
"author": "Lovell Fuller <npm@lovell.info>",
66
"homepage": "https://sharp.pixelplumbing.com",

‎npm/linux-s390x/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-linux-s390x",
3-
"version": "0.33.0-alpha.10",
3+
"version": "0.33.0-alpha.11",
44
"description": "Prebuilt sharp for use with Linux (glibc) s390x",
55
"author": "Lovell Fuller <npm@lovell.info>",
66
"homepage": "https://sharp.pixelplumbing.com",

‎npm/linux-x64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-linux-x64",
3-
"version": "0.33.0-alpha.10",
3+
"version": "0.33.0-alpha.11",
44
"description": "Prebuilt sharp for use with Linux (glibc) x64",
55
"author": "Lovell Fuller <npm@lovell.info>",
66
"homepage": "https://sharp.pixelplumbing.com",

‎npm/linuxmusl-arm64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-linuxmusl-arm64",
3-
"version": "0.33.0-alpha.10",
3+
"version": "0.33.0-alpha.11",
44
"description": "Prebuilt sharp for use with Linux (musl) 64-bit ARM",
55
"author": "Lovell Fuller <npm@lovell.info>",
66
"homepage": "https://sharp.pixelplumbing.com",

‎npm/linuxmusl-x64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-linuxmusl-x64",
3-
"version": "0.33.0-alpha.10",
3+
"version": "0.33.0-alpha.11",
44
"description": "Prebuilt sharp for use with Linux (musl) x64",
55
"author": "Lovell Fuller <npm@lovell.info>",
66
"homepage": "https://sharp.pixelplumbing.com",

‎npm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp",
3-
"version": "0.33.0-alpha.10",
3+
"version": "0.33.0-alpha.11",
44
"private": "true",
55
"workspaces": [
66
"darwin-arm64",

‎npm/wasm32/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-wasm32",
3-
"version": "0.33.0-alpha.10",
3+
"version": "0.33.0-alpha.11",
44
"description": "Prebuilt sharp for use with wasm32",
55
"author": "Lovell Fuller <npm@lovell.info>",
66
"homepage": "https://sharp.pixelplumbing.com",

‎npm/win32-ia32/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-win32-ia32",
3-
"version": "0.33.0-alpha.10",
3+
"version": "0.33.0-alpha.11",
44
"description": "Prebuilt sharp for use with Windows x86 (32-bit)",
55
"author": "Lovell Fuller <npm@lovell.info>",
66
"homepage": "https://sharp.pixelplumbing.com",

‎npm/win32-x64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-win32-x64",
3-
"version": "0.33.0-alpha.10",
3+
"version": "0.33.0-alpha.11",
44
"description": "Prebuilt sharp for use with Windows x64",
55
"author": "Lovell Fuller <npm@lovell.info>",
66
"homepage": "https://sharp.pixelplumbing.com",

‎package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sharp",
33
"description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, GIF, AVIF and TIFF images",
4-
"version": "0.33.0-alpha.10",
4+
"version": "0.33.0-alpha.11",
55
"author": "Lovell Fuller <npm@lovell.info>",
66
"homepage": "https://github.com/lovell/sharp",
77
"contributors": [
@@ -141,8 +141,8 @@
141141
"semver": "^7.5.4"
142142
},
143143
"optionalDependencies": {
144-
"@img/sharp-darwin-arm64": "0.33.0-alpha.10",
145-
"@img/sharp-darwin-x64": "0.33.0-alpha.10",
144+
"@img/sharp-darwin-arm64": "0.33.0-alpha.11",
145+
"@img/sharp-darwin-x64": "0.33.0-alpha.11",
146146
"@img/sharp-libvips-darwin-arm64": "0.0.3",
147147
"@img/sharp-libvips-darwin-x64": "0.0.3",
148148
"@img/sharp-libvips-linux-arm": "0.0.3",
@@ -151,15 +151,15 @@
151151
"@img/sharp-libvips-linux-x64": "0.0.3",
152152
"@img/sharp-libvips-linuxmusl-arm64": "0.0.3",
153153
"@img/sharp-libvips-linuxmusl-x64": "0.0.3",
154-
"@img/sharp-linux-arm": "0.33.0-alpha.10",
155-
"@img/sharp-linux-arm64": "0.33.0-alpha.10",
156-
"@img/sharp-linux-s390x": "0.33.0-alpha.10",
157-
"@img/sharp-linux-x64": "0.33.0-alpha.10",
158-
"@img/sharp-linuxmusl-arm64": "0.33.0-alpha.10",
159-
"@img/sharp-linuxmusl-x64": "0.33.0-alpha.10",
160-
"@img/sharp-wasm32": "0.33.0-alpha.10",
161-
"@img/sharp-win32-ia32": "0.33.0-alpha.10",
162-
"@img/sharp-win32-x64": "0.33.0-alpha.10"
154+
"@img/sharp-linux-arm": "0.33.0-alpha.11",
155+
"@img/sharp-linux-arm64": "0.33.0-alpha.11",
156+
"@img/sharp-linux-s390x": "0.33.0-alpha.11",
157+
"@img/sharp-linux-x64": "0.33.0-alpha.11",
158+
"@img/sharp-linuxmusl-arm64": "0.33.0-alpha.11",
159+
"@img/sharp-linuxmusl-x64": "0.33.0-alpha.11",
160+
"@img/sharp-wasm32": "0.33.0-alpha.11",
161+
"@img/sharp-win32-ia32": "0.33.0-alpha.11",
162+
"@img/sharp-win32-x64": "0.33.0-alpha.11"
163163
},
164164
"devDependencies": {
165165
"@emnapi/runtime": "^0.43.1",

0 commit comments

Comments
 (0)
Please sign in to comment.