Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuch committed Oct 9, 2023
1 parent 13182e0 commit d15fd4b
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 37 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": "2.0.0",
"version": "3.0.0",
"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": "2.0.0",
"version": "3.0.0",
"description": "",
"main": "eslint.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vbuch/node-signpdf.git"
}
}
}
10 changes: 5 additions & 5 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": "2.0.0",
"version": "3.0.0",
"description": "",
"scripts": {
"js": "node src/javascript.js",
Expand All @@ -15,13 +15,13 @@
"url": "git+https://github.com/vbuch/node-signpdf.git"
},
"dependencies": {
"@signpdf/placeholder-plain": "*",
"@signpdf/signer-p12": "*",
"@signpdf/signpdf": "*",
"@signpdf/placeholder-plain": "^3.0.0",
"@signpdf/signer-p12": "^3.0.0",
"@signpdf/signpdf": "^3.0.0",
"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/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": "2.0.0",
"version": "3.0.0",
"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": "2.0.0",
"version": "3.0.0",
"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.0"
},
"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.0",
"@signpdf/internal-utils": "^3.0.0",
"@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": "2.0.0",
"version": "3.0.0",
"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": "*",
"@signpdf/utils": "*"
"@signpdf/placeholder-pdfkit010": "^3.0.0",
"@signpdf/utils": "^3.0.0"
},
"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": "*",
"@signpdf/internal-utils": "^3.0.0",
"@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"
}
}
10 changes: 5 additions & 5 deletions packages/signer-p12/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signpdf/signer-p12",
"version": "3.0.6",
"version": "3.0.0",
"description": "Sign using a P12 certificate.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,7 +39,7 @@
"lint": "eslint -c .eslintrc --ignore-path ../../.eslintignore ./"
},
"dependencies": {
"@signpdf/utils": "*"
"@signpdf/utils": "^3.0.0"
},
"peerDependencies": {
"node-forge": "^1.2.1"
Expand All @@ -51,8 +51,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.0",
"@signpdf/internal-utils": "^3.0.0",
"@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"
}
}
}
16 changes: 8 additions & 8 deletions packages/signpdf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signpdf/signpdf",
"version": "2.0.0",
"version": "3.0.0",
"description": "Simple signing of PDFs in node.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,7 +36,7 @@
"lint": "eslint -c .eslintrc --ignore-path ../../.eslintignore ./"
},
"dependencies": {
"@signpdf/utils": "*"
"@signpdf/utils": "^3.0.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand All @@ -45,11 +45,11 @@
"@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/placeholder-pdfkit010": "2.0.0",
"@signpdf/placeholder-plain": "*",
"@signpdf/signer-p12": "*",
"@signpdf/eslint-config": "^3.0.0",
"@signpdf/internal-utils": "^3.0.0",
"@signpdf/placeholder-pdfkit010": "^3.0.0",
"@signpdf/placeholder-plain": "^3.0.0",
"@signpdf/signer-p12": "^3.0.0",
"@types/node": ">=12.0.0",
"@types/node-forge": "^1.2.1",
"assertion-error": "^1.1.0",
Expand All @@ -68,4 +68,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": "2.0.0",
"version": "3.0.0",
"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.0",
"@signpdf/internal-utils": "^3.0.0",
"@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 d15fd4b

Please sign in to comment.