@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.
@@ -7222,7 +7222,7 @@ var getClient = /* @__PURE__ */ __name2(async (url, didAuthFunction) => {
7222
7222
  links: [
7223
7223
  httpBatchLink({
7224
7224
  url,
7225
- maxURLLength: 2048,
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: 2048,
7241
+ maxURLLength: 3072,
7242
7242
  headers: async () => {
7243
7243
  if (challenges.length === 0)
7244
7244
  challenges.push(...await getChallenges());