1 Commits

Author SHA1 Message Date
be326dde62 update url 2025-11-05 10:02:28 +01:00
10 changed files with 13 additions and 13 deletions

8
.gitmodules vendored
View File

@@ -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

Binary file not shown.

View File

@@ -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"
}
}