lock typescript to 4.2 due to typedoc incompatibility with 4.3

pull/356/head
Vladimir Mandic 2021-05-27 16:07:02 -04:00
parent 6a1b0ccce3
commit b0af2fb67e
1 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# @vladmandic/human # @vladmandic/human
Version: **1.9.3** Version: **1.9.4**
Description: **Human: AI-powered 3D Face Detection & Rotation Tracking, Face Description & Recognition, Body Pose Tracking, 3D Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction, Gesture Recognition** Description: **Human: AI-powered 3D Face Detection & Rotation Tracking, Face Description & Recognition, Body Pose Tracking, 3D Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction, Gesture Recognition**
Author: **Vladimir Mandic <mandic00@live.com>** Author: **Vladimir Mandic <mandic00@live.com>**
@ -9,8 +9,12 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
## Changelog ## Changelog
### **HEAD -> main** 2021/05/26 mandic00@live.com ### **1.9.4** 2021/05/27 mandic00@live.com
### **origin/main** 2021/05/26 mandic00@live.com
- webhint and lighthouse optimizations
- add camera startup diag messages - add camera startup diag messages
- implemented unified result.persons that combines face, body and hands for each person - implemented unified result.persons that combines face, body and hands for each person
- added experimental results interpolation for smooth draw operations - added experimental results interpolation for smooth draw operations