Update dependencies and correct node name

This commit is contained in:
2025-09-24 15:27:08 +02:00
parent da1cff55ba
commit 905674ce58
5 changed files with 23 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "asm3",
"name": "reactor",
"version": "0.0.1",
"description": "Implementation of the asm3 model for Node-Red",
"repository": {
@@ -27,7 +27,7 @@
}
},
"dependencies": {
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/p.vanderwilt/generalFunctions.git#fix-missing-references",
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git",
"mathjs": "^14.5.2"
}
}