Skip to content

Commit 74e5f9b

Browse files
Implement code changes to enhance functionality and improve performance
Signed-off-by: Nikola Hristov <Nikola@PlayForm.Cloud>
1 parent 8268a85 commit 74e5f9b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Source/Effect/Generated/CommandCatalog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface CommandCatalogEntry {
2828
readonly HasKeybinding: boolean;
2929
}
3030

31-
export const CommandCatalogVersion = "2026-05-31" as const;
31+
export const CommandCatalogVersion = "2026-06-04" as const;
3232

3333
export const CommandCatalogTotal = 551 as const;
3434

Source/Effect/Generated/ServiceCatalog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export interface ServiceCatalogEntry {
2525
readonly MemberCount: number;
2626
}
2727

28-
export const ServiceCatalogVersion = "2026-05-31" as const;
28+
export const ServiceCatalogVersion = "2026-06-04" as const;
2929

3030
export const ServiceCatalogTotal = 505 as const;
3131

tsconfig.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)