@vercel/queue 0.1.6 → 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/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1640,7 +1640,7 @@ Cause: ${cause}`
|
|
|
1640
1640
|
}
|
|
1641
1641
|
console.debug("[VQS Debug] Request:", JSON.stringify(logData, null, 2));
|
|
1642
1642
|
}
|
|
1643
|
-
init.headers.set("User-Agent", `@vercel/queue/${"0.1.
|
|
1643
|
+
init.headers.set("User-Agent", `@vercel/queue/${"0.1.7"}`);
|
|
1644
1644
|
init.headers.set("Vqs-Client-Ts", (/* @__PURE__ */ new Date()).toISOString());
|
|
1645
1645
|
const fetchInit = this.dispatcher ? { ...init, dispatcher: this.dispatcher } : init;
|
|
1646
1646
|
const response = await fetch(url, fetchInit);
|
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);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/queue",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@vercel/oidc": "^3.0.5",
|
|
40
40
|
"minimatch": "^10.2.4",
|
|
41
41
|
"picocolors": "^1.1.1",
|
|
42
|
-
"mixpart": "0.0.
|
|
42
|
+
"mixpart": "0.0.6"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@microsoft/api-extractor": "^7.52.8",
|