From 62da12758fff370ebe1afc4b3a1d9dc34b422130 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Fri, 3 Dec 2021 11:32:42 -0500 Subject: [PATCH] update --- .build.json | 4 ++-- CHANGELOG.md | 5 ++++- tsconfig.json | 1 + 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.build.json b/.build.json index f7054d1..75d42d3 100644 --- a/.build.json +++ b/.build.json @@ -89,8 +89,8 @@ "platform": "browser", "format": "esm", "input": "src/index.ts", - "external": ["@tensorflow"], - "output": "dist/face-api.esm-nobundle.js" + "output": "dist/face-api.esm-nobundle.js", + "external": ["@tensorflow"] }, { "name": "tfjs/browser/esm/bundle", diff --git a/CHANGELOG.md b/CHANGELOG.md index bd1cabb..a973596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,10 @@ ## Changelog -### **HEAD -> master** 2021/12/01 mandic00@live.com +### **HEAD -> master** 2021/12/03 mandic00@live.com + + +### **origin/master** 2021/12/01 mandic00@live.com - switch to custom tfjs and new typedefs - rebuild diff --git a/tsconfig.json b/tsconfig.json index db93858..b8731a7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -27,6 +27,7 @@ "removeComments": false, "resolveJsonModule": true, "skipLibCheck": true, + "strict": true, "sourceMap": false, "strictBindCallApply": true, "strictFunctionTypes": true,