Skip to content

Commit

Permalink
v3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuch committed Oct 5, 2023
1 parent 4fc8213 commit 677ea69
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 27 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.5",
"version": "3.0.6",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@signpdf/eslint-config",
"version": "3.0.5",
"version": "3.0.6",
"description": "",
"main": "eslint.js",
"repository": {
Expand Down
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.0.5",
"version": "3.0.6",
"description": "",
"scripts": {
"js": "node src/javascript.js",
Expand All @@ -15,8 +15,8 @@
"url": "git+https://github.com/vbuch/node-signpdf.git"
},
"dependencies": {
"@signpdf/placeholder-plain": "^3.0.5",
"@signpdf/signpdf": "^3.0.5",
"@signpdf/placeholder-plain": "^3.0.6",
"@signpdf/signpdf": "^3.0.6",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/internal-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@signpdf/internal-utils",
"version": "3.0.5",
"version": "3.0.6",
"description": "",
"main": "index.js",
"repository": {
Expand Down
10 changes: 5 additions & 5 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.5",
"version": "3.0.6",
"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.5"
"@signpdf/utils": "^3.0.6"
},
"peerDependencies": {
"pdfkit": "~0.10.0"
Expand All @@ -50,8 +50,8 @@
"@babel/node": "^7.0.0",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.4.2",
"@signpdf/eslint-config": "^3.0.5",
"@signpdf/internal-utils": "^3.0.5",
"@signpdf/eslint-config": "^3.0.6",
"@signpdf/internal-utils": "^3.0.6",
"@types/node": ">=12.0.0",
"@types/node-forge": "^1.2.1",
"assertion-error": "^1.1.0",
Expand All @@ -70,4 +70,4 @@
"typescript": "^5.2.2"
},
"gitHead": "cf8d5f40b2e2e513919ba586df03bad4fb87982c"
}
}
10 changes: 5 additions & 5 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.5",
"version": "3.0.6",
"description": "Try to add a signature placeholder to a PDF using plain string modifications.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,8 +36,8 @@
"lint": "eslint -c .eslintrc --ignore-path ../../.eslintignore ./"
},
"dependencies": {
"@signpdf/placeholder-pdfkit010": "^3.0.5",
"@signpdf/utils": "^3.0.5"
"@signpdf/placeholder-pdfkit010": "^3.0.6",
"@signpdf/utils": "^3.0.6"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand All @@ -46,7 +46,7 @@
"@babel/node": "^7.0.0",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.4.2",
"@signpdf/internal-utils": "^3.0.5",
"@signpdf/internal-utils": "^3.0.6",
"@types/node": ">=12.0.0",
"@types/node-forge": "^1.2.1",
"assertion-error": "^1.1.0",
Expand All @@ -65,4 +65,4 @@
"typescript": "^5.2.2"
},
"gitHead": "cf8d5f40b2e2e513919ba586df03bad4fb87982c"
}
}
14 changes: 7 additions & 7 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.5",
"version": "3.0.6",
"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.5",
"@signpdf/utils": "^3.0.5"
"@signpdf/placeholder-pdfkit010": "^3.0.6",
"@signpdf/utils": "^3.0.6"
},
"peerDependencies": {
"node-forge": "^1.2.1"
Expand All @@ -49,10 +49,10 @@
"@babel/node": "^7.0.0",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.4.2",
"@signpdf/eslint-config": "^3.0.5",
"@signpdf/internal-utils": "^3.0.5",
"@signpdf/eslint-config": "^3.0.6",
"@signpdf/internal-utils": "^3.0.6",
"@signpdf/placeholder-pdfkit010": "*",
"@signpdf/placeholder-plain": "^3.0.5",
"@signpdf/placeholder-plain": "^3.0.6",
"@types/node": ">=12.0.0",
"@types/node-forge": "^1.2.1",
"assertion-error": "^1.1.0",
Expand All @@ -71,4 +71,4 @@
"typescript": "^5.2.2"
},
"gitHead": "cf8d5f40b2e2e513919ba586df03bad4fb87982c"
}
}
8 changes: 4 additions & 4 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signpdf/utils",
"version": "3.0.5",
"version": "3.0.6",
"description": "Utilities for the @signpdf packages.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -44,8 +44,8 @@
"@babel/node": "^7.0.0",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.4.2",
"@signpdf/eslint-config": "^3.0.5",
"@signpdf/internal-utils": "^3.0.5",
"@signpdf/eslint-config": "^3.0.6",
"@signpdf/internal-utils": "^3.0.6",
"@types/node": ">=12.0.0",
"@types/node-forge": "^1.2.1",
"assertion-error": "^1.1.0",
Expand All @@ -64,4 +64,4 @@
"typescript": "^5.2.2"
},
"gitHead": "cf8d5f40b2e2e513919ba586df03bad4fb87982c"
}
}

0 comments on commit 677ea69

Please sign in to comment.