fix(core): update

This commit is contained in:
Philipp Kunz 2024-05-28 00:23:54 +02:00
parent ecb7fa3381
commit d440fbc46d
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/interfaces',
version: '1.0.53',
version: '1.0.54',
description: 'interfaces for working with containers'
}

View File

@ -4,8 +4,9 @@ import { type IDockerRegistryInfo } from '../data/docker.js';
import type { IServer } from './server.js';
export interface IClusterIdentifier {
clusterId: string;
clusterName: string;
secretKey: string;
jwt: string;
}
export interface ICluster {