fix some stuff

This commit is contained in:
Torsten Dittmann
2023-09-13 16:04:03 +02:00
parent 99324924ff
commit 34be18212d
13 changed files with 74 additions and 23116 deletions

View File

@@ -1,4 +1,6 @@
export const versions = ['1.3.x'];
import type { Language } from './code';
export const versions = ['1.4.x', '1.3.x'];
export enum Service {
Account = 'account',
@@ -26,7 +28,7 @@ export enum Platform {
ServerSwift = 'server-swift'
}
export const languageMap: Record<Platform, string> = {
export const languageMap: Record<Platform, Language> = {
[Platform.ClientApple]: 'swift',
[Platform.ClientFlutter]: 'dart',
[Platform.ClientWeb]: 'js',