Skip to content

Commit

Permalink
v0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jichang committed Nov 28, 2024
1 parent f570ff4 commit a42a888
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unionpdf",
"private": false,
"version": "0.30.0",
"version": "0.31.0",
"workspaces": [
"packages/pdfium",
"packages/models",
Expand Down Expand Up @@ -48,4 +48,4 @@
"@parcel/resolver-default": {
"packageExports": true
}
}
}
8 changes: 4 additions & 4 deletions packages/engines/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unionpdf/engines",
"version": "0.30.0",
"version": "0.31.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -66,12 +66,12 @@
"typescript": "^5.7.2"
},
"dependencies": {
"@unionpdf/models": "0.30.0",
"@unionpdf/pdfium": "0.30.0",
"@unionpdf/models": "0.31.0",
"@unionpdf/pdfium": "0.31.0",
"buffer": "^6.0.3",
"process": "^0.11.10"
},
"overrides": {
"lmdb": "2.6.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/models/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unionpdf/models",
"version": "0.30.0",
"version": "0.31.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -55,4 +55,4 @@
"overrides": {
"lmdb": "2.6.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/pdfium/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unionpdf/pdfium",
"version": "0.30.0",
"version": "0.31.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -66,4 +66,4 @@
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
}
}
}
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unionpdf/react",
"version": "0.30.0",
"version": "0.31.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -56,7 +56,7 @@
"@types/node": "^22.10.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@unionpdf/engines": "0.30.0",
"@unionpdf/engines": "0.31.0",
"cpy-cli": "^5.0.0",
"jest": "^29.7.0",
"jest-canvas-mock": "^2.5.2",
Expand All @@ -72,7 +72,7 @@
},
"dependencies": {
"@types/classnames": "^2.3.4",
"@unionpdf/models": "0.30.0",
"@unionpdf/models": "0.31.0",
"classnames": "^2.5.1"
},
"peerDependencies": {
Expand All @@ -82,4 +82,4 @@
"overrides": {
"lmdb": "2.6.0"
}
}
}

0 comments on commit a42a888

Please sign in to comment.