Skip to content

Commit

Permalink
v3.0.0-early.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuch committed Oct 4, 2023
1 parent 2cb9de7 commit f3fbfe9
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 34 deletions.
4 changes: 2 additions & 2 deletions 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.0-early.0",
"version": "3.0.0-early.1",
"npmClient": "yarn"
}
}
22 changes: 11 additions & 11 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"private": true,
"name": "@signpdf/eslint-config",
"version": "3.0.0-early.0",
"description": "",
"main": "eslint.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vbuch/node-signpdf.git"
}
}
{
"private": true,
"name": "@signpdf/eslint-config",
"version": "3.0.0-early.1",
"description": "",
"main": "eslint.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vbuch/node-signpdf.git"
}
}
22 changes: 11 additions & 11 deletions packages/internal-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"private": true,
"name": "@signpdf/internal-utils",
"version": "3.0.0-early.0",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vbuch/node-signpdf.git"
}
}
{
"private": true,
"name": "@signpdf/internal-utils",
"version": "3.0.0-early.1",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vbuch/node-signpdf.git"
}
}
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.0-early.0",
"version": "3.0.0-early.1",
"description": "Use foliojs/PDFKit 0.10 to insert a signature placeholder.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -69,4 +69,4 @@
"pdfkit": "^0.10.0",
"typescript": "^5.2.2"
}
}
}
4 changes: 2 additions & 2 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.0-early.0",
"version": "3.0.0-early.1",
"description": "Try to add a signature placeholder to a PDF using plain string modifications.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -66,4 +66,4 @@
"pdfkit": "^0.10.0",
"typescript": "^5.2.2"
}
}
}
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.0.0-early.0",
"version": "3.0.0-early.1",
"description": "Simple signing of PDFs in node.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -70,4 +70,4 @@
"pdfkit": "^0.10.0",
"typescript": "^5.2.2"
}
}
}
7 changes: 3 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.0-early.0",
"version": "3.0.0-early.1",
"description": "Utilities for the @signpdf packages.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -62,6 +62,5 @@
"node-forge": "^1.2.1",
"pdfkit": "^0.10.0",
"typescript": "^5.2.2"
},
"dependencies": {}
}
}
}

0 comments on commit f3fbfe9

Please sign in to comment.