Skip to content

Commit

Permalink
update V6.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielCh committed Mar 5, 2023
1 parent 8f1b1f3 commit 28135eb
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 104 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 6.4.4
- remove typescript requirement at setup [PR-78](https://github.com/UrielCh/opencv4nodejs/pull/78)
- [PR-80](https://github.com/UrielCh/opencv4nodejs/pull/80)

## Version 6.4.3
- update dependencies

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@u4/opencv4nodejs",
"version": "6.4.3",
"version": "6.4.4",
"description": "Asynchronous OpenCV 3.x / 4.x nodejs bindings with JavaScript and TypeScript API.",
"keywords": [
"opencv",
Expand Down Expand Up @@ -64,14 +64,14 @@
},
"devDependencies": {
"@types/mri": "^1.1.1",
"@types/node": "^18.14.1",
"@types/node": "^18.14.6",
"@types/npmlog": "^4.1.4",
"@types/progress": "^2.0.5",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"axios": "^1.3.4",
"cross-env": "^7.0.3",
"eslint": "^8.34.0",
"eslint": "^8.35.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
Expand Down
Loading

0 comments on commit 28135eb

Please sign in to comment.