diff --git a/CHANGELOG.md b/CHANGELOG.md index ab65a2cb..4f3bddec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ Repository: **** ## Changelog +### **HEAD -> main** 2021/03/15 mandic00@live.com + +- custom typedoc + ### **1.1.6** 2021/03/15 mandic00@live.com - implement human.match and embedding demo diff --git a/TODO.md b/TODO.md index eae590dc..15da0d74 100644 --- a/TODO.md +++ b/TODO.md @@ -14,8 +14,6 @@ - InsightFace RetinaFace detetor and ArcFace recognition -- NanoDet - ## Issues diff --git a/package.json b/package.json index 9d6810a8..50c3fa8e 100644 --- a/package.json +++ b/package.json @@ -55,9 +55,9 @@ "@tensorflow/tfjs-layers": "^3.3.0", "@tensorflow/tfjs-node": "^3.3.0", "@tensorflow/tfjs-node-gpu": "^3.3.0", - "@types/node": "^14.14.34", - "@typescript-eslint/eslint-plugin": "^4.17.0", - "@typescript-eslint/parser": "^4.17.0", + "@types/node": "^14.14.35", + "@typescript-eslint/eslint-plugin": "^4.18.0", + "@typescript-eslint/parser": "^4.18.0", "@vladmandic/pilogger": "^0.2.14", "chokidar": "^3.5.1", "dayjs": "^1.10.4", @@ -69,7 +69,8 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.3.1", "rimraf": "^3.0.2", - "simple-git": "^2.36.2", + "seedrandom": "^3.0.5", + "simple-git": "^2.37.0", "tslib": "^2.1.0", "typedoc": "^0.20.32", "typescript": "^4.2.3"