@upstash/qstash 2.3.0 → 2.3.1

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.
Files changed (2) hide show
  1. package/README.md +0 -7
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -93,13 +93,6 @@ const isValid = await r.verify({
93
93
  * The raw request body.
94
94
  */
95
95
  body: "string";
96
-
97
- /**
98
- * Number of seconds to tolerate when checking `nbf` and `exp` claims, to deal with small clock differences among different servers
99
- *
100
- * @default 0
101
- */
102
- clockTolerance?: number;
103
96
  })
104
97
  ```
105
98
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@upstash/qstash",
3
- "version": "v2.3.0",
3
+ "version": "v2.3.1",
4
4
  "description": "Official Typescript client for QStash",
5
5
  "repository": {
6
6
  "type": "git",
@@ -34,8 +34,8 @@
34
34
  "typescript": "^5.2.2"
35
35
  },
36
36
  "dependencies": {
37
- "crypto-js": "^4.2.0",
38
- "jose": "^4.14.4"
37
+ "crypto-js": ">=4.2.0",
38
+ "jose": "^ 5.2.3"
39
39
  },
40
40
  "typesVersions": {
41
41
  "*": {