@upstash/qstash
Advanced tools
Comparing version 2.1.5 to 2.1.6
@@ -141,3 +141,4 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
method: "DELETE", | ||
path: ["v2", "topics", name] | ||
path: ["v2", "topics", name], | ||
parseResponseAsJson: false | ||
}); | ||
@@ -242,3 +243,4 @@ }); | ||
method: "DELETE", | ||
path: ["v2", "schedules", scheduleId] | ||
path: ["v2", "schedules", scheduleId], | ||
parseResponseAsJson: false | ||
}); | ||
@@ -245,0 +247,0 @@ }); |
@@ -141,3 +141,4 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
method: "DELETE", | ||
path: ["v2", "topics", name] | ||
path: ["v2", "topics", name], | ||
parseResponseAsJson: false | ||
}); | ||
@@ -242,3 +243,4 @@ }); | ||
method: "DELETE", | ||
path: ["v2", "schedules", scheduleId] | ||
path: ["v2", "schedules", scheduleId], | ||
parseResponseAsJson: false | ||
}); | ||
@@ -245,0 +247,0 @@ }); |
{ | ||
"name": "@upstash/qstash", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"description": "Official Typescript client for QStash", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
165784
2237