Update bun.lock to include redux-persist v6.0.0; add TypeScript error handling for phenix-web-proto in PhenixWebSocket.ts

This commit is contained in:
2025-09-16 02:49:40 -04:00
parent e61ba2b46a
commit 854a27163b
2 changed files with 4 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ import Strings from 'lang/Strings';
import ILogger from '../../logger/LoggerInterface';
import LoggerFactory from '../../logger/LoggerFactory';
import {Subject, ReadOnlySubject} from '@techniker-me/tools';
// @ts-expect-error TODO(AZ): phenix-web-proto does not have Typescript types defined definition
import {MQWebSocket} from 'phenix-web-proto'; //TODO(AZ): add types
import PCastProtobuf from './proto/pcast.proto.json' with {type: 'json'};
import AnalyticsProtobuf from './proto/Analytics.proto.json' with {type: 'json'};