From a0563a3b916faf339cc6c63a3fa0ee6e7b0377b0 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Mon, 24 Oct 2022 15:34:41 -0400 Subject: [PATCH] update typedocs --- CHANGELOG.md | 8 ++--- package.json | 16 +++++----- test/build.log | 80 +++++++++++++++++++++++++------------------------- 3 files changed, 52 insertions(+), 52 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5aeb293..d3167014 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,12 @@ ## Changelog -### **HEAD -> main** 2022/10/17 mandic00@live.com +### **HEAD -> main** 2022/10/18 mandic00@live.com +- add draw label templates +- reduce dev dependencies - tensor rank strong typechecks - -### **origin/main** 2022/10/13 mandic00@live.com - +- rebuild dependencies ### **release: 2.11.1** 2022/10/09 mandic00@live.com diff --git a/package.json b/package.json index 10608252..62d2dc4f 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "devDependencies": { "@html-eslint/eslint-plugin": "^0.15.0", "@html-eslint/parser": "^0.15.0", - "@microsoft/api-extractor": "^7.33.2", + "@microsoft/api-extractor": "^7.33.4", "@tensorflow/tfjs-backend-cpu": "^4.0.0", "@tensorflow/tfjs-backend-wasm": "^4.0.0", "@tensorflow/tfjs-backend-webgl": "^4.0.0", @@ -77,25 +77,25 @@ "@tensorflow/tfjs-core": "^4.0.0", "@tensorflow/tfjs-node": "^4.0.0", "@tensorflow/tfjs-node-gpu": "^4.0.0", - "@types/node": "^18.11.0", + "@types/node": "^18.11.4", "@types/offscreencanvas": "^2019.7.0", - "@typescript-eslint/eslint-plugin": "^5.40.0", - "@typescript-eslint/parser": "^5.40.0", + "@typescript-eslint/eslint-plugin": "^5.41.0", + "@typescript-eslint/parser": "^5.41.0", "@vladmandic/build": "^0.7.14", "@vladmandic/pilogger": "^0.4.6", "@vladmandic/tfjs": "github:vladmandic/tfjs", "canvas": "^2.10.1", - "esbuild": "^0.15.11", - "eslint": "8.25.0", + "esbuild": "^0.15.12", + "eslint": "8.26.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-html": "^7.1.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-json": "^3.1.0", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-promise": "^6.1.0", + "eslint-plugin-promise": "^6.1.1", "rimraf": "^3.0.2", "tslib": "^2.4.0", - "typedoc": "0.23.16", + "typedoc": "0.23.18", "typescript": "4.8.4" } } diff --git a/test/build.log b/test/build.log index d16f1a83..59cafac1 100644 --- a/test/build.log +++ b/test/build.log @@ -1,40 +1,40 @@ -2022-10-18 10:18:08 DATA:  Build {"name":"@vladmandic/human","version":"3.0.0"} -2022-10-18 10:18:08 INFO:  Application: {"name":"@vladmandic/human","version":"3.0.0"} -2022-10-18 10:18:08 INFO:  Environment: {"profile":"production","config":".build.json","package":"package.json","tsconfig":true,"eslintrc":true,"git":true} -2022-10-18 10:18:08 INFO:  Toolchain: {"build":"0.7.14","esbuild":"0.15.11","typescript":"4.8.4","typedoc":"0.23.16","eslint":"8.25.0"} -2022-10-18 10:18:08 INFO:  Build: {"profile":"production","steps":["clean","compile","typings","typedoc","lint","changelog"]} -2022-10-18 10:18:08 STATE: Clean: {"locations":["dist/*","types/*","typedoc/*"]} -2022-10-18 10:18:09 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1289,"outputBytes":361} -2022-10-18 10:18:09 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":569,"outputBytes":924} -2022-10-18 10:18:09 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":79,"inputBytes":672207,"outputBytes":316305} -2022-10-18 10:18:09 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":577,"outputBytes":928} -2022-10-18 10:18:09 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":79,"inputBytes":672211,"outputBytes":316309} -2022-10-18 10:18:09 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":665,"outputBytes":1876} -2022-10-18 10:18:09 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":79,"inputBytes":673159,"outputBytes":316420} -2022-10-18 10:18:09 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":1375,"outputBytes":670} -2022-10-18 10:18:09 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":79,"inputBytes":671953,"outputBytes":314910} -2022-10-18 10:18:09 STATE: Compile: {"name":"tfjs/browser/esm/bundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":10,"inputBytes":1375,"outputBytes":1144854} -2022-10-18 10:18:09 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":79,"inputBytes":1816137,"outputBytes":1456384} -2022-10-18 10:18:09 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":79,"inputBytes":1816137,"outputBytes":1913669} -2022-10-18 10:18:13 STATE: Typings: {"input":"src/human.ts","output":"types/lib","files":15} -2022-10-18 10:18:15 STATE: TypeDoc: {"input":"src/human.ts","output":"typedoc","objects":76,"generated":true} -2022-10-18 10:18:15 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5936,"outputBytes":2867} -2022-10-18 10:18:15 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":17134,"outputBytes":9181} -2022-10-18 10:18:24 STATE: Lint: {"locations":["*.json","src/**/*.ts","test/**/*.js","demo/**/*.js"],"files":116,"errors":0,"warnings":0} -2022-10-18 10:18:24 STATE: ChangeLog: {"repository":"https://github.com/vladmandic/human","branch":"main","output":"CHANGELOG.md"} -2022-10-18 10:18:24 STATE: Copy: {"input":"src/tfjs","output":"dist/tfjs.esm.d.ts"} -2022-10-18 10:18:24 INFO:  Done... -2022-10-18 10:18:24 STATE: API-Extractor: {"succeeeded":true,"errors":0,"warnings":195} -2022-10-18 10:18:24 STATE: Filter: {"input":"types/human.d.ts"} -2022-10-18 10:18:24 STATE: Link: {"input":"types/human.d.ts"} -2022-10-18 10:18:24 INFO:  Analyze models: {"folders":8,"result":"models/models.json"} -2022-10-18 10:18:24 STATE: Models {"folder":"./models","models":12} -2022-10-18 10:18:24 STATE: Models {"folder":"../human-models/models","models":43} -2022-10-18 10:18:24 STATE: Models {"folder":"../blazepose/model/","models":4} -2022-10-18 10:18:24 STATE: Models {"folder":"../anti-spoofing/model","models":1} -2022-10-18 10:18:24 STATE: Models {"folder":"../efficientpose/models","models":3} -2022-10-18 10:18:24 STATE: Models {"folder":"../insightface/models","models":5} -2022-10-18 10:18:24 STATE: Models {"folder":"../movenet/models","models":3} -2022-10-18 10:18:24 STATE: Models {"folder":"../nanodet/models","models":4} -2022-10-18 10:18:25 STATE: Models: {"count":58,"totalSize":386543911} -2022-10-18 10:18:25 INFO:  Human Build complete... {"logFile":"test/build.log"} +2022-10-24 15:33:37 DATA:  Build {"name":"@vladmandic/human","version":"3.0.0"} +2022-10-24 15:33:37 INFO:  Application: {"name":"@vladmandic/human","version":"3.0.0"} +2022-10-24 15:33:37 INFO:  Environment: {"profile":"production","config":".build.json","package":"package.json","tsconfig":true,"eslintrc":true,"git":true} +2022-10-24 15:33:37 INFO:  Toolchain: {"build":"0.7.14","esbuild":"0.15.12","typescript":"4.8.4","typedoc":"0.23.18","eslint":"8.26.0"} +2022-10-24 15:33:37 INFO:  Build: {"profile":"production","steps":["clean","compile","typings","typedoc","lint","changelog"]} +2022-10-24 15:33:37 STATE: Clean: {"locations":["dist/*","types/*","typedoc/*"]} +2022-10-24 15:33:37 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1289,"outputBytes":361} +2022-10-24 15:33:37 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":569,"outputBytes":924} +2022-10-24 15:33:37 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":79,"inputBytes":672207,"outputBytes":316303} +2022-10-24 15:33:37 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":577,"outputBytes":928} +2022-10-24 15:33:37 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":79,"inputBytes":672211,"outputBytes":316307} +2022-10-24 15:33:37 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":665,"outputBytes":1876} +2022-10-24 15:33:37 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":79,"inputBytes":673159,"outputBytes":316418} +2022-10-24 15:33:37 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":1375,"outputBytes":670} +2022-10-24 15:33:37 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":79,"inputBytes":671953,"outputBytes":314908} +2022-10-24 15:33:37 STATE: Compile: {"name":"tfjs/browser/esm/bundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":10,"inputBytes":1375,"outputBytes":1144900} +2022-10-24 15:33:38 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":79,"inputBytes":1816183,"outputBytes":1456466} +2022-10-24 15:33:38 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":79,"inputBytes":1816183,"outputBytes":1913830} +2022-10-24 15:33:42 STATE: Typings: {"input":"src/human.ts","output":"types/lib","files":15} +2022-10-24 15:33:44 STATE: TypeDoc: {"input":"src/human.ts","output":"typedoc","objects":76,"generated":true} +2022-10-24 15:33:44 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5936,"outputBytes":2867} +2022-10-24 15:33:44 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":17134,"outputBytes":9181} +2022-10-24 15:33:52 STATE: Lint: {"locations":["*.json","src/**/*.ts","test/**/*.js","demo/**/*.js"],"files":116,"errors":0,"warnings":0} +2022-10-24 15:33:52 STATE: ChangeLog: {"repository":"https://github.com/vladmandic/human","branch":"main","output":"CHANGELOG.md"} +2022-10-24 15:33:52 STATE: Copy: {"input":"src/tfjs","output":"dist/tfjs.esm.d.ts"} +2022-10-24 15:33:52 INFO:  Done... +2022-10-24 15:33:53 STATE: API-Extractor: {"succeeeded":true,"errors":0,"warnings":195} +2022-10-24 15:33:53 STATE: Filter: {"input":"types/human.d.ts"} +2022-10-24 15:33:53 STATE: Link: {"input":"types/human.d.ts"} +2022-10-24 15:33:53 INFO:  Analyze models: {"folders":8,"result":"models/models.json"} +2022-10-24 15:33:53 STATE: Models {"folder":"./models","models":12} +2022-10-24 15:33:53 STATE: Models {"folder":"../human-models/models","models":43} +2022-10-24 15:33:53 STATE: Models {"folder":"../blazepose/model/","models":4} +2022-10-24 15:33:53 STATE: Models {"folder":"../anti-spoofing/model","models":1} +2022-10-24 15:33:53 STATE: Models {"folder":"../efficientpose/models","models":3} +2022-10-24 15:33:53 STATE: Models {"folder":"../insightface/models","models":5} +2022-10-24 15:33:53 STATE: Models {"folder":"../movenet/models","models":3} +2022-10-24 15:33:53 STATE: Models {"folder":"../nanodet/models","models":4} +2022-10-24 15:33:53 STATE: Models: {"count":58,"totalSize":386543911} +2022-10-24 15:33:53 INFO:  Human Build complete... {"logFile":"test/build.log"}