@vercel/queue 0.1.5 → 0.1.6

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.
package/dist/index.mjs CHANGED
@@ -1579,7 +1579,7 @@ Cause: ${cause}`
1579
1579
  }
1580
1580
  console.debug("[VQS Debug] Request:", JSON.stringify(logData, null, 2));
1581
1581
  }
1582
- init.headers.set("User-Agent", `@vercel/queue/${"0.1.5"}`);
1582
+ init.headers.set("User-Agent", `@vercel/queue/${"0.1.6"}`);
1583
1583
  init.headers.set("Vqs-Client-Ts", (/* @__PURE__ */ new Date()).toISOString());
1584
1584
  const fetchInit = this.dispatcher ? { ...init, dispatcher: this.dispatcher } : init;
1585
1585
  const response = await fetch(url, fetchInit);