feat: update analogInputs data in mocks
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user