Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| be326dde62 |
8
.gitmodules
vendored
8
.gitmodules
vendored
@@ -1,16 +1,16 @@
|
||||
|
||||
[submodule "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"]
|
||||
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"]
|
||||
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"]
|
||||
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"]
|
||||
path = nodes/rotatingMachine
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/rotatingMachine.git
|
||||
|
||||
BIN
EVOLV-1.0.20.tgz
BIN
EVOLV-1.0.20.tgz
Binary file not shown.
Submodule nodes/dashboardAPI updated: c99a93f73b...5f1dd7675c
Submodule nodes/generalFunctions updated: 067017f2ea...9610e7138d
Submodule nodes/machineGroupControl updated: f4cb329597...e0526250c2
Submodule nodes/measurement updated: 339ae6bdde...756cc4bd20
Submodule nodes/monster updated: 3971b4e328...cf10e20404
Submodule nodes/pumpingStation updated: 7efd3b0a07...d44cbc978b
Submodule nodes/rotatingMachine updated: 108d2e23ca...4ae6beba37
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "EVOLV",
|
||||
"version": "1.0.20",
|
||||
"version": "1.0.41",
|
||||
"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#dev-Rene",
|
||||
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git#main",
|
||||
"mathjs": "^13.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user