@upstash/qstash
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -6,3 +6,3 @@ { | ||
"name": "@upstash/qstash", | ||
"version": "v0.1.2", | ||
"version": "v0.1.3", | ||
"description": "Official Deno/Typescript client for qStash", | ||
@@ -9,0 +9,0 @@ "repository": { |
@@ -89,5 +89,4 @@ # Upstash qStash SDK | ||
How to consume a message depends on your http server. QStash does not receive | ||
the http request directly, but should be called by you as the first step in your | ||
handler function. | ||
How to receive a message depends on your http server. The `Receiver.verify` | ||
method should be called by you as the first step in your handler function. | ||
@@ -112,7 +111,2 @@ ```ts | ||
body: "string"; | ||
/** | ||
* URL of the endpoint where the request was sent to. | ||
*/ | ||
url: "string"; | ||
}) | ||
@@ -119,0 +113,0 @@ ``` |
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
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
587518
120