Skip to content

Commit

Permalink
v6.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielCh committed Feb 13, 2023
1 parent c287cac commit 5d61a97
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 140 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# changelog

## Version 6.4.2
- update dependencies

## Version 6.4.1
- add Mat.ones
- add Mat.zeros
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@u4/opencv4nodejs",
"version": "6.4.1",
"version": "6.4.2",
"description": "Asynchronous OpenCV 3.x / 4.x nodejs bindings with JavaScript and TypeScript API.",
"keywords": [
"opencv",
Expand Down Expand Up @@ -54,7 +54,7 @@
"build-debug": "npm run build && BINDINGS_DEBUG=true node bin/install.js rebuild"
},
"dependencies": {
"@u4/opencv-build": "0.7.4",
"@u4/opencv-build": "0.7.5",
"@u4/tiny-glob": "^0.3.2",
"nan": "^2.17.0",
"native-node-utils": "^0.2.7",
Expand All @@ -64,22 +64,22 @@
},
"devDependencies": {
"@types/mri": "^1.1.1",
"@types/node": "^18.11.18",
"@types/node": "^18.13.0",
"@types/npmlog": "^4.1.4",
"@types/progress": "^2.0.5",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"axios": "^1.2.2",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"axios": "^1.3.2",
"cross-env": "^7.0.3",
"eslint": "^8.31.0",
"eslint": "^8.34.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"progress": "^2.0.3",
"rimraf": "^3.0.2",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"files": [
"cc",
Expand Down
Loading

0 comments on commit 5d61a97

Please sign in to comment.