feat(images): can now import and export images, start work on local 100% JS oci imageregistry

This commit is contained in:
2024-06-05 14:10:44 +02:00
parent a5f4d93f50
commit e06ef454a6
17 changed files with 3653 additions and 2477 deletions

View File

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