build: bump new versions
Publish to NPM / Check version changes and publish (push) Failing after 10m34s

This commit is contained in:
2026-06-18 02:57:03 +07:00
parent e73e8d2cdd
commit ab6d8f6ce0
198 changed files with 226 additions and 223 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ function shouldRetryStatus(options: ResolvedFetchOptions, status: number): boole
*
* Auto-registered by `createFetch`; disable per-request via `retry: false`.
*
* @since 0.1.0
* @since 0.0.1
*/
export function retryPlugin() {
return definePlugin({
+1 -1
View File
@@ -20,7 +20,7 @@ const baseSignals = new WeakMap<object, AbortSignal | undefined>();
*
* Auto-registered by `createFetch`; no-op when `timeout` is unset.
*
* @since 0.1.0
* @since 0.0.1
*/
export function timeoutPlugin() {
return definePlugin({