Compare commits

10 Commits

Author SHA1 Message Date
znetsixe
049f5065bf updates 2025-11-30 20:13:33 +01:00
znetsixe
472d1b6f8e updates 2025-11-28 10:00:01 +01:00
znetsixe
4c7ddfad2e updates 2025-11-25 16:19:43 +01:00
znetsixe
6c9214e5de latest version 2025-11-25 15:11:14 +01:00
znetsixe
30f04bd897 updates 2025-11-20 22:29:35 +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
9 changed files with 9 additions and 9 deletions

BIN
EVOLV-1.0.20.tgz Normal file

Binary file not shown.

View File

@@ -1,6 +1,6 @@
{ {
"name": "EVOLV", "name": "EVOLV",
"version": "1.0.41", "version": "1.0.20",
"description": "Modular Node-RED package containing all control and automation nodes developed under the EVOLV project.", "description": "Modular Node-RED package containing all control and automation nodes developed under the EVOLV project.",
"keywords": [ "keywords": [
"node-red", "node-red",
@@ -28,7 +28,7 @@
"dependencies": { "dependencies": {
"@tensorflow/tfjs": "^4.22.0", "@tensorflow/tfjs": "^4.22.0",
"@tensorflow/tfjs-node": "^4.22.0", "@tensorflow/tfjs-node": "^4.22.0",
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git#main", "generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git#dev-Rene",
"mathjs": "^13.2.0" "mathjs": "^13.2.0"
} }
} }