update build platform
parent
bac0ef10cf
commit
5c38676a83
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -9,12 +9,16 @@
|
|||
|
||||
## Changelog
|
||||
|
||||
### **HEAD -> master** 2022/07/26 mandic00@live.com
|
||||
|
||||
|
||||
### **release: 1.7.1** 2022/07/25 mandic00@live.com
|
||||
|
||||
|
||||
### **1.7.1** 2022/07/25 mandic00@live.com
|
||||
|
||||
- refactor dependencies
|
||||
|
||||
### **origin/master** 2022/05/24 mandic00@live.com
|
||||
|
||||
- full rebuild
|
||||
|
||||
### **1.6.11** 2022/05/24 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
10
package.json
10
package.json
|
@ -59,14 +59,14 @@
|
|||
"@tensorflow/tfjs-layers": "^3.19.0",
|
||||
"@tensorflow/tfjs-node": "^3.19.0",
|
||||
"@tensorflow/tfjs-node-gpu": "^3.19.0",
|
||||
"@types/node": "^18.6.1",
|
||||
"@types/node": "^18.6.2",
|
||||
"@types/offscreencanvas": "^2019.7.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.7",
|
||||
"@typescript-eslint/parser": "^5.30.7",
|
||||
"@vladmandic/build": "^0.7.7",
|
||||
"@typescript-eslint/eslint-plugin": "^5.31.0",
|
||||
"@typescript-eslint/parser": "^5.31.0",
|
||||
"@vladmandic/build": "^0.7.8",
|
||||
"@vladmandic/pilogger": "^0.4.5",
|
||||
"@vladmandic/tfjs": "github:vladmandic/tfjs",
|
||||
"esbuild": "^0.14.50",
|
||||
"esbuild": "^0.14.51",
|
||||
"eslint": "^8.20.0",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
|
|
Loading…
Reference in New Issue