update build info

master
Vladimir Mandic 2021-11-08 07:36:10 -05:00
parent 55876f5dbb
commit 214e797620
1 changed files with 26 additions and 21 deletions

@ -41,27 +41,32 @@ Dev build runs following operations:
Production build is started by running `npm run build`
```js
2021-09-10 20:55:41 INFO: @vladmandic/human version 2.1.5
2021-09-10 20:55:41 INFO: User: vlado Platform: linux Arch: x64 Node: v16.5.0
2021-09-10 20:55:41 INFO: Application: { name: '@vladmandic/human', version: '2.1.5' }
2021-09-10 20:55:41 INFO: Environment: { profile: 'production', config: 'build.json', tsconfig: true, eslintrc: true, git: true }
2021-09-10 20:55:41 INFO: Toolchain: { build: '0.3.4', esbuild: '0.12.26', typescript: '4.4.3', typedoc: '0.21.9', eslint: '7.32.0' }
2021-09-10 20:55:41 STATE: Clean: { locations: [ 'dist/*', 'types/*', 'typedoc/*', [length]: 3 ] }
2021-09-10 20:55:41 STATE: Build: { name: 'tfjs for nodejs with cpu', type: 'production', format: 'cjs', platform: 'node', input: 'tfjs/tf-node.ts', output: 'dist/tfjs.esm.js', files: 1, inputBytes: 102, outputBytes: 1416 }
2021-09-10 20:55:41 STATE: Build: { name: 'human for nodejs with cpu', type: 'production', format: 'cjs', platform: 'node', input: 'src/human.ts', output: 'dist/human.node.js', files: 47, inputBytes: 456844, outputBytes: 396579 }
2021-09-10 20:55:41 STATE: Build: { name: 'tfjs for nodejs with gpu', type: 'production', format: 'cjs', platform: 'node', input: 'tfjs/tf-node-gpu.ts', output: 'dist/tfjs.esm.js', files: 1, inputBytes: 110, outputBytes: 1424 }
2021-09-10 20:55:41 STATE: Build: { name: 'human for nodejs with gpu', type: 'production', format: 'cjs', platform: 'node', input: 'src/human.ts', output: 'dist/human.node-gpu.js', files: 47, inputBytes: 456852, outputBytes: 396583 }
2021-09-10 20:55:41 STATE: Build: { name: 'tfjs for nodejs with wasm', type: 'production', format: 'cjs', platform: 'node', input: 'tfjs/tf-node-wasm.ts', output: 'dist/tfjs.esm.js', files: 1, inputBytes: 149, outputBytes: 1491 }
2021-09-10 20:55:41 STATE: Build: { name: 'human for nodejs with wasm', type: 'production', format: 'cjs', platform: 'node', input: 'src/human.ts', output: 'dist/human.node-wasm.js', files: 47, inputBytes: 456919, outputBytes: 396655 }
2021-09-10 20:55:41 STATE: Build: { name: 'tfjs for browser esm nobundle', type: 'production', format: 'esm', platform: 'browser', input: 'tfjs/tf-browser.ts', output: 'dist/tfjs.esm.js', files: 1, inputBytes: 2168, outputBytes: 1590 }
2021-09-10 20:55:41 STATE: Build: { name: 'human for browser esm nobundle', type: 'production', format: 'esm', platform: 'browser', input: 'src/human.ts', output: 'dist/human.esm-nobundle.js', files: 47, inputBytes: 457018, outputBytes: 398559 }
2021-09-10 20:55:42 STATE: Build: { name: 'tfjs for browser esm bundle', type: 'production', format: 'esm', platform: 'browser', input: 'tfjs/tf-browser.ts', output: 'dist/tfjs.esm.js', files: 7, inputBytes: 2168, outputBytes: 2343946 }
2021-09-10 20:55:42 STATE: Build: { name: 'human for browser iife bundle', type: 'production', format: 'iife', platform: 'browser', input: 'src/human.ts', output: 'dist/human.js', files: 47, inputBytes: 2799374, outputBytes: 2716138 }
2021-09-10 20:55:42 STATE: Build: { name: 'human for browser esm bundle', type: 'production', format: 'esm', platform: 'browser', input: 'src/human.ts', output: 'dist/human.esm.js', files: 47, inputBytes: 2799374, outputBytes: 2583497 }
2021-09-10 20:55:58 STATE: Typings: { input: 'src/human.ts', output: 'types', files: 47 }
2021-09-10 20:56:04 STATE: TypeDoc: { input: 'src/human.ts', output: 'typedoc', objects: 14, index: true }
2021-09-10 20:56:30 STATE: Lint: { locations: [ 'src/**/*.ts', 'test/*.js', 'demo/**/*.js', [length]: 3 ], files: 75, errors: 0, warnings: 0 }
2021-09-10 20:56:30 STATE: ChangeLog: { repository: 'https://github.com/vladmandic/human', branch: 'main', output: 'CHANGELOG.md' }
2021-11-08 07:32:27 INFO: @vladmandic/human version 2.5.1
2021-11-08 07:32:27 INFO: User: vlado Platform: linux Arch: x64 Node: v17.0.1
2021-11-08 07:32:27 STATE: Application log: /home/vlado/dev/human/test/build.log
2021-11-08 07:32:27 INFO: Application: { name: '@vladmandic/human', version: '2.5.1' }
2021-11-08 07:32:27 INFO: Environment: { profile: 'production', config: '.build.json', package: 'package.json', tsconfig: true, eslintrc: true, git: true }
2021-11-08 07:32:27 INFO: Toolchain: { build: '0.6.3', esbuild: '0.13.12', typescript: '4.4.4', typedoc: '0.22.8', eslint: '8.2.0' }
2021-11-08 07:32:27 INFO: Build: { profile: 'production', steps: [ 'clean', 'compile', 'typings', 'typedoc', 'lint', 'changelog' ] }
2021-11-08 07:32:27 STATE: Clean: { locations: [ 'dist/*', 'types/*', 'typedoc/*' ] }
2021-11-08 07:32:27 STATE: Compile: { name: 'tfjs/nodejs/cpu', format: 'cjs', platform: 'node', input: 'tfjs/tf-node.ts', output: 'dist/tfjs.esm.js', files: 1, inputBytes: 102, outputBytes: 1275 }
2021-11-08 07:32:27 STATE: Compile: { name: 'human/nodejs/cpu', format: 'cjs', platform: 'node', input: 'src/human.ts', output: 'dist/human.node.js', files: 56, inputBytes: 522834, outputBytes: 441687 }
2021-11-08 07:32:27 STATE: Compile: { name: 'tfjs/nodejs/gpu', format: 'cjs', platform: 'node', input: 'tfjs/tf-node-gpu.ts', output: 'dist/tfjs.esm.js', files: 1, inputBytes: 110, outputBytes: 1283 }
2021-11-08 07:32:27 STATE: Compile: { name: 'human/nodejs/gpu', format: 'cjs', platform: 'node', input: 'src/human.ts', output: 'dist/human.node-gpu.js', files: 56, inputBytes: 522842, outputBytes: 441691 }
2021-11-08 07:32:27 STATE: Compile: { name: 'tfjs/nodejs/wasm', format: 'cjs', platform: 'node', input: 'tfjs/tf-node-wasm.ts', output: 'dist/tfjs.esm.js', files: 1, inputBytes: 149, outputBytes: 1350 }
2021-11-08 07:32:27 STATE: Compile: { name: 'human/nodejs/wasm', format: 'cjs', platform: 'node', input: 'src/human.ts', output: 'dist/human.node-wasm.js', files: 56, inputBytes: 522909, outputBytes: 441763 }
2021-11-08 07:32:27 STATE: Compile: { name: 'tfjs/browser/version', format: 'esm', platform: 'browser', input: 'tfjs/tf-version.ts', output: 'dist/tfjs.version.js', files: 1, inputBytes: 1063, outputBytes: 1652 }
2021-11-08 07:32:27 STATE: Compile: { name: 'tfjs/browser/esm/nobundle', format: 'esm', platform: 'browser', input: 'tfjs/tf-browser.ts', output: 'dist/tfjs.esm.js', files: 2, inputBytes: 2326, outputBytes: 912 }
2021-11-08 07:32:27 STATE: Compile: { name: 'human/browser/esm/nobundle', format: 'esm', platform: 'browser', input: 'src/human.ts', output: 'dist/human.esm-nobundle.js', files: 56, inputBytes: 522471, outputBytes: 443677 }
2021-11-08 07:32:28 STATE: Compile: { name: 'tfjs/browser/esm/custom', format: 'esm', platform: 'browser', input: 'tfjs/tf-custom.ts', output: 'dist/tfjs.esm.js', files: 2, inputBytes: 2562689, outputBytes: 2497638 }
2021-11-08 07:32:28 STATE: Compile: { name: 'human/browser/iife/bundle', format: 'iife', platform: 'browser', input: 'src/human.ts', output: 'dist/human.js', files: 56, inputBytes: 3019197, outputBytes: 1612758 }
2021-11-08 07:32:29 STATE: Compile: { name: 'human/browser/esm/bundle', format: 'esm', platform: 'browser', input: 'src/human.ts', output: 'dist/human.esm.js', files: 56, inputBytes: 3019197, outputBytes: 2947082 }
2021-11-08 07:32:48 STATE: Typings: { input: 'src/human.ts', output: 'types', files: 49 }
2021-11-08 07:32:54 STATE: TypeDoc: { input: 'src/human.ts', output: 'typedoc', objects: 48, generated: true }
2021-11-08 07:32:54 STATE: Compile: { name: 'demo/browser', format: 'esm', platform: 'browser', input: 'demo/typescript/index.ts', output: 'demo/typescript/index.js', files: 1, inputBytes: 5851, outputBytes: 3818 }
2021-11-08 07:33:31 STATE: Lint: { locations: [ '*.json', 'src/**/*.ts', 'test/**/*.js', 'demo/**/*.js' ], files: 90, errors: 0, warnings: 0 }
2021-11-08 07:33:31 STATE: ChangeLog: { repository: 'https://github.com/vladmandic/human', branch: 'main', output: 'CHANGELOG.md' }
2021-11-08 07:33:31 INFO: Done...
```
<br>