feat(core): Initial release of Docker client with TypeScript support

This commit is contained in:
2024-12-23 00:30:20 +01:00
parent 90689c2645
commit 9fc4afe4b8
2 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiclient.xyz/docker',
version: '1.2.8',
version: '1.3.0',
description: 'Provides easy communication with Docker remote API from Node.js, with TypeScript support.'
}