@learncard/learn-cloud-plugin 2.0.5 → 2.0.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/learn-cloud-plugin.cjs.development.js +2 -2
- package/dist/learn-cloud-plugin.cjs.development.js.map +1 -1
- package/dist/learn-cloud-plugin.cjs.production.min.js +1 -1
- package/dist/learn-cloud-plugin.cjs.production.min.js.map +1 -1
- package/dist/learn-cloud-plugin.esm.js +2 -2
- package/dist/learn-cloud-plugin.esm.js.map +1 -1
- package/package.json +4 -4
|
@@ -7210,7 +7210,7 @@ var getClient = /* @__PURE__ */ __name2(async (url, didAuthFunction) => {
|
|
|
7210
7210
|
links: [
|
|
7211
7211
|
httpBatchLink({
|
|
7212
7212
|
url,
|
|
7213
|
-
maxURLLength:
|
|
7213
|
+
maxURLLength: 3072,
|
|
7214
7214
|
headers: { Authorization: `Bearer ${await didAuthFunction()}` }
|
|
7215
7215
|
})
|
|
7216
7216
|
]
|
|
@@ -7226,7 +7226,7 @@ var getClient = /* @__PURE__ */ __name2(async (url, didAuthFunction) => {
|
|
|
7226
7226
|
}),
|
|
7227
7227
|
httpBatchLink({
|
|
7228
7228
|
url,
|
|
7229
|
-
maxURLLength:
|
|
7229
|
+
maxURLLength: 3072,
|
|
7230
7230
|
headers: async () => {
|
|
7231
7231
|
if (challenges.length === 0)
|
|
7232
7232
|
challenges.push(...await getChallenges());
|