chore: release version v1.44.0

This commit is contained in:
Dmitry Popov
2025-02-02 22:24:47 +01:00
parent 5bd968acae
commit 304f4b01ab
12 changed files with 151 additions and 76 deletions

View File

@@ -37,6 +37,7 @@ const INITIAL_DATA: MapData = {
userPermissions: {},
systemSignatures: {} as Record<string, SystemSignature[]>,
options: {} as Record<string, string | boolean>,
is_subscription_active: false,
};
export interface MapContextProps {