feat: update analogInputs data in mocks

This commit is contained in:
ISA
2025-09-03 11:30:44 +02:00
parent 420f1da114
commit 6c2707ff47
30 changed files with 45990 additions and 45774 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "cpl-v4",
"version": "1.6.825",
"version": "1.6.826",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
@@ -24,7 +24,9 @@
"bump-version": "node ./scripts/bumpVersion.js",
"mocks:cable": "node ./mocks/scripts/fetchCableData.mjs --insecure",
"mocks:cable:range": "node ./mocks/scripts/fetchCableData.mjs --from %FROM% --to %TO% --insecure",
"mocks:cable:slot": "node ./mocks/scripts/fetchCableData.mjs --slots %SLOTS% --insecure"
"mocks:cable:slot": "node ./mocks/scripts/fetchCableData.mjs --slots %SLOTS% --insecure",
"mocks:retime:ai": "node ./mocks/scripts/retimeAnalogInputs.mjs all",
"mocks:retime:ai:slot": "node ./mocks/scripts/retimeAnalogInputs.mjs %SLOT%"
},
"dependencies": {
"@fontsource/roboto": "^5.1.0",