Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## v4.32.0 - 2025-10-13
### Changes
* :sparkles: add getting page count of a local source


## v4.31.1 - 2025-10-08
### Fixes
* :bug: make sure input sources are only initialized once
Expand Down
151 changes: 81 additions & 70 deletions package-lock.json

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

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mindee",
"version": "4.31.1",
"version": "4.32.0",
"description": "Mindee Client Library for Node.js",
"main": "src/index.js",
"bin": "bin/mindee.js",
Expand Down Expand Up @@ -44,16 +44,16 @@
"@types/mocha": "^10.0.10",
"@types/node": "^18.15.13",
"@types/tmp": "^0.2.6",
"@typescript-eslint/eslint-plugin": "^8.40.0",
"@typescript-eslint/parser": "^8.40.0",
"chai": "^4.3.10",
"eslint": "^9.15.0",
"eslint-plugin-jsdoc": "^50.5.0",
"mocha": "^11.7.1",
"@typescript-eslint/eslint-plugin": "^8.42.1",
"@typescript-eslint/parser": "^8.42.1",
"chai": "^4.4.1",
"eslint": "^9.20.1",
"eslint-plugin-jsdoc": "^50.6.17",
"mocha": "^11.7.4",
"nock": "^13.5.6",
"ts-node": "^10.9.2",
"typedoc": "~0.28.7",
"typescript": "^5.6.3"
"typedoc": "~0.28.14",
"typescript": "^5.7.3"
},
"dependencies": {
"@cantoo/pdf-lib": "^2.3.2",
Expand Down