From 7311d0cc63f18070ee535eb5a5f9e5453968ea3d Mon Sep 17 00:00:00 2001 From: znetsixe <73483679+znetsixe@users.noreply.github.com> Date: Tue, 10 Jun 2025 17:49:02 +0200 Subject: [PATCH] updates ongoing --- nodes/convert | 2 +- nodes/generalFunctions | 2 +- package-lock.json | 6 ++++++ package.json | 1 + 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/nodes/convert b/nodes/convert index bc51e97..bb1cedd 160000 --- a/nodes/convert +++ b/nodes/convert @@ -1 +1 @@ -Subproject commit bc51e97f2e6651013261feeaa265988c46549650 +Subproject commit bb1cedd66f0506a9faab3a3cb5954f37d390bb9c diff --git a/nodes/generalFunctions b/nodes/generalFunctions index fda8cb3..08487ae 160000 --- a/nodes/generalFunctions +++ b/nodes/generalFunctions @@ -1 +1 @@ -Subproject commit fda8cb33dbdd563b9fd748c2ea439549f0b31d76 +Subproject commit 08487ae28052d5699dc1dab5e9f72ffaee729173 diff --git a/package-lock.json b/package-lock.json index 63a7e65..26291cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,6 +11,7 @@ "dependencies": { "@tensorflow/tfjs": "^4.22.0", "@tensorflow/tfjs-node": "^4.22.0", + "generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git", "mathjs": "^13.2.0" } }, @@ -725,6 +726,11 @@ "node": ">=10" } }, + "node_modules/generalFunctions": { + "version": "1.0.0", + "resolved": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git#26ed170932696cf9019ee46fec79d76c43ed5c25", + "license": "SEE LICENSE" + }, "node_modules/get-caller-file": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", diff --git a/package.json b/package.json index c00f53d..a1551fc 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "dependencies": { "@tensorflow/tfjs": "^4.22.0", "@tensorflow/tfjs-node": "^4.22.0", + "generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git", "mathjs": "^13.2.0" } }