update

master
Vladimir Mandic 2021-08-31 12:56:10 -04:00
parent e894eff5ae
commit fcc3945ded
2 changed files with 24 additions and 24 deletions

@ -74,7 +74,7 @@ Cross-Origin-Embedder-Policy: require-corp
Or configure `Human` load WASM files directly from a CDN:
```json
wasmPath: 'https://cdn.jsdelivr.net/npm/@tensorflow/tfjs-backend-wasm@3.8.0/dist/'
wasmPath: 'https://cdn.jsdelivr.net/npm/@tensorflow/tfjs-backend-wasm@3.9.0/dist/'
```
Note that version of WASM binaries **must** match version of TFJS used by `Human` library

@ -43,29 +43,29 @@ Production build is started by running `npm run build`
```
```js
2021-07-31 20:38:26 INFO: @vladmandic/human version 2.1.2
2021-07-31 20:38:26 INFO: User: vlado Platform: linux Arch: x64 Node: v16.5.0
2021-07-31 20:38:26 STATE: Application log: /home/vlado/dev/human/server/build.log
2021-07-31 20:38:26 INFO: Toolchain: { tfjs: '3.8.0', esbuild: '0.12.17', typescript: '4.3.5', typedoc: '0.21.5', eslint: '7.32.0' }
2021-07-31 20:38:26 INFO: Clean: [ 'dist/*', 'types/*', 'typedoc/*', [length]: 3 ]
2021-07-31 20:38:27 INFO: Build: file startup all type: production config: { minifyWhitespace: true, minifyIdentifiers: true, minifySyntax: true }
2021-07-31 20:38:27 STATE: target: node type: tfjs: { imports: 1, importBytes: 102, outputBytes: 1303, outputFiles: 'dist/tfjs.esm.js' }
2021-07-31 20:38:27 STATE: target: node type: node: { imports: 42, importBytes: 435502, outputBytes: 377743, outputFiles: 'dist/human.node.js' }
2021-07-31 20:38:27 STATE: target: nodeGPU type: tfjs: { imports: 1, importBytes: 110, outputBytes: 1311, outputFiles: 'dist/tfjs.esm.js' }
2021-07-31 20:38:27 STATE: target: nodeGPU type: node: { imports: 42, importBytes: 435510, outputBytes: 377747, outputFiles: 'dist/human.node-gpu.js' }
2021-07-31 20:38:27 STATE: target: nodeWASM type: tfjs: { imports: 1, importBytes: 149, outputBytes: 1378, outputFiles: 'dist/tfjs.esm.js' }
2021-07-31 20:38:27 STATE: target: nodeWASM type: node: { imports: 42, importBytes: 435577, outputBytes: 377819, outputFiles: 'dist/human.node-wasm.js' }
2021-07-31 20:38:27 STATE: target: browserNoBundle type: tfjs: { imports: 1, importBytes: 2111, outputBytes: 1242, outputFiles: 'dist/tfjs.esm.js' }
2021-07-31 20:38:27 STATE: target: browserNoBundle type: esm: { imports: 42, importBytes: 435441, outputBytes: 247945, outputFiles: 'dist/human.esm-nobundle.js' }
2021-07-31 20:38:27 STATE: target: browserBundle type: tfjs: { modules: 1170, moduleBytes: 4145868, imports: 7, importBytes: 2111, outputBytes: 2334701, outputFiles: 'dist/tfjs.esm.js' }
2021-07-31 20:38:28 STATE: target: browserBundle type: iife: { imports: 42, importBytes: 2768900, outputBytes: 1378408, outputFiles: 'dist/human.js' }
2021-07-31 20:38:28 STATE: target: browserBundle type: esm: { imports: 42, importBytes: 2768900, outputBytes: 1378400, outputFiles: 'dist/human.esm.js' }
2021-07-31 20:38:28 INFO: Running Linter: [ 'server/', 'src/', 'tfjs/', 'test/', 'demo/', [length]: 5 ]
2021-07-31 20:38:50 INFO: Linter complete: files: 75 errors: 0 warnings: 0
2021-07-31 20:38:50 INFO: Generate ChangeLog: [ '/home/vlado/dev/human/CHANGELOG.md', [length]: 1 ]
2021-07-31 20:38:50 INFO: Generate Typings: [ 'src/human.ts', [length]: 1 ] outDir: [ 'types', [length]: 1 ]
2021-07-31 20:39:03 INFO: Generate TypeDocs: [ 'src/human.ts', [length]: 1 ] outDir: [ 'typedoc', [length]: 1 ]
2021-07-31 20:39:16 INFO: Documentation generated at /home/vlado/dev/human/typedoc 1
2021-08-31 12:25:22 INFO: @vladmandic/human version 2.1.4
2021-08-31 12:25:22 INFO: User: vlado Platform: linux Arch: x64 Node: v16.5.0
2021-08-31 12:25:22 STATE: Application log: /home/vlado/dev/human/server/build.log
2021-08-31 12:25:22 INFO: Toolchain: { tfjs: '3.9.0', esbuild: '0.12.24', typescript: '4.4.2', typedoc: '0.21.9', eslint: '7.32.0' }
2021-08-31 12:25:22 INFO: Clean: [ 'dist/*', 'types/*', 'typedoc/*', [length]: 3 ]
2021-08-31 12:25:22 INFO: Build: file startup all type: production config: { minifyWhitespace: true, minifyIdentifiers: true, minifySyntax: true }
2021-08-31 12:25:22 STATE: target: node type: tfjs: { imports: 1, importBytes: 102, outputBytes: 1303, outputFiles: 'dist/tfjs.esm.js' }
2021-08-31 12:25:22 STATE: target: node type: node: { imports: 47, importBytes: 456488, outputBytes: 396865, outputFiles: 'dist/human.node.js' }
2021-08-31 12:25:22 STATE: target: nodeGPU type: tfjs: { imports: 1, importBytes: 110, outputBytes: 1311, outputFiles: 'dist/tfjs.esm.js' }
2021-08-31 12:25:22 STATE: target: nodeGPU type: node: { imports: 47, importBytes: 456496, outputBytes: 396869, outputFiles: 'dist/human.node-gpu.js' }
2021-08-31 12:25:22 STATE: target: nodeWASM type: tfjs: { imports: 1, importBytes: 149, outputBytes: 1378, outputFiles: 'dist/tfjs.esm.js' }
2021-08-31 12:25:22 STATE: target: nodeWASM type: node: { imports: 47, importBytes: 456563, outputBytes: 396941, outputFiles: 'dist/human.node-wasm.js' }
2021-08-31 12:25:22 STATE: target: browserNoBundle type: tfjs: { imports: 1, importBytes: 2168, outputBytes: 1242, outputFiles: 'dist/tfjs.esm.js' }
2021-08-31 12:25:22 STATE: target: browserNoBundle type: esm: { imports: 47, importBytes: 456427, outputBytes: 255552, outputFiles: 'dist/human.esm-nobundle.js' }
2021-08-31 12:25:23 STATE: target: browserBundle type: tfjs: { modules: 1174, moduleBytes: 8150347, imports: 7, importBytes: 2168, outputBytes: 2343932, outputFiles: 'dist/tfjs.esm.js' }
2021-08-31 12:25:23 STATE: target: browserBundle type: iife: { imports: 47, importBytes: 2799117, outputBytes: 1391790, outputFiles: 'dist/human.js' }
2021-08-31 12:25:23 STATE: target: browserBundle type: esm: { imports: 47, importBytes: 2799117, outputBytes: 1391782, outputFiles: 'dist/human.esm.js' }
2021-08-31 12:25:23 INFO: Running Linter: [ 'server/', 'src/', 'tfjs/', 'test/', 'demo/', [length]: 5 ]
2021-08-31 12:25:47 INFO: Linter complete: files: 83 errors: 0 warnings: 0
2021-08-31 12:25:47 INFO: Generate ChangeLog: [ '/home/vlado/dev/human/CHANGELOG.md', [length]: 1 ]
2021-08-31 12:25:47 INFO: Generate Typings: [ 'src/human.ts', [length]: 1 ] outDir: [ 'types', [length]: 1 ]
2021-08-31 12:26:01 INFO: Generate TypeDocs: [ 'src/human.ts', [length]: 1 ] outDir: [ 'typedoc', [length]: 1 ]
2021-08-31 12:26:14 INFO: Documentation generated at /home/vlado/dev/human/typedoc 1
```
<br>