From bfaa8d9576e478e45cfecafad636b7c4b70be45e Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 28 May 2024 01:11:22 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/data/cluster.ts | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 9dc7d46..36f76e1 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/interfaces', - version: '1.0.55', + version: '1.0.56', description: 'interfaces for working with containers' } diff --git a/ts/data/cluster.ts b/ts/data/cluster.ts index b2b42e4..b602a51 100644 --- a/ts/data/cluster.ts +++ b/ts/data/cluster.ts @@ -13,7 +13,6 @@ export interface ICluster { id: string; data: { name: string; - secretKey: string; jumpCode: string; /** @@ -25,7 +24,7 @@ export interface ICluster { /** * how can the cluster reach cloudly */ - cloudlyUrl: string; + cloudlyUrl?: string; /** * what servers are expected to be part of the cluster