From da2c4c6392ccbd15770c50dbaf9bfd8686ad6d0f Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 24 Jan 2024 01:46:27 +0100 Subject: [PATCH] fix(core): update --- package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- ts/data/secret.ts | 7 ------- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index e26adcc..ee68c82 100644 --- a/package.json +++ b/package.json @@ -47,4 +47,4 @@ }, "homepage": "https://gitlab.com/serve.zone/interfaces#readme", "type": "module" -} +} \ No newline at end of file diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 654f2e4..cf9d67d 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.6', + version: '1.0.7', description: 'interfaces for working with containers' } diff --git a/ts/data/secret.ts b/ts/data/secret.ts index d1b6198..a347d6d 100644 --- a/ts/data/secret.ts +++ b/ts/data/secret.ts @@ -50,13 +50,6 @@ export interface ISecretGroup { }; } - -export interface IEnvBundle { - environment: string; - timeSensitive: boolean; - configKeyValueObject: {[key: string]: string}; -} - export interface ISecretBundle { id: string; data: {