fix(core): update

This commit is contained in:
Philipp Kunz 2024-01-24 01:46:27 +01:00
parent 1291cd1f21
commit da2c4c6392
3 changed files with 2 additions and 9 deletions

View File

@ -47,4 +47,4 @@
},
"homepage": "https://gitlab.com/serve.zone/interfaces#readme",
"type": "module"
}
}

View File

@ -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'
}

View File

@ -50,13 +50,6 @@ export interface ISecretGroup {
};
}
export interface IEnvBundle {
environment: string;
timeSensitive: boolean;
configKeyValueObject: {[key: string]: string};
}
export interface ISecretBundle {
id: string;
data: {