Skip to content

Commit a9aa733

Browse files
committed
Prerelease 0.33.0-alpha.3
1 parent 08108f5 commit a9aa733

10 files changed

Lines changed: 19 additions & 19 deletions

File tree

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sharpen/sharp-darwin-arm64",
3-
"version": "0.0.1-alpha.2",
3+
"version": "0.0.1-alpha.3",
44
"description": "Prebuilt sharp for use with macOS ARM64",
55
"homepage": "https://sharp.pixelplumbing.com",
66
"repository": {

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sharpen/sharp-darwin-x64",
3-
"version": "0.0.1-alpha.2",
3+
"version": "0.0.1-alpha.3",
44
"description": "Prebuilt sharp for use with macOS x64",
55
"homepage": "https://sharp.pixelplumbing.com",
66
"repository": {

npm/linux-arm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sharpen/sharp-linux-arm",
3-
"version": "0.0.1-alpha.2",
3+
"version": "0.0.1-alpha.3",
44
"description": "Prebuilt sharp for use with Linux (glibc) ARM (32-bit)",
55
"homepage": "https://sharp.pixelplumbing.com",
66
"repository": {

npm/linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sharpen/sharp-linux-arm64",
3-
"version": "0.0.1-alpha.2",
3+
"version": "0.0.1-alpha.3",
44
"description": "Prebuilt sharp for use with Linux (glibc) ARM64",
55
"homepage": "https://sharp.pixelplumbing.com",
66
"repository": {

npm/linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sharpen/sharp-linux-x64",
3-
"version": "0.0.1-alpha.2",
3+
"version": "0.0.1-alpha.3",
44
"description": "Prebuilt sharp for use with Linux (glibc) x64",
55
"homepage": "https://sharp.pixelplumbing.com",
66
"repository": {

npm/linuxmusl-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sharpen/sharp-linuxmusl-arm64",
3-
"version": "0.0.1-alpha.2",
3+
"version": "0.0.1-alpha.3",
44
"description": "Prebuilt sharp for use with Linux (musl) ARM64",
55
"homepage": "https://sharp.pixelplumbing.com",
66
"repository": {

npm/linuxmusl-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sharpen/sharp-linuxmusl-x64",
3-
"version": "0.0.1-alpha.2",
3+
"version": "0.0.1-alpha.3",
44
"description": "Prebuilt sharp for use with Linux (musl) x64",
55
"homepage": "https://sharp.pixelplumbing.com",
66
"repository": {

npm/win32-ia32/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sharpen/sharp-win32-ia32",
3-
"version": "0.0.1-alpha.2",
3+
"version": "0.0.1-alpha.3",
44
"description": "Prebuilt sharp for use with Windows x86 (32-bit)",
55
"homepage": "https://sharp.pixelplumbing.com",
66
"repository": {

npm/win32-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sharpen/sharp-win32-x64",
3-
"version": "0.0.1-alpha.2",
3+
"version": "0.0.1-alpha.3",
44
"description": "Prebuilt sharp for use with Windows x64",
55
"homepage": "https://sharp.pixelplumbing.com",
66
"repository": {

package.json

Lines changed: 10 additions & 10 deletions
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.2",
4+
"version": "0.33.0-alpha.3",
55
"author": "Lovell Fuller <npm@lovell.info>",
66
"homepage": "https://github.com/lovell/sharp",
77
"contributors": [
@@ -141,15 +141,15 @@
141141
"semver": "^7.5.4"
142142
},
143143
"optionalDependencies": {
144-
"@sharpen/sharp-darwin-arm64": "0.0.1-alpha.2",
145-
"@sharpen/sharp-darwin-x64": "0.0.1-alpha.2",
146-
"@sharpen/sharp-linux-arm": "0.0.1-alpha.2",
147-
"@sharpen/sharp-linux-arm64": "0.0.1-alpha.2",
148-
"@sharpen/sharp-linux-x64": "0.0.1-alpha.2",
149-
"@sharpen/sharp-linuxmusl-arm64": "0.0.1-alpha.2",
150-
"@sharpen/sharp-linuxmusl-x64": "0.0.1-alpha.2",
151-
"@sharpen/sharp-win32-ia32": "0.0.1-alpha.2",
152-
"@sharpen/sharp-win32-x64": "0.0.1-alpha.2"
144+
"@sharpen/sharp-darwin-arm64": "0.0.1-alpha.3",
145+
"@sharpen/sharp-darwin-x64": "0.0.1-alpha.3",
146+
"@sharpen/sharp-linux-arm": "0.0.1-alpha.3",
147+
"@sharpen/sharp-linux-arm64": "0.0.1-alpha.3",
148+
"@sharpen/sharp-linux-x64": "0.0.1-alpha.3",
149+
"@sharpen/sharp-linuxmusl-arm64": "0.0.1-alpha.3",
150+
"@sharpen/sharp-linuxmusl-x64": "0.0.1-alpha.3",
151+
"@sharpen/sharp-win32-ia32": "0.0.1-alpha.3",
152+
"@sharpen/sharp-win32-x64": "0.0.1-alpha.3"
153153
},
154154
"devDependencies": {
155155
"@sharpen/sharp-libvips-darwin-arm64": "0.0.1-alpha.1",

0 commit comments

Comments
 (0)