fix(package.json): Fix test script timeout typo, update dependency versions, and add typings & project configs

This commit is contained in:
2025-08-18 21:52:41 +00:00
parent 453040983d
commit 00e6033d8b
7 changed files with 630 additions and 1645 deletions

View File

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