Replace readFileSync/writeFileSync/mkdirSync with async equivalents from fs/promises in default-credential-manager.ts and usage.ts to stop blocking the Node.js event loop during credential read/write operations.
Replace readFileSync/writeFileSync/mkdirSync with async equivalents from fs/promises in default-credential-manager.ts and usage.ts to stop blocking the Node.js event loop during credential read/write operations.