Add generalFunctions dependency and implement basic measurement child registration in nodeClass

This commit is contained in:
2025-07-11 12:22:36 +02:00
parent 6fd86f71c8
commit 24de5a4c9f
4 changed files with 294 additions and 264 deletions

6
package-lock.json generated
View File

@@ -9,6 +9,7 @@
"version": "0.0.1",
"license": "SEE LICENSE",
"dependencies": {
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/p.vanderwilt/generalFunctions.git",
"mathjs": "^14.5.2"
}
},
@@ -59,6 +60,11 @@
"url": "https://github.com/sponsors/rawify"
}
},
"node_modules/generalFunctions": {
"version": "1.0.0",
"resolved": "git+https://gitea.centraal.wbd-rd.nl/p.vanderwilt/generalFunctions.git#950ca2b6b4e91b37479aee90bff74b02c16f130e",
"license": "SEE LICENSE"
},
"node_modules/javascript-natural-sort": {
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/javascript-natural-sort/-/javascript-natural-sort-0.7.1.tgz",