refactor(datamart): more work on getting this to be a more dynamic/sync system

This commit is contained in:
2026-01-29 15:09:30 -06:00
parent 81bd4d6dcb
commit 31f8c368d9
11 changed files with 245 additions and 31 deletions

8
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"@dotenvx/dotenvx": "^1.51.2",
"@scalar/express-api-reference": "^0.8.28",
"@socket.io/admin-ui": "^0.5.1",
"axios": "^1.13.2",
"axios": "^1.13.3",
"better-auth": "^1.4.9",
"cors": "^2.8.5",
"croner": "^9.1.0",
@@ -6818,9 +6818,9 @@
}
},
"node_modules/axios": {
"version": "1.13.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz",
"integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==",
"version": "1.13.3",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.3.tgz",
"integrity": "sha512-ERT8kdX7DZjtUm7IitEyV7InTHAF42iJuMArIiDIV5YtPanJkgw4hw5Dyg9fh0mihdWNn1GKaeIWErfe56UQ1g==",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.6",