Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| be326dde62 | |||
|
|
1926f0b111 | ||
|
|
b986427d8f | ||
|
|
516ffce6ad |
11
.gitmodules
vendored
11
.gitmodules
vendored
@@ -1,16 +1,16 @@
|
|||||||
|
|
||||||
[submodule "nodes/machineGroupControl"]
|
[submodule "nodes/machineGroupControl"]
|
||||||
path = nodes/machineGroupControl
|
path = nodes/machineGroupControl
|
||||||
url = https://gitea.centraal.wbd-rd.nl/RnD/machineGroupControl.git
|
url = https://gitea.centraal.wbd-rd.nl/janneketack/machineGroupControl.git
|
||||||
[submodule "nodes/generalFunctions"]
|
[submodule "nodes/generalFunctions"]
|
||||||
path = nodes/generalFunctions
|
path = nodes/generalFunctions
|
||||||
url = https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git
|
url = https://gitea.centraal.wbd-rd.nl/janneketack/generalFunctions.git
|
||||||
[submodule "nodes/valveGroupControl"]
|
[submodule "nodes/valveGroupControl"]
|
||||||
path = nodes/valveGroupControl
|
path = nodes/valveGroupControl
|
||||||
url = https://gitea.centraal.wbd-rd.nl/RnD/valveGroupControl.git
|
url = https://gitea.centraal.wbd-rd.nl/janneketack/valveGroupControl.git
|
||||||
[submodule "nodes/valve"]
|
[submodule "nodes/valve"]
|
||||||
path = nodes/valve
|
path = nodes/valve
|
||||||
url = https://gitea.centraal.wbd-rd.nl/RnD/valve.git
|
url = https://gitea.centraal.wbd-rd.nl/janneketack/valve.git
|
||||||
[submodule "nodes/rotatingMachine"]
|
[submodule "nodes/rotatingMachine"]
|
||||||
path = nodes/rotatingMachine
|
path = nodes/rotatingMachine
|
||||||
url = https://gitea.centraal.wbd-rd.nl/RnD/rotatingMachine.git
|
url = https://gitea.centraal.wbd-rd.nl/RnD/rotatingMachine.git
|
||||||
@@ -32,6 +32,3 @@
|
|||||||
[submodule "nodes/pumpingStation"]
|
[submodule "nodes/pumpingStation"]
|
||||||
path = nodes/pumpingStation
|
path = nodes/pumpingStation
|
||||||
url = https://gitea.centraal.wbd-rd.nl/RnD/pumpingStation
|
url = https://gitea.centraal.wbd-rd.nl/RnD/pumpingStation
|
||||||
[submodule "nodes/settler"]
|
|
||||||
path = nodes/settler
|
|
||||||
url = https://gitea.centraal.wbd-rd.nl/RnD/settler.git
|
|
||||||
|
|||||||
Submodule nodes/generalFunctions updated: 858189d6da...9610e7138d
Submodule nodes/pumpingStation updated: 6e9ae9fc7e...d44cbc978b
Submodule nodes/reactor updated: d56e422d90...7c8722b324
Submodule nodes/rotatingMachine updated: 99b45c87e4...4ae6beba37
Submodule nodes/settler deleted from 7f2d326612
1108
package-lock.json
generated
1108
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@@ -15,18 +15,20 @@
|
|||||||
"machineGroupControl": "nodes/machineGroupControl/mgc.js",
|
"machineGroupControl": "nodes/machineGroupControl/mgc.js",
|
||||||
"measurement": "nodes/measurement/measurement.js",
|
"measurement": "nodes/measurement/measurement.js",
|
||||||
"monster": "nodes/monster/monster.js",
|
"monster": "nodes/monster/monster.js",
|
||||||
"pumpingstation": "nodes/pumpingStation/pumpingStation.js",
|
|
||||||
"reactor": "nodes/reactor/reactor.js",
|
"reactor": "nodes/reactor/reactor.js",
|
||||||
"rotatingMachine": "nodes/rotatingMachine/rotatingMachine.js",
|
"rotatingMachine": "nodes/rotatingMachine/rotatingMachine.js",
|
||||||
"settler": "nodes/settler/settler.js",
|
|
||||||
"valve": "nodes/valve/valve.js",
|
"valve": "nodes/valve/valve.js",
|
||||||
"valveGroupControl": "nodes/valveGroupControl/vgc.js"
|
"valveGroupControl": "nodes/valveGroupControl/vgc.js",
|
||||||
|
"pumpingstation": "nodes/pumpingStation/pumpingStation.js"
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"author": "Rene De Ren, Pim Moerman, Janneke Tack, Sjoerd Fijnje, Dieke Gabriels, pieter van der wilt",
|
"author": "Rene De Ren, Pim Moerman, Janneke Tack, Sjoerd Fijnje, Dieke Gabriels, pieter van der wilt",
|
||||||
"license": "SEE LICENSE",
|
"license": "SEE LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git",
|
"@tensorflow/tfjs": "^4.22.0",
|
||||||
|
"@tensorflow/tfjs-node": "^4.22.0",
|
||||||
|
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git#main",
|
||||||
"mathjs": "^13.2.0"
|
"mathjs": "^13.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user