Skip to content

Commit

Permalink
v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuch committed Oct 4, 2023
1 parent 59cc21b commit f3cf35b
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 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.0.2",
"version": "3.0.3",
"npmClient": "yarn"
}
8 changes: 4 additions & 4 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.0.2",
"version": "3.0.3",
"description": "",
"scripts": {
"js": "node src/javascript.js",
Expand All @@ -15,12 +15,12 @@
"url": "git+https://github.com/vbuch/node-signpdf.git"
},
"dependencies": {
"@signpdf/placeholder-plain": "^3.0.2",
"@signpdf/signpdf": "^3.0.2",
"@signpdf/placeholder-plain": "^3.0.3",
"@signpdf/signpdf": "^3.0.3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.23.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/placeholder-pdfkit010/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signpdf/placeholder-pdfkit010",
"version": "3.0.2",
"version": "3.0.3",
"description": "Use foliojs/PDFKit 0.10 to insert a signature placeholder.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,7 +38,7 @@
"lint": "eslint -c .eslintrc --ignore-path ../../.eslintignore ./"
},
"dependencies": {
"@signpdf/utils": "^3.0.2"
"@signpdf/utils": "^3.0.3"
},
"peerDependencies": {
"pdfkit": "^0.10.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/placeholder-plain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signpdf/placeholder-plain",
"version": "3.0.2",
"version": "3.0.3",
"description": "Try to add a signature placeholder to a PDF using plain string modifications.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,8 +37,8 @@
},
"dependencies": {
"@signpdf/internal-utils": "^3.0.2",
"@signpdf/placeholder-pdfkit010": "^3.0.2",
"@signpdf/utils": "^3.0.2"
"@signpdf/placeholder-pdfkit010": "^3.0.3",
"@signpdf/utils": "^3.0.3"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/signpdf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signpdf/signpdf",
"version": "3.0.2",
"version": "3.0.3",
"description": "Simple signing of PDFs in node.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,8 +36,8 @@
"lint": "eslint -c .eslintrc --ignore-path ../../.eslintignore ./"
},
"dependencies": {
"@signpdf/placeholder-pdfkit010": "^3.0.2",
"@signpdf/utils": "^3.0.2"
"@signpdf/placeholder-pdfkit010": "^3.0.3",
"@signpdf/utils": "^3.0.3"
},
"peerDependencies": {
"node-forge": "^1.2.1"
Expand All @@ -52,7 +52,7 @@
"@signpdf/eslint-config": "^3.0.2",
"@signpdf/internal-utils": "^3.0.2",
"@signpdf/placeholder-pdfkit010": "*",
"@signpdf/placeholder-plain": "^3.0.2",
"@signpdf/placeholder-plain": "^3.0.3",
"@types/node": ">=12.0.0",
"@types/node-forge": "^1.2.1",
"assertion-error": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signpdf/utils",
"version": "3.0.2",
"version": "3.0.3",
"description": "Utilities for the @signpdf packages.",
"repository": {
"type": "git",
Expand Down

0 comments on commit f3cf35b

Please sign in to comment.