Skip to content

Commit

Permalink
Prerelease 0.33.0-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Oct 13, 2023
1 parent f8b6cb6 commit de9bdcb
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 20 deletions.
3 changes: 2 additions & 1 deletion npm/darwin-arm64/package.json
@@ -1,7 +1,8 @@
{
"name": "@img/sharp-darwin-arm64",
"version": "0.0.1-alpha.8",
"version": "0.33.0-alpha.9",
"description": "Prebuilt sharp for use with macOS ARM64",
"author": "Lovell Fuller <npm@lovell.info>",
"homepage": "https://sharp.pixelplumbing.com",
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion npm/darwin-x64/package.json
@@ -1,7 +1,8 @@
{
"name": "@img/sharp-darwin-x64",
"version": "0.0.1-alpha.8",
"version": "0.33.0-alpha.9",
"description": "Prebuilt sharp for use with macOS x64",
"author": "Lovell Fuller <npm@lovell.info>",
"homepage": "https://sharp.pixelplumbing.com",
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion npm/linux-arm/package.json
@@ -1,7 +1,8 @@
{
"name": "@img/sharp-linux-arm",
"version": "0.0.1-alpha.8",
"version": "0.33.0-alpha.9",
"description": "Prebuilt sharp for use with Linux (glibc) ARM (32-bit)",
"author": "Lovell Fuller <npm@lovell.info>",
"homepage": "https://sharp.pixelplumbing.com",
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion npm/linux-arm64/package.json
@@ -1,7 +1,8 @@
{
"name": "@img/sharp-linux-arm64",
"version": "0.0.1-alpha.8",
"version": "0.33.0-alpha.9",
"description": "Prebuilt sharp for use with Linux (glibc) ARM64",
"author": "Lovell Fuller <npm@lovell.info>",
"homepage": "https://sharp.pixelplumbing.com",
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion npm/linux-x64/package.json
@@ -1,7 +1,8 @@
{
"name": "@img/sharp-linux-x64",
"version": "0.0.1-alpha.8",
"version": "0.33.0-alpha.9",
"description": "Prebuilt sharp for use with Linux (glibc) x64",
"author": "Lovell Fuller <npm@lovell.info>",
"homepage": "https://sharp.pixelplumbing.com",
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion npm/linuxmusl-arm64/package.json
@@ -1,7 +1,8 @@
{
"name": "@img/sharp-linuxmusl-arm64",
"version": "0.0.1-alpha.8",
"version": "0.33.0-alpha.9",
"description": "Prebuilt sharp for use with Linux (musl) ARM64",
"author": "Lovell Fuller <npm@lovell.info>",
"homepage": "https://sharp.pixelplumbing.com",
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion npm/linuxmusl-x64/package.json
@@ -1,7 +1,8 @@
{
"name": "@img/sharp-linuxmusl-x64",
"version": "0.0.1-alpha.8",
"version": "0.33.0-alpha.9",
"description": "Prebuilt sharp for use with Linux (musl) x64",
"author": "Lovell Fuller <npm@lovell.info>",
"homepage": "https://sharp.pixelplumbing.com",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
@@ -1,6 +1,6 @@
{
"name": "@img/sharp",
"version": "0.0.1-alpha.8",
"version": "0.33.0-alpha.9",
"private": "true",
"workspaces": [
"darwin-x64",
Expand Down
3 changes: 2 additions & 1 deletion npm/win32-ia32/package.json
@@ -1,7 +1,8 @@
{
"name": "@img/sharp-win32-ia32",
"version": "0.0.1-alpha.8",
"version": "0.33.0-alpha.9",
"description": "Prebuilt sharp for use with Windows x86 (32-bit)",
"author": "Lovell Fuller <npm@lovell.info>",
"homepage": "https://sharp.pixelplumbing.com",
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion npm/win32-x64/package.json
@@ -1,7 +1,8 @@
{
"name": "@img/sharp-win32-x64",
"version": "0.0.1-alpha.8",
"version": "0.33.0-alpha.9",
"description": "Prebuilt sharp for use with Windows x64",
"author": "Lovell Fuller <npm@lovell.info>",
"homepage": "https://sharp.pixelplumbing.com",
"repository": {
"type": "git",
Expand Down
20 changes: 10 additions & 10 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "sharp",
"description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, GIF, AVIF and TIFF images",
"version": "0.33.0-alpha.8",
"version": "0.33.0-alpha.9",
"author": "Lovell Fuller <npm@lovell.info>",
"homepage": "https://github.com/lovell/sharp",
"contributors": [
Expand Down Expand Up @@ -139,22 +139,22 @@
"semver": "^7.5.4"
},
"optionalDependencies": {
"@img/sharp-darwin-arm64": "0.0.1-alpha.8",
"@img/sharp-darwin-x64": "0.0.1-alpha.8",
"@img/sharp-darwin-arm64": "0.33.0-alpha.9",
"@img/sharp-darwin-x64": "0.33.0-alpha.9",
"@img/sharp-libvips-darwin-arm64": "0.0.1",
"@img/sharp-libvips-darwin-x64": "0.0.1",
"@img/sharp-libvips-linux-arm": "0.0.1",
"@img/sharp-libvips-linux-arm64": "0.0.1",
"@img/sharp-libvips-linux-x64": "0.0.1",
"@img/sharp-libvips-linuxmusl-arm64": "0.0.1",
"@img/sharp-libvips-linuxmusl-x64": "0.0.1",
"@img/sharp-linux-arm": "0.0.1-alpha.8",
"@img/sharp-linux-arm64": "0.0.1-alpha.8",
"@img/sharp-linux-x64": "0.0.1-alpha.8",
"@img/sharp-linuxmusl-arm64": "0.0.1-alpha.8",
"@img/sharp-linuxmusl-x64": "0.0.1-alpha.8",
"@img/sharp-win32-ia32": "0.0.1-alpha.8",
"@img/sharp-win32-x64": "0.0.1-alpha.8"
"@img/sharp-linux-arm": "0.33.0-alpha.9",
"@img/sharp-linux-arm64": "0.33.0-alpha.9",
"@img/sharp-linux-x64": "0.33.0-alpha.9",
"@img/sharp-linuxmusl-arm64": "0.33.0-alpha.9",
"@img/sharp-linuxmusl-x64": "0.33.0-alpha.9",
"@img/sharp-win32-ia32": "0.33.0-alpha.9",
"@img/sharp-win32-x64": "0.33.0-alpha.9"
},
"devDependencies": {
"@img/sharp-libvips-dev": "0.0.1",
Expand Down

0 comments on commit de9bdcb

Please sign in to comment.