mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
Prerelease 0.33.0-alpha.3
This commit is contained in:
parent
08108f5fad
commit
a9aa7339ce
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@sharpen/sharp-darwin-arm64",
|
"name": "@sharpen/sharp-darwin-arm64",
|
||||||
"version": "0.0.1-alpha.2",
|
"version": "0.0.1-alpha.3",
|
||||||
"description": "Prebuilt sharp for use with macOS ARM64",
|
"description": "Prebuilt sharp for use with macOS ARM64",
|
||||||
"homepage": "https://sharp.pixelplumbing.com",
|
"homepage": "https://sharp.pixelplumbing.com",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@sharpen/sharp-darwin-x64",
|
"name": "@sharpen/sharp-darwin-x64",
|
||||||
"version": "0.0.1-alpha.2",
|
"version": "0.0.1-alpha.3",
|
||||||
"description": "Prebuilt sharp for use with macOS x64",
|
"description": "Prebuilt sharp for use with macOS x64",
|
||||||
"homepage": "https://sharp.pixelplumbing.com",
|
"homepage": "https://sharp.pixelplumbing.com",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@sharpen/sharp-linux-arm",
|
"name": "@sharpen/sharp-linux-arm",
|
||||||
"version": "0.0.1-alpha.2",
|
"version": "0.0.1-alpha.3",
|
||||||
"description": "Prebuilt sharp for use with Linux (glibc) ARM (32-bit)",
|
"description": "Prebuilt sharp for use with Linux (glibc) ARM (32-bit)",
|
||||||
"homepage": "https://sharp.pixelplumbing.com",
|
"homepage": "https://sharp.pixelplumbing.com",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@sharpen/sharp-linux-arm64",
|
"name": "@sharpen/sharp-linux-arm64",
|
||||||
"version": "0.0.1-alpha.2",
|
"version": "0.0.1-alpha.3",
|
||||||
"description": "Prebuilt sharp for use with Linux (glibc) ARM64",
|
"description": "Prebuilt sharp for use with Linux (glibc) ARM64",
|
||||||
"homepage": "https://sharp.pixelplumbing.com",
|
"homepage": "https://sharp.pixelplumbing.com",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@sharpen/sharp-linux-x64",
|
"name": "@sharpen/sharp-linux-x64",
|
||||||
"version": "0.0.1-alpha.2",
|
"version": "0.0.1-alpha.3",
|
||||||
"description": "Prebuilt sharp for use with Linux (glibc) x64",
|
"description": "Prebuilt sharp for use with Linux (glibc) x64",
|
||||||
"homepage": "https://sharp.pixelplumbing.com",
|
"homepage": "https://sharp.pixelplumbing.com",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@sharpen/sharp-linuxmusl-arm64",
|
"name": "@sharpen/sharp-linuxmusl-arm64",
|
||||||
"version": "0.0.1-alpha.2",
|
"version": "0.0.1-alpha.3",
|
||||||
"description": "Prebuilt sharp for use with Linux (musl) ARM64",
|
"description": "Prebuilt sharp for use with Linux (musl) ARM64",
|
||||||
"homepage": "https://sharp.pixelplumbing.com",
|
"homepage": "https://sharp.pixelplumbing.com",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@sharpen/sharp-linuxmusl-x64",
|
"name": "@sharpen/sharp-linuxmusl-x64",
|
||||||
"version": "0.0.1-alpha.2",
|
"version": "0.0.1-alpha.3",
|
||||||
"description": "Prebuilt sharp for use with Linux (musl) x64",
|
"description": "Prebuilt sharp for use with Linux (musl) x64",
|
||||||
"homepage": "https://sharp.pixelplumbing.com",
|
"homepage": "https://sharp.pixelplumbing.com",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@sharpen/sharp-win32-ia32",
|
"name": "@sharpen/sharp-win32-ia32",
|
||||||
"version": "0.0.1-alpha.2",
|
"version": "0.0.1-alpha.3",
|
||||||
"description": "Prebuilt sharp for use with Windows x86 (32-bit)",
|
"description": "Prebuilt sharp for use with Windows x86 (32-bit)",
|
||||||
"homepage": "https://sharp.pixelplumbing.com",
|
"homepage": "https://sharp.pixelplumbing.com",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@sharpen/sharp-win32-x64",
|
"name": "@sharpen/sharp-win32-x64",
|
||||||
"version": "0.0.1-alpha.2",
|
"version": "0.0.1-alpha.3",
|
||||||
"description": "Prebuilt sharp for use with Windows x64",
|
"description": "Prebuilt sharp for use with Windows x64",
|
||||||
"homepage": "https://sharp.pixelplumbing.com",
|
"homepage": "https://sharp.pixelplumbing.com",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
20
package.json
20
package.json
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "sharp",
|
"name": "sharp",
|
||||||
"description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, GIF, AVIF and TIFF images",
|
"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.2",
|
"version": "0.33.0-alpha.3",
|
||||||
"author": "Lovell Fuller <npm@lovell.info>",
|
"author": "Lovell Fuller <npm@lovell.info>",
|
||||||
"homepage": "https://github.com/lovell/sharp",
|
"homepage": "https://github.com/lovell/sharp",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
@ -141,15 +141,15 @@
|
|||||||
"semver": "^7.5.4"
|
"semver": "^7.5.4"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"@sharpen/sharp-darwin-arm64": "0.0.1-alpha.2",
|
"@sharpen/sharp-darwin-arm64": "0.0.1-alpha.3",
|
||||||
"@sharpen/sharp-darwin-x64": "0.0.1-alpha.2",
|
"@sharpen/sharp-darwin-x64": "0.0.1-alpha.3",
|
||||||
"@sharpen/sharp-linux-arm": "0.0.1-alpha.2",
|
"@sharpen/sharp-linux-arm": "0.0.1-alpha.3",
|
||||||
"@sharpen/sharp-linux-arm64": "0.0.1-alpha.2",
|
"@sharpen/sharp-linux-arm64": "0.0.1-alpha.3",
|
||||||
"@sharpen/sharp-linux-x64": "0.0.1-alpha.2",
|
"@sharpen/sharp-linux-x64": "0.0.1-alpha.3",
|
||||||
"@sharpen/sharp-linuxmusl-arm64": "0.0.1-alpha.2",
|
"@sharpen/sharp-linuxmusl-arm64": "0.0.1-alpha.3",
|
||||||
"@sharpen/sharp-linuxmusl-x64": "0.0.1-alpha.2",
|
"@sharpen/sharp-linuxmusl-x64": "0.0.1-alpha.3",
|
||||||
"@sharpen/sharp-win32-ia32": "0.0.1-alpha.2",
|
"@sharpen/sharp-win32-ia32": "0.0.1-alpha.3",
|
||||||
"@sharpen/sharp-win32-x64": "0.0.1-alpha.2"
|
"@sharpen/sharp-win32-x64": "0.0.1-alpha.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@sharpen/sharp-libvips-darwin-arm64": "0.0.1-alpha.1",
|
"@sharpen/sharp-libvips-darwin-arm64": "0.0.1-alpha.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user