@upstash/qstash
Advanced tools
Comparing version 0.3.3 to 0.3.4
@@ -6,3 +6,3 @@ { | ||
"name": "@upstash/qstash", | ||
"version": "v0.3.3", | ||
"version": "v0.3.4", | ||
"description": "Official Deno/Typescript client for QStash", | ||
@@ -9,0 +9,0 @@ "repository": { |
@@ -10,20 +10,27 @@ import { Requester } from "./http.js"; | ||
export declare type Schedule = { | ||
scheduled: string; | ||
scheduleId: string; | ||
cron: string; | ||
createdAt: number; | ||
content: { | ||
header: Record<string, string[]>; | ||
body: string; | ||
header?: Record<string, string[]> | null; | ||
body?: string | null; | ||
}; | ||
destination: { | ||
type: "topic"; | ||
topicId: string; | ||
url?: never; | ||
topic: { | ||
topicId: string; | ||
name: string; | ||
endpoints: { | ||
endpointId: string; | ||
url: string; | ||
topicId: string; | ||
}[]; | ||
}; | ||
} | { | ||
type: "url"; | ||
topicd?: never; | ||
topic?: never; | ||
url: string; | ||
}; | ||
settings: { | ||
deadline?: number; | ||
notBefore?: number; | ||
@@ -30,0 +37,0 @@ retries?: number; |
@@ -1,2 +0,2 @@ | ||
import { crypto } from "../deps/deno.land/std@0.171.0/crypto/mod.js"; | ||
import { crypto } from "../deps/deno.land/std@0.173.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
665627
11655