mirror of https://github.com/vladmandic/human
full rebuild
parent
30aa3fb793
commit
33807553da
|
@ -1,6 +1,6 @@
|
|||
# @vladmandic/human
|
||||
|
||||
Version: **1.1.3**
|
||||
Version: **1.1.4**
|
||||
Description: **Human: AI-powered 3D Face Detection, Face Embedding & Recognition, Body Pose Tracking, Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction & Gesture Recognition**
|
||||
|
||||
Author: **Vladimir Mandic <mandic00@live.com>**
|
||||
|
@ -9,6 +9,13 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
|
|||
|
||||
## Changelog
|
||||
|
||||
### **HEAD -> main** 2021/03/15 mandic00@live.com
|
||||
|
||||
|
||||
### **1.1.4** 2021/03/14 mandic00@live.com
|
||||
|
||||
- fix broken build
|
||||
|
||||
### **1.1.3** 2021/03/14 mandic00@live.com
|
||||
|
||||
- added api specs
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -36,7 +36,7 @@
|
|||
"rimraf": "^3.0.2",
|
||||
"simple-git": "^2.36.2",
|
||||
"tslib": "^2.1.0",
|
||||
"typedoc": "^0.20.30",
|
||||
"typedoc": "^0.20.32",
|
||||
"typescript": "^4.2.3"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -3993,9 +3993,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/typedoc": {
|
||||
"version": "0.20.30",
|
||||
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.30.tgz",
|
||||
"integrity": "sha512-A4L6JDShPFwZDt9qp7FBsEpW7C6rA5fRv6ywgBuxGxZnT2wuF5afbWzmrwqHR3Xw38V1H2L4v/VJ0S/llBwV6Q==",
|
||||
"version": "0.20.32",
|
||||
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.32.tgz",
|
||||
"integrity": "sha512-GSopd/tiqoKE3fEdvhoaEpR9yrEPsR9tknAjkoeSPL6p1Rq5aVsKxBhhF6cwoDJ7oWjpvnm8vs0rQN0BxEHuWQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"colors": "^1.4.0",
|
||||
|
@ -4007,8 +4007,8 @@
|
|||
"minimatch": "^3.0.0",
|
||||
"progress": "^2.0.3",
|
||||
"shelljs": "^0.8.4",
|
||||
"shiki": "^0.9.2",
|
||||
"typedoc-default-themes": "^0.12.8"
|
||||
"shiki": "^0.9.3",
|
||||
"typedoc-default-themes": "^0.12.9"
|
||||
},
|
||||
"bin": {
|
||||
"typedoc": "bin/typedoc"
|
||||
|
@ -7473,9 +7473,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"typedoc": {
|
||||
"version": "0.20.30",
|
||||
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.30.tgz",
|
||||
"integrity": "sha512-A4L6JDShPFwZDt9qp7FBsEpW7C6rA5fRv6ywgBuxGxZnT2wuF5afbWzmrwqHR3Xw38V1H2L4v/VJ0S/llBwV6Q==",
|
||||
"version": "0.20.32",
|
||||
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.32.tgz",
|
||||
"integrity": "sha512-GSopd/tiqoKE3fEdvhoaEpR9yrEPsR9tknAjkoeSPL6p1Rq5aVsKxBhhF6cwoDJ7oWjpvnm8vs0rQN0BxEHuWQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"colors": "^1.4.0",
|
||||
|
@ -7487,8 +7487,8 @@
|
|||
"minimatch": "^3.0.0",
|
||||
"progress": "^2.0.3",
|
||||
"shelljs": "^0.8.4",
|
||||
"shiki": "^0.9.2",
|
||||
"typedoc-default-themes": "^0.12.8"
|
||||
"shiki": "^0.9.3",
|
||||
"typedoc-default-themes": "^0.12.9"
|
||||
},
|
||||
"dependencies": {
|
||||
"colors": {
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
"rimraf": "^3.0.2",
|
||||
"simple-git": "^2.36.2",
|
||||
"tslib": "^2.1.0",
|
||||
"typedoc": "^0.20.30",
|
||||
"typedoc": "^0.20.32",
|
||||
"typescript": "^4.2.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue