@upstash/qstash
Advanced tools
Comparing version 2.0.0-canary.6 to 2.0.0-canary.7
@@ -7,3 +7,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
// src/entrypoints/nextjs/edge.ts | ||
// src/entrypoints/nextjs-edge.ts | ||
function verifySignature(handler, config) { | ||
@@ -10,0 +10,0 @@ var _a, _b; |
@@ -7,3 +7,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
// src/entrypoints/nextjs/serverless.ts | ||
// src/entrypoints/nextjs-serverless.ts | ||
var _crypto = require('crypto'); | ||
@@ -10,0 +10,0 @@ function verifySignature(handler, config) { |
{ | ||
"name": "@upstash/qstash", | ||
"version": "2.0.0-canary.6", | ||
"version": "2.0.0-canary.7", | ||
"description": "Official Typescript client for QStash", | ||
@@ -79,7 +79,7 @@ "repository": { | ||
], | ||
"nextjs/edge": [ | ||
"./types/entrypoints/nextjs/edge.d.ts" | ||
"nextjs-edge": [ | ||
"./types/entrypoints/nextjs-edge.d.ts" | ||
], | ||
"nextjs/serverless": [ | ||
"./types/entrypoints/nextjs/serverless.d.ts" | ||
"nextjs-serverless": [ | ||
"./types/entrypoints/nextjs-serverless.d.ts" | ||
] | ||
@@ -86,0 +86,0 @@ } |
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
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
161191