fix(docker-service): move swarm service networks into task template and correct service typings

This commit is contained in:
2026-04-28 19:38:26 +00:00
parent f4c3ba74d1
commit 137672a5cd
3 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiclient.xyz/docker',
version: '5.1.2',
version: '5.1.3',
description: 'Provides easy communication with Docker remote API from Node.js, with TypeScript support.'
}