feat!: handle Set at JSON serialization to string
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 10 Mar 2024 16:05:34 +0000 (17:05 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 10 Mar 2024 16:05:34 +0000 (17:05 +0100)
commit276e05aec38f4e8b4a8d5ebd8cbbcb30592b414d
tree83adff73d100aa3eff72f06be84f472a95bd7ec7
parent08b552892290e9558a41c3a58589baa9957ca917
feat!: handle Set at JSON serialization to string

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
15 files changed:
src/charging-station/Bootstrap.ts
src/charging-station/ui-server/UIHttpServer.ts
src/charging-station/ui-server/UIWebSocketServer.ts
src/performance/PerformanceStatistics.ts
src/performance/storage/JsonFileStorage.ts
src/types/MapStringifyFormat.ts [new file with mode: 0644]
src/types/SimulatorState.ts [new file with mode: 0644]
src/types/Statistics.ts
src/types/UIProtocol.ts
src/types/index.ts
src/utils/MessageChannelUtils.ts
src/utils/Utils.ts
src/utils/index.ts
ui/web/src/composables/UIClient.ts
ui/web/start.js