Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuch committed Oct 4, 2023
1 parent 173f0f4 commit 39a495a
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 27 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",
"version": "3.0.1",
"npmClient": "yarn"
}
}
4 changes: 2 additions & 2 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",
"version": "3.0.1",
"description": "",
"main": "eslint.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vbuch/node-signpdf.git"
}
}
}
4 changes: 2 additions & 2 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",
"version": "3.0.1",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vbuch/node-signpdf.git"
}
}
}
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.0",
"version": "3.0.1",
"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": "*"
"@signpdf/utils": "^3.0.1"
},
"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": "*",
"@signpdf/internal-utils": "*",
"@signpdf/eslint-config": "^3.0.1",
"@signpdf/internal-utils": "^3.0.1",
"@types/node": ">=12.0.0",
"@types/node-forge": "^1.2.1",
"assertion-error": "^1.1.0",
Expand All @@ -69,4 +69,4 @@
"pdfkit": "^0.10.0",
"typescript": "^5.2.2"
}
}
}
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.0",
"version": "3.0.1",
"description": "Try to add a signature placeholder to a PDF using plain string modifications.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,9 +36,9 @@
"lint": "eslint -c .eslintrc --ignore-path ../../.eslintignore ./"
},
"dependencies": {
"@signpdf/internal-utils": "*",
"@signpdf/placeholder-pdfkit010": "*",
"@signpdf/utils": "*"
"@signpdf/internal-utils": "^3.0.1",
"@signpdf/placeholder-pdfkit010": "^3.0.1",
"@signpdf/utils": "^3.0.1"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down Expand Up @@ -66,4 +66,4 @@
"pdfkit": "^0.10.0",
"typescript": "^5.2.2"
}
}
}
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.0",
"version": "3.0.1",
"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": "*",
"@signpdf/utils": "*"
"@signpdf/placeholder-pdfkit010": "^3.0.1",
"@signpdf/utils": "^3.0.1"
},
"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": "*",
"@signpdf/internal-utils": "*",
"@signpdf/eslint-config": "^3.0.1",
"@signpdf/internal-utils": "^3.0.1",
"@signpdf/placeholder-pdfkit010": "*",
"@signpdf/placeholder-plain": "*",
"@signpdf/placeholder-plain": "^3.0.1",
"@types/node": ">=12.0.0",
"@types/node-forge": "^1.2.1",
"assertion-error": "^1.1.0",
Expand All @@ -70,4 +70,4 @@
"pdfkit": "^0.10.0",
"typescript": "^5.2.2"
}
}
}
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.0",
"version": "3.0.1",
"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": "*",
"@signpdf/internal-utils": "*",
"@signpdf/eslint-config": "^3.0.1",
"@signpdf/internal-utils": "^3.0.1",
"@types/node": ">=12.0.0",
"@types/node-forge": "^1.2.1",
"assertion-error": "^1.1.0",
Expand All @@ -63,4 +63,4 @@
"pdfkit": "^0.10.0",
"typescript": "^5.2.2"
}
}
}

0 comments on commit 39a495a

Please sign in to comment.