@vercel/queue 0.1.5 → 0.1.7
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/README.md +2 -2
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
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.
|
|
1582
|
+
init.headers.set("User-Agent", `@vercel/queue/${"0.1.7"}`);
|
|
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);
|