Skip to content

Commit

Permalink
v3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuch committed Mar 18, 2024
1 parent 9dc8fe3 commit 402c4a2
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 28 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "3.2.3",
"version": "3.2.4",
"npmClient": "yarn",
"ignoreChanges": [
"*.md",
Expand Down
8 changes: 4 additions & 4 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.2.3",
"version": "3.2.4",
"description": "",
"scripts": {
"js": "node src/javascript.js",
Expand All @@ -16,9 +16,9 @@
"url": "git+https://github.com/vbuch/node-signpdf.git"
},
"dependencies": {
"@signpdf/placeholder-plain": "^3.2.3",
"@signpdf/signer-p12": "^3.2.3",
"@signpdf/signpdf": "^3.2.3",
"@signpdf/placeholder-plain": "^3.2.4",
"@signpdf/signer-p12": "^3.2.4",
"@signpdf/signpdf": "^3.2.4",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
Expand Down
5 changes: 2 additions & 3 deletions packages/placeholder-pdf-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signpdf/placeholder-pdf-lib",
"version": "3.2.3",
"version": "3.2.4",
"description": "Use PDF-LIB to insert a signature placeholder.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,15 +42,14 @@
"test": "jest",
"build": "yarn build:clean && yarn build:compile && yarn build:types",
"lint": "eslint -c .eslintrc --ignore-path ../../.eslintignore ./",

"build:clean": "rm -rf ./dist/*",
"build:compile": "babel ./src -d ./dist --ignore \"**/*.test.js\"",
"build:types": "yarn build:types:compile && yarn build:types:verify",
"build:types:compile": "tsc",
"build:types:verify": "tsd --files=index.test-d.ts"
},
"dependencies": {
"@signpdf/utils": "^3.2.3"
"@signpdf/utils": "^3.2.4"
},
"peerDependencies": {
"pdf-lib": "^1.17.1"
Expand Down
5 changes: 2 additions & 3 deletions packages/placeholder-pdfkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signpdf/placeholder-pdfkit",
"version": "3.2.3",
"version": "3.2.4",
"description": "Use foliojs/PDFKit 0.11+ to insert a signature placeholder.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,15 +42,14 @@
"test": "jest",
"build": "yarn build:clean && yarn build:compile && yarn build:types",
"lint": "eslint -c .eslintrc --ignore-path ../../.eslintignore ./",

"build:clean": "rm -rf ./dist/*",
"build:compile": "babel ./src -d ./dist --ignore \"**/*.test.js\"",
"build:types": "yarn build:types:compile && yarn build:types:verify",
"build:types:compile": "tsc",
"build:types:verify": "tsd --files=index.test-d.ts"
},
"dependencies": {
"@signpdf/utils": "^3.2.3"
"@signpdf/utils": "^3.2.4"
},
"peerDependencies": {
"pdfkit": "^0.11.0"
Expand Down
5 changes: 2 additions & 3 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.2.3",
"version": "3.2.4",
"description": "Use foliojs/PDFKit 0.10 to insert a signature placeholder.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,15 +42,14 @@
"test": "jest",
"build": "yarn build:clean && yarn build:compile && yarn build:types",
"lint": "eslint -c .eslintrc --ignore-path ../../.eslintignore ./",

"build:clean": "rm -rf ./dist/*",
"build:compile": "babel ./src -d ./dist --ignore \"**/*.test.js\"",
"build:types": "yarn build:types:compile && yarn build:types:verify",
"build:types:compile": "tsc",
"build:types:verify": "tsd --files=index.test-d.ts"
},
"dependencies": {
"@signpdf/utils": "^3.2.3"
"@signpdf/utils": "^3.2.4"
},
"peerDependencies": {
"pdfkit": "~0.10.0"
Expand Down
7 changes: 3 additions & 4 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.2.3",
"version": "3.2.4",
"description": "Try to add a signature placeholder to a PDF using plain string modifications.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -41,16 +41,15 @@
"test": "./node_modules/.bin/jest",
"build": "yarn build:clean && yarn build:compile && yarn build:types",
"lint": "eslint -c .eslintrc --ignore-path ../../.eslintignore ./",

"build:clean": "rm -rf ./dist/*",
"build:compile": "babel ./src -d ./dist --ignore \"**/*.test.js\"",
"build:types": "yarn build:types:compile && yarn build:types:verify",
"build:types:compile": "tsc",
"build:types:verify": "tsd --files=index.test-d.ts"
},
"dependencies": {
"@signpdf/placeholder-pdfkit010": "^3.2.3",
"@signpdf/utils": "^3.2.3"
"@signpdf/placeholder-pdfkit010": "^3.2.4",
"@signpdf/utils": "^3.2.4"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down
5 changes: 2 additions & 3 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.2.3",
"version": "3.2.4",
"description": "Sign using a P12 certificate.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,15 +43,14 @@
"test": "jest",
"build": "yarn build:clean && yarn build:compile && yarn build:types",
"lint": "eslint -c .eslintrc --ignore-path ../../.eslintignore ./",

"build:clean": "rm -rf ./dist/*",
"build:compile": "babel ./src -d ./dist --ignore \"**/*.test.js\"",
"build:types": "yarn build:types:compile && yarn build:types:verify",
"build:types:compile": "tsc",
"build:types:verify": "tsd --files=index.test-d.ts"
},
"dependencies": {
"@signpdf/utils": "^3.2.3"
"@signpdf/utils": "^3.2.4"
},
"peerDependencies": {
"node-forge": "^1.2.1"
Expand Down
11 changes: 5 additions & 6 deletions packages/signpdf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signpdf/signpdf",
"version": "3.2.3",
"version": "3.2.4",
"description": "Simple signing of PDFs in node.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -41,15 +41,14 @@
"test": "./node_modules/.bin/jest",
"build": "yarn build:clean && yarn build:compile && yarn build:types",
"lint": "eslint -c .eslintrc --ignore-path ../../.eslintignore ./",

"build:clean": "rm -rf ./dist/*",
"build:compile": "babel ./src -d ./dist --ignore \"**/*.test.js\"",
"build:types": "yarn build:types:compile && yarn build:types:verify",
"build:types:compile": "tsc",
"build:types:verify": "tsd --files=index.test-d.ts"
},
"dependencies": {
"@signpdf/utils": "^3.2.3"
"@signpdf/utils": "^3.2.4"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand All @@ -60,9 +59,9 @@
"@babel/preset-env": "^7.4.2",
"@signpdf/eslint-config": "^3.2.3",
"@signpdf/internal-utils": "^3.2.0",
"@signpdf/placeholder-pdfkit010": "^3.2.3",
"@signpdf/placeholder-plain": "^3.2.3",
"@signpdf/signer-p12": "^3.2.3",
"@signpdf/placeholder-pdfkit010": "^3.2.4",
"@signpdf/placeholder-plain": "^3.2.4",
"@signpdf/signer-p12": "^3.2.4",
"@types/node": ">=12.0.0",
"@types/node-forge": "^1.2.1",
"assertion-error": "^1.1.0",
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.2.3",
"version": "3.2.4",
"description": "Utilities for the @signpdf packages.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 402c4a2

Please sign in to comment.