@upstash/qstash 0.3.1 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +1 -1
- package/types/pkg/client/messages.d.ts +1 -1
package/README.md
CHANGED
|
@@ -95,6 +95,10 @@ const r = new Receiver({
|
|
|
95
95
|
const isValid = await r.verify({
|
|
96
96
|
/**
|
|
97
97
|
* The signature from the `Upstash-Signature` header.
|
|
98
|
+
*
|
|
99
|
+
* Please note that on some platforms (e.g. Vercel or Netlify) you might
|
|
100
|
+
* receive the header in lower case: `upstash-signature`
|
|
101
|
+
*
|
|
98
102
|
*/
|
|
99
103
|
signature: "string";
|
|
100
104
|
|
package/package.json
CHANGED