feat(client): add handle429Backoff method for intelligent rate limit handling
Some checks failed
Default (tags) / security (push) Failing after 23s
Default (tags) / test (push) Failing after 14s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped

This commit is contained in:
2025-07-29 13:49:50 +00:00
parent 4cbca08f43
commit b4769e7feb
5 changed files with 115 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@push.rocks/smartrequest",
"version": "4.1.0",
"version": "4.2.0",
"private": false,
"description": "A module for modern HTTP/HTTPS requests with support for form data, file uploads, JSON, binary data, streams, and more.",
"exports": {
@@ -10,7 +10,7 @@
},
"type": "module",
"scripts": {
"test": "(tstest test/ --verbose)",
"test": "(tstest test/ --verbose --timeout 60)",
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
},