@upstash/qstash
Advanced tools
Comparing version 2.0.0-canary.2 to 2.0.0-canary.3
@@ -519,2 +519,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } }var __defProp = Object.defineProperty; | ||
console.error(e); | ||
console.log(JSON.stringify({ key, req })); | ||
throw new SignatureError(`signature does not match: ${e.message}`); | ||
@@ -521,0 +522,0 @@ }); |
@@ -519,2 +519,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } }var __defProp = Object.defineProperty; | ||
console.error(e); | ||
console.log(JSON.stringify({ key, req })); | ||
throw new SignatureError(`signature does not match: ${e.message}`); | ||
@@ -521,0 +522,0 @@ }); |
{ | ||
"name": "@upstash/qstash", | ||
"version": "2.0.0-canary.2", | ||
"version": "2.0.0-canary.3", | ||
"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
160822
2303