13 Commits

Author SHA1 Message Date
Verdonck,Thomas
876e7337b8 Update forks 2025-11-17 11:28:29 +01:00
znetsixe
ecc50094d6 updated alot of nodes 2025-11-13 19:39:57 +01:00
znetsixe
83ff0d948c updates 2025-11-12 17:40:47 +01:00
znetsixe
c2f39711e3 latest updates 2025-11-10 16:20:34 +01:00
znetsixe
7016451300 upates 2025-11-07 15:30:29 +01:00
znetsixe
503e7c418c updates 2025-11-07 15:29:49 +01:00
znetsixe
ca0382a1d6 updating 2025-11-06 16:47:25 +01:00
znetsixe
6362c873b6 updates 2025-11-06 11:19:27 +01:00
znetsixe
e44863e1a8 updated nodes 2025-11-05 17:16:05 +01:00
znetsixe
65bdddc9d4 New commits for general and rotating machine 2025-11-05 15:47:52 +01:00
znetsixe
1926f0b111 updated package to point to main branch always 2025-11-05 09:09:44 +01:00
znetsixe
b986427d8f updated latest commit 2025-11-03 09:17:44 +01:00
znetsixe
516ffce6ad updates 2025-10-31 18:36:31 +01:00
11 changed files with 29 additions and 292 deletions

6
.gitmodules vendored
View File

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

Binary file not shown.

297
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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