Removed submodules not transferred from the old server #1

Merged
renederen merged 3 commits from clear_missing_submodules into main 2025-09-23 10:40:31 +00:00
14 changed files with 38 additions and 76 deletions

24
.gitmodules vendored
View File

@@ -5,18 +5,12 @@
[submodule "nodes/generalFunctions"] [submodule "nodes/generalFunctions"]
path = nodes/generalFunctions path = nodes/generalFunctions
url = https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git url = https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git
[submodule "nodes/predict"]
path = nodes/predict
url = https://gitea.centraal.wbd-rd.nl/RnD/predict.git
[submodule "nodes/valveGroupControl"] [submodule "nodes/valveGroupControl"]
path = nodes/valveGroupControl path = nodes/valveGroupControl
url = https://gitea.centraal.wbd-rd.nl/RnD/valveGroupControl.git url = https://gitea.centraal.wbd-rd.nl/RnD/valveGroupControl.git
[submodule "nodes/valve"] [submodule "nodes/valve"]
path = nodes/valve path = nodes/valve
url = https://gitea.centraal.wbd-rd.nl/RnD/valve.git url = https://gitea.centraal.wbd-rd.nl/RnD/valve.git
[submodule "nodes/thermalCollector"]
path = nodes/thermalCollector
url = https://gitea.centraal.wbd-rd.nl/RnD/thermalCollector.git
[submodule "nodes/rotatingMachine"] [submodule "nodes/rotatingMachine"]
path = nodes/rotatingMachine path = nodes/rotatingMachine
url = https://gitea.centraal.wbd-rd.nl/RnD/rotatingMachine.git url = https://gitea.centraal.wbd-rd.nl/RnD/rotatingMachine.git
@@ -26,30 +20,12 @@
[submodule "nodes/measurement"] [submodule "nodes/measurement"]
path = nodes/measurement path = nodes/measurement
url = https://gitea.centraal.wbd-rd.nl/RnD/measurement.git url = https://gitea.centraal.wbd-rd.nl/RnD/measurement.git
[submodule "nodes/linearActuator"]
path = nodes/linearActuator
url = https://gitea.centraal.wbd-rd.nl/RnD/linearActuator.git
[submodule "nodes/heatExchanger"]
path = nodes/heatExchanger
url = https://gitea.centraal.wbd-rd.nl/RnD/heatExchanger.git
[submodule "nodes/diffuser"] [submodule "nodes/diffuser"]
path = nodes/diffuser path = nodes/diffuser
url = https://gitea.centraal.wbd-rd.nl/RnD/diffuser.git url = https://gitea.centraal.wbd-rd.nl/RnD/diffuser.git
[submodule "nodes/dashboardAPI"] [submodule "nodes/dashboardAPI"]
path = nodes/dashboardAPI path = nodes/dashboardAPI
url = https://gitea.centraal.wbd-rd.nl/RnD/dashboardAPI.git url = https://gitea.centraal.wbd-rd.nl/RnD/dashboardAPI.git
[submodule "nodes/convert"]
path = nodes/convert
url = https://gitea.centraal.wbd-rd.nl/RnD/convert.git
[submodule "nodes/reactor"] [submodule "nodes/reactor"]
path = nodes/reactor path = nodes/reactor
url = https://gitea.centraal.wbd-rd.nl/RnD/reactor.git url = https://gitea.centraal.wbd-rd.nl/RnD/reactor.git
[submodule "nodes/asm1"]
path = nodes/asm1
url = https://gitea.centraal.wbd-rd.nl/RnD/asm1.git
[submodule "flows"]
path = flows
url = https://gitea.centraal.wbd-rd.nl/RnD/flows
[submodule "nodes/gateGroupControl"]
path = nodes/gateGroupControl
url = https://gitea.centraal.wbd-rd.nl/RnD/gateGroupControl.git

1
flows

Submodule flows deleted from 0126258b52

Submodule nodes/asm1 deleted from f3454c0471

Submodule nodes/convert deleted from c6ead8b697

Submodule nodes/predict deleted from ce495062f7

67
package-lock.json generated
View File

@@ -16,9 +16,9 @@
} }
}, },
"node_modules/@babel/runtime": { "node_modules/@babel/runtime": {
"version": "7.27.3", "version": "7.28.4",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.3.tgz", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz",
"integrity": "sha512-7EYtGezsdiDMyY80+65EzwiGmcJqpmcZCojSXaRgdrBaGtWTgDZKq69cPIVped6MkIM78cTQ2GOiEYjwOlG4xw==", "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=6.9.0" "node": ">=6.9.0"
@@ -57,9 +57,9 @@
} }
}, },
"node_modules/@mapbox/node-pre-gyp/node_modules/debug": { "node_modules/@mapbox/node-pre-gyp/node_modules/debug": {
"version": "4.4.1", "version": "4.4.3",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
"integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"ms": "^2.1.3" "ms": "^2.1.3"
@@ -242,22 +242,22 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "22.15.21", "version": "24.5.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.21.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-24.5.2.tgz",
"integrity": "sha512-EV/37Td6c+MgKAbkcLG6vqZ2zEYHD7bvSrzqqs2RIhbA6w3x+Dqz8MZM3sP6kGTeLrdoOgKZe+Xja7tUB2DNkQ==", "integrity": "sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"undici-types": "~6.21.0" "undici-types": "~7.12.0"
} }
}, },
"node_modules/@types/node-fetch": { "node_modules/@types/node-fetch": {
"version": "2.6.12", "version": "2.6.13",
"resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.12.tgz", "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.13.tgz",
"integrity": "sha512-8nneRWKCg3rMtF69nLQJnOYUcbafYeFSjqkw3jCRLsqkWFlHaoQrr5mXmofFGOx3DKn7UfmBMyov8ySvLRVldA==", "integrity": "sha512-QGpRVpzSaUs30JBSGPjOg4Uveu384erbHBoT1zeONvyCfwQxIkUshLAOqN/k9EjGviPRmWTTe6aH2qySWKTVSw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@types/node": "*", "@types/node": "*",
"form-data": "^4.0.0" "form-data": "^4.0.4"
} }
}, },
"node_modules/@types/offscreencanvas": { "node_modules/@types/offscreencanvas": {
@@ -330,9 +330,9 @@
} }
}, },
"node_modules/aproba": { "node_modules/aproba": {
"version": "2.0.0", "version": "2.1.0",
"resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.1.0.tgz",
"integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==", "integrity": "sha512-tLIEcj5GuR2RSTnxNKdkK0dJ/GrC7P38sUkiDmDuHfsHmbagTFAxDVIBltoklXEVIQ/f14IL8IMJ5pn9Hez1Ew==",
"license": "ISC" "license": "ISC"
}, },
"node_modules/are-we-there-yet": { "node_modules/are-we-there-yet": {
@@ -371,9 +371,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/brace-expansion": { "node_modules/brace-expansion": {
"version": "1.1.11", "version": "1.1.12",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"balanced-match": "^1.0.0", "balanced-match": "^1.0.0",
@@ -514,9 +514,9 @@
} }
}, },
"node_modules/decimal.js": { "node_modules/decimal.js": {
"version": "10.5.0", "version": "10.6.0",
"resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.5.0.tgz", "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.6.0.tgz",
"integrity": "sha512-8vDa8Qxvr/+d94hSh5P3IJwI5t8/c0KsMp+g8bNw9cY2icONa5aPfvKeieW1WlG0WQYwwhJ7mjui2xtiePQSXw==", "integrity": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/delayed-stream": { "node_modules/delayed-stream": {
@@ -535,9 +535,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/detect-libc": { "node_modules/detect-libc": {
"version": "2.0.4", "version": "2.1.0",
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz", "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.0.tgz",
"integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==", "integrity": "sha512-vEtk+OcP7VBRtQZ1EJ3bdgzSfBjgnEalLTp5zjJrS+2Z1w2KZly4SBdac/WDU3hhsNAZ9E8SC96ME4Ey8MZ7cg==",
"license": "Apache-2.0", "license": "Apache-2.0",
"engines": { "engines": {
"node": ">=8" "node": ">=8"
@@ -639,14 +639,15 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/form-data": { "node_modules/form-data": {
"version": "4.0.2", "version": "4.0.4",
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.2.tgz", "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz",
"integrity": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==", "integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"asynckit": "^0.4.0", "asynckit": "^0.4.0",
"combined-stream": "^1.0.8", "combined-stream": "^1.0.8",
"es-set-tostringtag": "^2.1.0", "es-set-tostringtag": "^2.1.0",
"hasown": "^2.0.2",
"mime-types": "^2.1.12" "mime-types": "^2.1.12"
}, },
"engines": { "engines": {
@@ -728,7 +729,7 @@
}, },
"node_modules/generalFunctions": { "node_modules/generalFunctions": {
"version": "1.0.0", "version": "1.0.0",
"resolved": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git#26ed170932696cf9019ee46fec79d76c43ed5c25", "resolved": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git#efc97d6cd17399391b011298e47e8c1b1599592d",
"license": "SEE LICENSE" "license": "SEE LICENSE"
}, },
"node_modules/get-caller-file": { "node_modules/get-caller-file": {
@@ -1330,9 +1331,9 @@
} }
}, },
"node_modules/undici-types": { "node_modules/undici-types": {
"version": "6.21.0", "version": "7.12.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.12.0.tgz",
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", "integrity": "sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/util-deprecate": { "node_modules/util-deprecate": {

View File

@@ -11,19 +11,12 @@
], ],
"node-red": { "node-red": {
"nodes": { "nodes": {
"asm1": "nodes/asm1/asm1.js",
"convert": "nodes/convert/convert.js",
"dashboardapi": "nodes/dashboardAPI/dashboardapi.js", "dashboardapi": "nodes/dashboardAPI/dashboardapi.js",
"gateGroupControl": "nodes/gateGroupControl/ggc.js",
"heatexchanger": "nodes/heatExchanger/heatExchanger.js",
"linearActuator": "nodes/linearActuator/linearActuator.js",
"machineGroupControl": "nodes/machineGroupControl/mgc.js", "machineGroupControl": "nodes/machineGroupControl/mgc.js",
"measurement": "nodes/measurement/measurement.js", "measurement": "nodes/measurement/measurement.js",
"monster": "nodes/monster/monster.js", "monster": "nodes/monster/monster.js",
"predict": "nodes/predict/predict.js",
"reactor": "nodes/reactor/reactor.js", "reactor": "nodes/reactor/reactor.js",
"rotatingMachine": "nodes/rotatingMachine/rotatingMachine.js", "rotatingMachine": "nodes/rotatingMachine/rotatingMachine.js",
"thermalCollector": "nodes/thermalCollector/thermalCollector.js",
"valve": "nodes/valve/valve.js", "valve": "nodes/valve/valve.js",
"valveGroupControl": "nodes/valveGroupControl/vgc.js" "valveGroupControl": "nodes/valveGroupControl/vgc.js"
} }
@@ -33,7 +26,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+http://62.221.255.63:32768/RnD/generalFunctions.git", "generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git",
"mathjs": "^13.2.0" "mathjs": "^13.2.0"
} }
} }