@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
|
@@ -7222,7 +7222,7 @@ var getClient = /* @__PURE__ */ __name2(async (url, didAuthFunction) => {
|
|
|
7222
7222
|
links: [
|
|
7223
7223
|
httpBatchLink({
|
|
7224
7224
|
url,
|
|
7225
|
-
maxURLLength:
|
|
7225
|
+
maxURLLength: 3072,
|
|
7226
7226
|
headers: { Authorization: `Bearer ${await didAuthFunction()}` }
|
|
7227
7227
|
})
|
|
7228
7228
|
]
|
|
@@ -7238,7 +7238,7 @@ var getClient = /* @__PURE__ */ __name2(async (url, didAuthFunction) => {
|
|
|
7238
7238
|
}),
|
|
7239
7239
|
httpBatchLink({
|
|
7240
7240
|
url,
|
|
7241
|
-
maxURLLength:
|
|
7241
|
+
maxURLLength: 3072,
|
|
7242
7242
|
headers: async () => {
|
|
7243
7243
|
if (challenges.length === 0)
|
|
7244
7244
|
challenges.push(...await getChallenges());
|