From e9bdb2328040dfe66800bb44ca340d30eee6446d Mon Sep 17 00:00:00 2001 From: Nikita Moshensky Date: Wed, 11 Sep 2024 16:46:10 +0300 Subject: [PATCH] publish 0.11.1 --- docs/enums/Dpi.html | 4 ++-- docs/functions/comparePdfToSnapshot.html | 2 +- docs/types/CompareOptions.html | 2 +- docs/types/HighlightColor.html | 2 +- docs/types/MaskRegions.html | 2 +- docs/types/PdfToPngOptions.html | 2 +- docs/types/RectangleMask.html | 2 +- docs/types/RegionMask.html | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/enums/Dpi.html b/docs/enums/Dpi.html index 086313f..f818f96 100644 --- a/docs/enums/Dpi.html +++ b/docs/enums/Dpi.html @@ -1,4 +1,4 @@ Dpi | pdf-visual-diff

Enumeration Dpi

Enum representing predefined DPI (Dots Per Inch) values.

-

Enumeration Members

Enumeration Members

Enumeration Members

High: 144
Low: 72
+

Enumeration Members

High: 144
Low: 72
diff --git a/docs/functions/comparePdfToSnapshot.html b/docs/functions/comparePdfToSnapshot.html index 6fdf810..c3e7380 100644 --- a/docs/functions/comparePdfToSnapshot.html +++ b/docs/functions/comparePdfToSnapshot.html @@ -22,4 +22,4 @@ -
+
diff --git a/docs/types/CompareOptions.html b/docs/types/CompareOptions.html index b2265df..afa4b39 100644 --- a/docs/types/CompareOptions.html +++ b/docs/types/CompareOptions.html @@ -6,4 +6,4 @@
0
 
-
+
diff --git a/docs/types/HighlightColor.html b/docs/types/HighlightColor.html index ad52648..e3531d0 100644 --- a/docs/types/HighlightColor.html +++ b/docs/types/HighlightColor.html @@ -1,2 +1,2 @@ HighlightColor | pdf-visual-diff

Type Alias HighlightColor

HighlightColor:
    | "Red"
    | "Green"
    | "Blue"
    | "White"
    | "Cyan"
    | "Magenta"
    | "Yellow"
    | "Black"
    | "Gray"

Represents the available colors for highlighting.

-
+
diff --git a/docs/types/MaskRegions.html b/docs/types/MaskRegions.html index 98292c4..ef1fa20 100644 --- a/docs/types/MaskRegions.html +++ b/docs/types/MaskRegions.html @@ -2,4 +2,4 @@ parts of the PDF that change between tests.

Type declaration

+
diff --git a/docs/types/PdfToPngOptions.html b/docs/types/PdfToPngOptions.html index 1cc2e1b..eb6371d 100644 --- a/docs/types/PdfToPngOptions.html +++ b/docs/types/PdfToPngOptions.html @@ -8,4 +8,4 @@
Dpi.High
 
-
+
diff --git a/docs/types/RectangleMask.html b/docs/types/RectangleMask.html index 71d8c91..4e73dbe 100644 --- a/docs/types/RectangleMask.html +++ b/docs/types/RectangleMask.html @@ -9,4 +9,4 @@ pixels and based on the generated image by the library. The origin (0,0) of the PNG's coordinate system is the top-left corner of the image.

-
+
diff --git a/docs/types/RegionMask.html b/docs/types/RegionMask.html index 13711dc..64f8c11 100644 --- a/docs/types/RegionMask.html +++ b/docs/types/RegionMask.html @@ -1 +1 @@ -RegionMask | pdf-visual-diff
+RegionMask | pdf-visual-diff
diff --git a/package-lock.json b/package-lock.json index 6857d1d..e5548d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pdf-visual-diff", - "version": "0.11.0", + "version": "0.11.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pdf-visual-diff", - "version": "0.11.0", + "version": "0.11.1", "license": "MIT", "dependencies": { "canvas": "^2.11.2", diff --git a/package.json b/package.json index d9d1683..99f8897 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdf-visual-diff", - "version": "0.11.0", + "version": "0.11.1", "description": "Visual Regression Testing for PDFs in JavaScript", "bin": "./lib/cli/index.js", "main": "./lib/index.js",