@upstash/qstash 2.7.11-canary → 2.7.11-canary-2

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.
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  Receiver,
3
3
  serve
4
- } from "./chunk-KWSSCN6R.mjs";
4
+ } from "./chunk-KGI26PDH.mjs";
5
5
 
6
6
  // node_modules/defu/dist/defu.mjs
7
7
  function isPlainObject(value) {
@@ -1,29 +1,3 @@
1
- var __create = Object.create;
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __commonJS = (cb, mod) => function __require() {
8
- return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
19
- // If the importer is in node compatibility mode or this is not an ESM
20
- // file that has been converted to a CommonJS file using a Babel-
21
- // compatible transform (i.e. "__esModule" has not been set), then set
22
- // "default" to the CommonJS "module.exports" for node compatibility.
23
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
24
- mod
25
- ));
26
-
27
1
  // src/receiver.ts
28
2
  import * as jose from "jose";
29
3
  import crypto2 from "crypto-js";
@@ -2951,8 +2925,6 @@ var Workflow = class {
2951
2925
  };
2952
2926
 
2953
2927
  export {
2954
- __commonJS,
2955
- __toESM,
2956
2928
  SignatureError,
2957
2929
  Receiver,
2958
2930
  QstashError,
package/cloudflare.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  serve
3
- } from "./chunk-KWSSCN6R.mjs";
3
+ } from "./chunk-KGI26PDH.mjs";
4
4
 
5
5
  // platforms/cloudflare.ts
6
6
  var getArgs = (args) => {
package/h3.mjs CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  serve,
3
3
  verifySignatureH3
4
- } from "./chunk-XLCNEVA2.mjs";
4
+ } from "./chunk-E4S2C5HM.mjs";
5
5
  import "./chunk-CIVGPRQN.mjs";
6
- import "./chunk-KWSSCN6R.mjs";
6
+ import "./chunk-KGI26PDH.mjs";
7
7
  export {
8
8
  serve,
9
9
  verifySignatureH3
package/hono.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  serve
3
- } from "./chunk-KWSSCN6R.mjs";
3
+ } from "./chunk-KGI26PDH.mjs";
4
4
 
5
5
  // platforms/hono.ts
6
6
  var serve2 = (routeFunction, options) => {
package/index.mjs CHANGED
@@ -19,7 +19,7 @@ import {
19
19
  openai,
20
20
  setupAnalytics,
21
21
  upstash
22
- } from "./chunk-KWSSCN6R.mjs";
22
+ } from "./chunk-KGI26PDH.mjs";
23
23
  export {
24
24
  Chat,
25
25
  Client,