diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 55ffc2a..a30b4b8 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@apiclient.xyz/docker', - version: '1.1.1', + version: '1.1.2', description: 'Provides easy communication with Docker remote API from Node.js, with TypeScript support.' } diff --git a/ts/index.ts b/ts/index.ts index 202b250..b7c0641 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1,6 +1,7 @@ export * from './classes.host.js'; export * from './classes.container.js'; export * from './classes.image.js'; +export * from './classes.imagestore.js'; export * from './classes.network.js'; export * from './classes.secret.js'; export * from './classes.service.js';