Compare commits

1 Commits

Author SHA1 Message Date
609c72cedc Merge pull request 'dev-Rene' (#5) from dev-Rene into main
Reviewed-on: #5
2025-10-24 19:25:04 +00:00
10 changed files with 289 additions and 26 deletions

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", "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.", "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#dev-Rene", "generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git",
"mathjs": "^13.2.0" "mathjs": "^13.2.0"
} }
} }