Skip to content

Commit

Permalink
🔖
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuch committed Oct 4, 2023
1 parent 6849cb1 commit 2cb9de7
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 19 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": "0.0.0",
"version": "3.0.0-early.0",
"npmClient": "yarn"
}
}
21 changes: 10 additions & 11 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"private": true,
"name": "@signpdf/eslint-config",
"version": "3.0.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.0",
"description": "",
"main": "eslint.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vbuch/node-signpdf.git"
}
}
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.0",
"version": "3.0.0-early.0",
"description": "",
"main": "index.js",
"repository": {
Expand Down
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",
"version": "3.0.0-early.0",
"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"
}
}
}
2 changes: 1 addition & 1 deletion 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",
"version": "3.0.0-early.0",
"description": "Try to add a signature placeholder to a PDF using plain string modifications.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion 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",
"version": "3.0.0-early.0",
"description": "Simple signing of PDFs in node.",
"repository": {
"type": "git",
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.0",
"version": "3.0.0-early.0",
"description": "Utilities for the @signpdf packages.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2cb9de7

Please sign in to comment.