Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
876e7337b8 | ||
|
|
ecc50094d6 | ||
|
|
83ff0d948c | ||
|
|
c2f39711e3 | ||
|
|
7016451300 | ||
|
|
503e7c418c | ||
|
|
ca0382a1d6 | ||
|
|
6362c873b6 | ||
|
|
e44863e1a8 | ||
|
|
65bdddc9d4 | ||
|
|
1926f0b111 | ||
|
|
b986427d8f | ||
|
|
516ffce6ad |
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -1,7 +1,7 @@
|
||||
|
||||
[submodule "nodes/machineGroupControl"]
|
||||
path = nodes/machineGroupControl
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/machineGroupControl.git
|
||||
url = https://gitea.centraal.wbd-rd.nl/t.verdonck/machineGroupControl.git
|
||||
[submodule "nodes/generalFunctions"]
|
||||
path = nodes/generalFunctions
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git
|
||||
@@ -13,7 +13,7 @@
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/valve.git
|
||||
[submodule "nodes/rotatingMachine"]
|
||||
path = nodes/rotatingMachine
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/rotatingMachine.git
|
||||
url = https://gitea.centraal.wbd-rd.nl/t.verdonck/rotatingMachine.git
|
||||
[submodule "nodes/monster"]
|
||||
path = nodes/monster
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/monster.git
|
||||
@@ -31,4 +31,4 @@
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/reactor.git
|
||||
[submodule "nodes/pumpingStation"]
|
||||
path = nodes/pumpingStation
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/pumpingStation
|
||||
url = https://gitea.centraal.wbd-rd.nl/t.verdonck/pumpingStation
|
||||
|
||||
BIN
EVOLV-1.0.5.tgz
Normal file
BIN
EVOLV-1.0.5.tgz
Normal file
Binary file not shown.
Submodule nodes/dashboardAPI updated: 5f1dd7675c...c99a93f73b
Submodule nodes/generalFunctions updated: 48a227d519...ce25ee930a
Submodule nodes/machineGroupControl updated: e0526250c2...b6ffefc92b
Submodule nodes/monster updated: cf10e20404...a061873537
Submodule nodes/pumpingStation updated: 6e9ae9fc7e...0a6c7ee2e1
Submodule nodes/reactor updated: 7c8722b324...ff814074a4
Submodule nodes/rotatingMachine updated: d2a0274eb3...fb75fb8a11
297
package-lock.json
generated
297
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "EVOLV",
|
||||
"version": "1.0.41",
|
||||
"version": "1.0.5",
|
||||
"description": "Modular Node-RED package containing all control and automation nodes developed under the EVOLV project.",
|
||||
"keywords": [
|
||||
"node-red",
|
||||
@@ -28,7 +28,7 @@
|
||||
"dependencies": {
|
||||
"@tensorflow/tfjs": "^4.22.0",
|
||||
"@tensorflow/tfjs-node": "^4.22.0",
|
||||
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git",
|
||||
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git#dev-Rene",
|
||||
"mathjs": "^13.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user