mirror of https://github.com/vladmandic/human
update packages
parent
93f3b159f7
commit
b4e706e0fc
|
@ -11,6 +11,7 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
|
||||||
|
|
||||||
### **HEAD -> main** 2021/06/06 mandic00@live.com
|
### **HEAD -> main** 2021/06/06 mandic00@live.com
|
||||||
|
|
||||||
|
- custom build tfjs from sources
|
||||||
|
|
||||||
### **update wasm to tfjs 3.7.0** 2021/06/06 mandic00@live.com
|
### **update wasm to tfjs 3.7.0** 2021/06/06 mandic00@live.com
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -65,7 +65,7 @@
|
||||||
"@tensorflow/tfjs-layers": "^3.7.0",
|
"@tensorflow/tfjs-layers": "^3.7.0",
|
||||||
"@tensorflow/tfjs-node": "^3.7.0",
|
"@tensorflow/tfjs-node": "^3.7.0",
|
||||||
"@tensorflow/tfjs-node-gpu": "^3.7.0",
|
"@tensorflow/tfjs-node-gpu": "^3.7.0",
|
||||||
"@types/node": "^15.12.0",
|
"@types/node": "^15.12.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^4.26.0",
|
"@typescript-eslint/eslint-plugin": "^4.26.0",
|
||||||
"@typescript-eslint/parser": "^4.26.0",
|
"@typescript-eslint/parser": "^4.26.0",
|
||||||
"@vladmandic/pilogger": "^0.2.17",
|
"@vladmandic/pilogger": "^0.2.17",
|
||||||
|
@ -73,7 +73,7 @@
|
||||||
"chokidar": "^3.5.1",
|
"chokidar": "^3.5.1",
|
||||||
"dayjs": "^1.10.5",
|
"dayjs": "^1.10.5",
|
||||||
"esbuild": "^0.12.6",
|
"esbuild": "^0.12.6",
|
||||||
"eslint": "^7.27.0",
|
"eslint": "^7.28.0",
|
||||||
"eslint-config-airbnb-base": "^14.2.1",
|
"eslint-config-airbnb-base": "^14.2.1",
|
||||||
"eslint-plugin-import": "^2.23.4",
|
"eslint-plugin-import": "^2.23.4",
|
||||||
"eslint-plugin-json": "^3.0.0",
|
"eslint-plugin-json": "^3.0.0",
|
||||||
|
|
|
@ -140,6 +140,7 @@ const targets = {
|
||||||
},
|
},
|
||||||
browserBundle: {
|
browserBundle: {
|
||||||
tfjs: {
|
tfjs: {
|
||||||
|
banner: { js: '/* TFJS custom ESM bundle in ES2018 */' },
|
||||||
platform: 'browser',
|
platform: 'browser',
|
||||||
format: 'esm',
|
format: 'esm',
|
||||||
entryPoints: ['tfjs/tf-browser.ts'],
|
entryPoints: ['tfjs/tf-browser.ts'],
|
||||||
|
@ -147,6 +148,9 @@ const targets = {
|
||||||
external: ['fs', 'buffer', 'util', 'os'],
|
external: ['fs', 'buffer', 'util', 'os'],
|
||||||
treeShaking: 'ignore-annotations',
|
treeShaking: 'ignore-annotations',
|
||||||
sourcemap: true,
|
sourcemap: true,
|
||||||
|
minifyWhitespace: false,
|
||||||
|
minifyIdentifiers: false,
|
||||||
|
minifySyntax: false,
|
||||||
},
|
},
|
||||||
iife: {
|
iife: {
|
||||||
platform: 'browser',
|
platform: 'browser',
|
||||||
|
|
|
@ -1,22 +1,22 @@
|
||||||
2021-06-06 20:24:49 [36mINFO: [39m @vladmandic/human version 2.0.0
|
2021-06-06 20:46:24 [36mINFO: [39m @vladmandic/human version 2.0.0
|
||||||
2021-06-06 20:24:49 [36mINFO: [39m User: vlado Platform: linux Arch: x64 Node: v16.0.0
|
2021-06-06 20:46:24 [36mINFO: [39m User: vlado Platform: linux Arch: x64 Node: v16.0.0
|
||||||
2021-06-06 20:24:49 [36mINFO: [39m Toolchain: tfjs: 3.7.0 esbuild 0.12.6; typescript 4.2.4; typedoc: 0.20.36 eslint: 7.27.0
|
2021-06-06 20:46:24 [36mINFO: [39m Toolchain: tfjs: 3.7.0 esbuild 0.12.6; typescript 4.2.4; typedoc: 0.20.36 eslint: 7.28.0
|
||||||
2021-06-06 20:24:49 [36mINFO: [39m Clean: ["dist/*","types/*","typedoc/*"]
|
2021-06-06 20:46:24 [36mINFO: [39m Clean: ["dist/*","types/*","typedoc/*"]
|
||||||
2021-06-06 20:24:49 [36mINFO: [39m Build: file startup all type: production config: {"minifyWhitespace":true,"minifyIdentifiers":true,"minifySyntax":true}
|
2021-06-06 20:46:24 [36mINFO: [39m Build: file startup all type: production config: {"minifyWhitespace":true,"minifyIdentifiers":true,"minifySyntax":true}
|
||||||
2021-06-06 20:24:49 [35mSTATE:[39m target: node type: tfjs: {"imports":1,"importBytes":102,"outputBytes":1303,"outputFiles":"dist/tfjs.esm.js"}
|
2021-06-06 20:46:24 [35mSTATE:[39m target: node type: tfjs: {"imports":1,"importBytes":102,"outputBytes":1303,"outputFiles":"dist/tfjs.esm.js"}
|
||||||
2021-06-06 20:24:49 [35mSTATE:[39m target: node type: node: {"imports":41,"importBytes":430471,"outputBytes":376423,"outputFiles":"dist/human.node.js"}
|
2021-06-06 20:46:24 [35mSTATE:[39m target: node type: node: {"imports":41,"importBytes":430471,"outputBytes":376423,"outputFiles":"dist/human.node.js"}
|
||||||
2021-06-06 20:24:49 [35mSTATE:[39m target: nodeGPU type: tfjs: {"imports":1,"importBytes":110,"outputBytes":1311,"outputFiles":"dist/tfjs.esm.js"}
|
2021-06-06 20:46:24 [35mSTATE:[39m target: nodeGPU type: tfjs: {"imports":1,"importBytes":110,"outputBytes":1311,"outputFiles":"dist/tfjs.esm.js"}
|
||||||
2021-06-06 20:24:50 [35mSTATE:[39m target: nodeGPU type: node: {"imports":41,"importBytes":430479,"outputBytes":376427,"outputFiles":"dist/human.node-gpu.js"}
|
2021-06-06 20:46:24 [35mSTATE:[39m target: nodeGPU type: node: {"imports":41,"importBytes":430479,"outputBytes":376427,"outputFiles":"dist/human.node-gpu.js"}
|
||||||
2021-06-06 20:24:50 [35mSTATE:[39m target: nodeWASM type: tfjs: {"imports":1,"importBytes":149,"outputBytes":1378,"outputFiles":"dist/tfjs.esm.js"}
|
2021-06-06 20:46:24 [35mSTATE:[39m target: nodeWASM type: tfjs: {"imports":1,"importBytes":149,"outputBytes":1378,"outputFiles":"dist/tfjs.esm.js"}
|
||||||
2021-06-06 20:24:50 [35mSTATE:[39m target: nodeWASM type: node: {"imports":41,"importBytes":430546,"outputBytes":376499,"outputFiles":"dist/human.node-wasm.js"}
|
2021-06-06 20:46:24 [35mSTATE:[39m target: nodeWASM type: node: {"imports":41,"importBytes":430546,"outputBytes":376499,"outputFiles":"dist/human.node-wasm.js"}
|
||||||
2021-06-06 20:24:50 [35mSTATE:[39m target: browserNoBundle type: tfjs: {"imports":1,"importBytes":2938,"outputBytes":1214,"outputFiles":"dist/tfjs.esm.js"}
|
2021-06-06 20:46:24 [35mSTATE:[39m target: browserNoBundle type: tfjs: {"imports":1,"importBytes":2817,"outputBytes":1214,"outputFiles":"dist/tfjs.esm.js"}
|
||||||
2021-06-06 20:24:50 [35mSTATE:[39m target: browserNoBundle type: esm: {"imports":41,"importBytes":430382,"outputBytes":247743,"outputFiles":"dist/human.esm-nobundle.js"}
|
2021-06-06 20:46:24 [35mSTATE:[39m target: browserNoBundle type: esm: {"imports":41,"importBytes":430382,"outputBytes":247743,"outputFiles":"dist/human.esm-nobundle.js"}
|
||||||
2021-06-06 20:24:50 [35mSTATE:[39m target: browserBundle type: tfjs: {"modules":1684,"moduleBytes":5720341,"imports":7,"importBytes":2938,"outputBytes":1342379,"outputFiles":"dist/tfjs.esm.js"}
|
2021-06-06 20:46:25 [35mSTATE:[39m target: browserBundle type: tfjs: {"modules":1684,"moduleBytes":5720339,"imports":7,"importBytes":2817,"outputBytes":2817757,"outputFiles":"dist/tfjs.esm.js"}
|
||||||
2021-06-06 20:24:51 [35mSTATE:[39m target: browserBundle type: iife: {"imports":41,"importBytes":1771547,"outputBytes":1586144,"outputFiles":"dist/human.js"}
|
2021-06-06 20:46:25 [35mSTATE:[39m target: browserBundle type: iife: {"imports":41,"importBytes":3246925,"outputBytes":1588120,"outputFiles":"dist/human.js"}
|
||||||
2021-06-06 20:24:51 [35mSTATE:[39m target: browserBundle type: esm: {"imports":41,"importBytes":1771547,"outputBytes":1586136,"outputFiles":"dist/human.esm.js"}
|
2021-06-06 20:46:26 [35mSTATE:[39m target: browserBundle type: esm: {"imports":41,"importBytes":3246925,"outputBytes":1588112,"outputFiles":"dist/human.esm.js"}
|
||||||
2021-06-06 20:24:51 [36mINFO: [39m Running Linter: ["server/","src/","tfjs/","test/","demo/"]
|
2021-06-06 20:46:26 [36mINFO: [39m Running Linter: ["server/","src/","tfjs/","test/","demo/"]
|
||||||
2021-06-06 20:25:16 [36mINFO: [39m Linter complete: files: 71 errors: 0 warnings: 0
|
2021-06-06 20:46:50 [36mINFO: [39m Linter complete: files: 71 errors: 0 warnings: 0
|
||||||
2021-06-06 20:25:16 [36mINFO: [39m Generate Typings: ["src/human.ts"] outDir: ["types"]
|
2021-06-06 20:46:50 [36mINFO: [39m Generate ChangeLog: ["/home/vlado/dev/human/CHANGELOG.md"]
|
||||||
2021-06-06 20:25:31 [36mINFO: [39m Generate TypeDocs: ["src/human.ts"] outDir: ["typedoc"]
|
2021-06-06 20:46:50 [36mINFO: [39m Generate Typings: ["src/human.ts"] outDir: ["types"]
|
||||||
2021-06-06 20:25:45 [36mINFO: [39m Documentation generated at /home/vlado/dev/human/typedoc 1
|
2021-06-06 20:47:05 [36mINFO: [39m Generate TypeDocs: ["src/human.ts"] outDir: ["typedoc"]
|
||||||
2021-06-06 20:25:45 [36mINFO: [39m Generate ChangeLog: ["/home/vlado/dev/human/CHANGELOG.md"]
|
2021-06-06 20:47:17 [36mINFO: [39m Documentation generated at /home/vlado/dev/human/typedoc 1
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue