Add runtime telemetry component

This commit is contained in:
Nick O'Leary
2025-04-23 17:31:46 +01:00
parent 9921f2d5ba
commit 9a784191ba
8 changed files with 238 additions and 2 deletions

View File

@@ -20,9 +20,11 @@
"@node-red/util": "4.1.0-beta.0",
"async-mutex": "0.5.0",
"clone": "2.1.2",
"cronosjs": "1.7.1",
"express": "4.21.2",
"fs-extra": "11.3.0",
"json-stringify-safe": "5.0.1",
"rfdc": "^1.3.1"
"rfdc": "^1.3.1",
"semver": "7.7.1"
}
}