Skip to content

Commit

Permalink
v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Valeri Buchinski committed Feb 23, 2024
1 parent f6c91a6 commit 615e6b0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "3.2.1",
"version": "3.2.2",
"npmClient": "yarn"
}
6 changes: 3 additions & 3 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@signpdf/examples",
"version": "3.2.1",
"version": "3.2.2",
"description": "",
"scripts": {
"js": "node src/javascript.js",
Expand All @@ -17,8 +17,8 @@
},
"dependencies": {
"@signpdf/placeholder-plain": "^3.2.0",
"@signpdf/signer-p12": "^3.2.1",
"@signpdf/signpdf": "^3.2.1",
"@signpdf/signer-p12": "^3.2.2",
"@signpdf/signpdf": "^3.2.2",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/signer-p12/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signpdf/signer-p12",
"version": "3.2.1",
"version": "3.2.2",
"description": "Sign using a P12 certificate.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/signpdf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signpdf/signpdf",
"version": "3.2.1",
"version": "3.2.2",
"description": "Simple signing of PDFs in node.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@signpdf/internal-utils": "^3.2.0",
"@signpdf/placeholder-pdfkit010": "^3.2.0",
"@signpdf/placeholder-plain": "^3.2.0",
"@signpdf/signer-p12": "^3.2.1",
"@signpdf/signer-p12": "^3.2.2",
"@types/node": ">=12.0.0",
"@types/node-forge": "^1.2.1",
"assertion-error": "^1.1.0",
Expand Down

0 comments on commit 615e6b0

Please sign in to comment.