-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3ba90b2
commit 3db58f1
Showing
18 changed files
with
146 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@peculiar/pdf-cli", | ||
"version": "1.16.0", | ||
"version": "1.17.0", | ||
"description": "Command-line interface for PDF document manipulation and analysis", | ||
"author": "microshine <[email protected]>", | ||
"homepage": "https://github.com/PeculiarVentures/pdf/tree/master/packages/pdf-cli#readme", | ||
|
@@ -30,10 +30,10 @@ | |
"url": "https://github.com/PeculiarVentures/pdf/issues" | ||
}, | ||
"dependencies": { | ||
"@peculiar/pdf-core": "^1.17.0", | ||
"@peculiar/pdf-doc": "^1.17.0", | ||
"@peculiar/webcrypto": "^1.5.0", | ||
"@peculiar/pdf-core": "^1.16.0", | ||
"@peculiar/pdf-doc": "^1.16.0", | ||
"commander": "^12.1.0", | ||
"pkijs": "^3.2.4" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@peculiar/pdf-doc", | ||
"version": "1.16.0", | ||
"version": "1.17.0", | ||
"description": "High-level PDF manipulation and generation module for Node.js and browser", | ||
"keywords": [], | ||
"author": "microshine <[email protected]>", | ||
|
@@ -34,10 +34,10 @@ | |
"@peculiar/asn1-schema": "^2.3.13", | ||
"@peculiar/asn1-tsp": "^2.3.13", | ||
"@peculiar/asn1-x509": "^2.3.13", | ||
"@peculiar/pdf-copy": "^1.17.0", | ||
"@peculiar/pdf-core": "^1.17.0", | ||
"@peculiar/pdf-font": "^1.17.0", | ||
"@peculiar/x509": "^1.12.3", | ||
"@peculiar/pdf-copy": "^1.16.0", | ||
"@peculiar/pdf-core": "^1.16.0", | ||
"@peculiar/pdf-font": "^1.16.0", | ||
"asn1js": "^3.0.5", | ||
"bytestreamjs": "2.0.1", | ||
"fast-png": "^6.2.0", | ||
|
@@ -47,4 +47,4 @@ | |
"pvutils": "^1.1.3", | ||
"tslib": "^2.8.1" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [1.17.0](https://github.com/PeculiarVentures/pdf/compare/v1.16.0...v1.17.0) (2025-01-07) | ||
|
||
|
||
### Features | ||
|
||
* **tests:** add password parameter to PdfRenderingHelper load and getPageHash methods ([1acc968](https://github.com/PeculiarVentures/pdf/commit/1acc968473de1569c6ec4f7bf33ab5c73207face)) | ||
* **tests:** add PDF testing utilities and helpers ([8911ac5](https://github.com/PeculiarVentures/pdf/commit/8911ac5e2c87661a122b1a8d11148cea235e8268)) | ||
* **tests:** add PKI handling and PDF file writing utilities ([d088f1c](https://github.com/PeculiarVentures/pdf/commit/d088f1c54710d7d598b0df4ee2ea601db20f9b37)) | ||
* **tests:** enhance PdfRenderingHelper and add resource handling ([f3c41b7](https://github.com/PeculiarVentures/pdf/commit/f3c41b78f3701344e1b2d3c34b3048a427d4bc9d)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@peculiar/pdf-tests", | ||
"version": "1.16.0", | ||
"version": "1.17.0", | ||
"description": "Test suite for PDF - Utilities and helper tools for testing purposes", | ||
"keywords": [], | ||
"author": "microshine <[email protected]>", | ||
|
@@ -25,4 +25,4 @@ | |
"bugs": { | ||
"url": "https://github.com/PeculiarVentures/pdf/issues" | ||
} | ||
} | ||
} |