fix(account): add retry and rate-limit backoff handling for API requests

This commit is contained in:
2026-03-28 10:42:47 +00:00
parent d27d5e3537
commit e73bc44277
4 changed files with 46 additions and 12 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiclient.xyz/bookstack',
version: '1.1.0',
version: '1.1.1',
description: 'A TypeScript API client for BookStack, providing easy access to books, chapters, pages, shelves, and more.'
}