Skip to content

Commit

Permalink
V 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielCh committed Jul 10, 2024
1 parent 2494f4e commit d61d7cf
Show file tree
Hide file tree
Showing 3 changed files with 1,065 additions and 1,284 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# changelog

## Version 7.1.0
- update deps versions
- Add bindings for row, rowRange, col, colRange [PR-108](https://github.com/UrielCh/opencv4nodejs/pull/150)

## Version 7.0.0
- Updated code to ESM.
- Introduced new exports model.
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@u4/opencv4nodejs",
"version": "7.0.0",
"version": "7.1.0",
"description": "Asynchronous OpenCV 3.x / 4.x nodejs bindings with JavaScript and TypeScript API.",
"keywords": [
"opencv",
Expand Down Expand Up @@ -71,23 +71,23 @@
},
"dependencies": {
"@u4/opencv-build": "1.1.0",
"eslint": "^9.4.0",
"glob": "^10.4.1",
"eslint": "^9.6.0",
"glob": "^11.0.0",
"nan": "^2.20.0",
"node-gyp": "^10.1.0",
"picocolors": "^1.0.1",
"typescript-eslint": "8.0.0-alpha.30"
},
"devDependencies": {
"@eslint/js": "^9.4.0",
"@types/node": "^20.14.2",
"@eslint/js": "^9.6.0",
"@types/node": "^20.14.10",
"@types/progress": "^2.0.7",
"axios": "^1.7.2",
"cross-env": "^7.0.3",
"progress": "^2.0.3",
"rimraf": "^5.0.7",
"rimraf": "^6.0.0",
"shx": "^0.3.4",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
},
"files": [
"cc",
Expand Down
Loading

0 comments on commit d61d7cf

Please sign in to comment.