Skip to content

Commit 2dedcf3

Browse files
committed
Prerelease v0.34.3-rc.1
1 parent 92f2145 commit 2dedcf3

File tree

16 files changed

+29
-28
lines changed

16 files changed

+29
-28
lines changed

docs/src/content/docs/api-input.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ A `Promise` is returned when `callback` is not provided.
4646
- `icc`: Buffer containing raw [ICC](https://www.npmjs.com/package/icc) profile data, if present
4747
- `iptc`: Buffer containing raw IPTC data, if present
4848
- `xmp`: Buffer containing raw XMP data, if present
49+
- `xmpAsString`: String containing XMP data, if valid UTF-8.
4950
- `tifftagPhotoshop`: Buffer containing raw TIFFTAG_PHOTOSHOP data, if present
5051
- `formatMagick`: String containing format for images loaded via *magick
5152
- `comments`: Array of keyword/text pairs representing PNG text blocks, if present.

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": "@img/sharp-darwin-arm64",
3-
"version": "0.34.3-rc.0",
3+
"version": "0.34.3-rc.1",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-darwin-x64",
3-
"version": "0.34.3-rc.0",
3+
"version": "0.34.3-rc.1",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-linux-arm",
3-
"version": "0.34.3-rc.0",
3+
"version": "0.34.3-rc.1",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-linux-arm64",
3-
"version": "0.34.3-rc.0",
3+
"version": "0.34.3-rc.1",
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-ppc64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-linux-ppc64",
3-
"version": "0.34.3-rc.0",
3+
"version": "0.34.3-rc.1",
44
"description": "Prebuilt sharp for use with Linux (glibc) ppc64",
55
"author": "Lovell Fuller <npm@lovell.info>",
66
"homepage": "https://sharp.pixelplumbing.com",

npm/linux-s390x/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-linux-s390x",
3-
"version": "0.34.3-rc.0",
3+
"version": "0.34.3-rc.1",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-linux-x64",
3-
"version": "0.34.3-rc.0",
3+
"version": "0.34.3-rc.1",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-linuxmusl-arm64",
3-
"version": "0.34.3-rc.0",
3+
"version": "0.34.3-rc.1",
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

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

0 commit comments

Comments
 (0)