fix(registrycopy): add fetchWithRetry wrapper to apply timeouts, retries with exponential backoff, and token cache handling; use it for registry HTTP requests

This commit is contained in:
2026-02-07 12:29:43 +00:00
parent 89cd93cdff
commit d2c2a4c4dd
3 changed files with 59 additions and 6 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tsdocker',
version: '1.17.0',
version: '1.17.1',
description: 'develop npm modules cross platform with docker'
}