@upstash/qstash
Advanced tools
Comparing version 0.3.4 to 0.3.5
@@ -63,3 +63,3 @@ import { QstashError } from "./error.js"; | ||
let error = null; | ||
for (let i = 0; i <= this.retry.attempts; i++) { | ||
for (let i = 0; i < this.retry.attempts; i++) { | ||
try { | ||
@@ -66,0 +66,0 @@ res = await fetch(url.toString(), requestOptions); |
@@ -6,3 +6,3 @@ { | ||
"name": "@upstash/qstash", | ||
"version": "v0.3.4", | ||
"version": "v0.3.5", | ||
"description": "Official Deno/Typescript client for QStash", | ||
@@ -9,0 +9,0 @@ "repository": { |
@@ -66,3 +66,3 @@ "use strict"; | ||
let error = null; | ||
for (let i = 0; i <= this.retry.attempts; i++) { | ||
for (let i = 0; i < this.retry.attempts; i++) { | ||
try { | ||
@@ -69,0 +69,0 @@ res = await fetch(url.toString(), requestOptions); |
@@ -60,3 +60,3 @@ import type { BodyInit, HeadersInit } from "../../deps/raw.githubusercontent.com/microsoft/TypeScript/main/lib/lib.dom"; | ||
}; | ||
readonly retry: { | ||
retry: { | ||
attempts: number; | ||
@@ -63,0 +63,0 @@ backoff: (retryCount: number) => number; |
@@ -1,2 +0,2 @@ | ||
import { crypto } from "../deps/deno.land/std@0.173.0/crypto/mod.js"; | ||
import { crypto } from "../deps/deno.land/std@0.177.0/crypto/mod.js"; | ||
export declare type SubtleCrypto = typeof crypto.subtle; | ||
@@ -3,0 +3,0 @@ /** |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
665616