fix: less error prone references

This commit is contained in:
Torsten Dittmann
2023-09-14 00:14:14 +02:00
parent 28ee5ae83d
commit 0847b8e3b6
2 changed files with 23 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
import type { Language } from './code';
export const versions = ['1.4.x', '1.3.x'];
export const versions = ['1.4.x', '1.3.x', '1.2.x', '1.1.x', '1.0.x'];
export enum Service {
Account = 'account',