Update subproject commits and package dependencies

This commit is contained in:
2025-09-23 11:35:16 +02:00
parent 2f0e48dfde
commit c134fa0b1a
5 changed files with 38 additions and 44 deletions

View File

@@ -11,19 +11,12 @@
],
"node-red": {
"nodes": {
"asm1": "nodes/asm1/asm1.js",
"convert": "nodes/convert/convert.js",
"dashboardapi": "nodes/dashboardAPI/dashboardapi.js",
"gateGroupControl": "nodes/gateGroupControl/ggc.js",
"heatexchanger": "nodes/heatExchanger/heatExchanger.js",
"linearActuator": "nodes/linearActuator/linearActuator.js",
"machineGroupControl": "nodes/machineGroupControl/mgc.js",
"measurement": "nodes/measurement/measurement.js",
"monster": "nodes/monster/monster.js",
"predict": "nodes/predict/predict.js",
"reactor": "nodes/reactor/reactor.js",
"rotatingMachine": "nodes/rotatingMachine/rotatingMachine.js",
"thermalCollector": "nodes/thermalCollector/thermalCollector.js",
"valve": "nodes/valve/valve.js",
"valveGroupControl": "nodes/valveGroupControl/vgc.js"
}
@@ -33,7 +26,7 @@
"dependencies": {
"@tensorflow/tfjs": "^4.22.0",
"@tensorflow/tfjs-node": "^4.22.0",
"generalFunctions": "git+http://62.221.255.63:32768/RnD/generalFunctions.git",
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git",
"mathjs": "^13.2.0"
}
}