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", "homepage": "https://gitlab.com/serve.zone/interfaces#readme",
"type": "module" "type": "module"
} }

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@serve.zone/interfaces', name: '@serve.zone/interfaces',
version: '1.0.6', version: '1.0.7',
description: 'interfaces for working with containers' 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 { export interface ISecretBundle {
id: string; id: string;
data: { data: {