@upstash/qstash
Advanced tools
Comparing version 2.1.6 to 2.1.7
@@ -93,3 +93,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
method: "POST", | ||
path: ["v2", "topics", req.name], | ||
path: ["v2", "topics", req.name, "endpoints"], | ||
headers: { "Content-Type": "application/json" }, | ||
@@ -107,3 +107,3 @@ body: JSON.stringify({ endpoints: req.endpoints }) | ||
method: "DELETE", | ||
path: ["v2", "topics", req.name], | ||
path: ["v2", "topics", req.name, "endpoints"], | ||
headers: { "Content-Type": "application/json" }, | ||
@@ -110,0 +110,0 @@ body: JSON.stringify({ endpoints: req.endpoints }) |
@@ -93,3 +93,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
method: "POST", | ||
path: ["v2", "topics", req.name], | ||
path: ["v2", "topics", req.name, "endpoints"], | ||
headers: { "Content-Type": "application/json" }, | ||
@@ -107,3 +107,3 @@ body: JSON.stringify({ endpoints: req.endpoints }) | ||
method: "DELETE", | ||
path: ["v2", "topics", req.name], | ||
path: ["v2", "topics", req.name, "endpoints"], | ||
headers: { "Content-Type": "application/json" }, | ||
@@ -110,0 +110,0 @@ body: JSON.stringify({ endpoints: req.endpoints }) |
{ | ||
"name": "@upstash/qstash", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"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
165968