@learncard/learn-cloud-plugin 2.1.42 → 2.1.43

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.
@@ -8069,6 +8069,7 @@ var getClient = /* @__PURE__ */ __name2(async (url, didAuthFunction) => {
8069
8069
  methodOverride: "POST",
8070
8070
  url,
8071
8071
  maxURLLength: 3072,
8072
+ maxItems: 50,
8072
8073
  headers: { Authorization: `Bearer ${await didAuthFunction()}` }
8073
8074
  })
8074
8075
  ]
@@ -8085,6 +8086,7 @@ var getClient = /* @__PURE__ */ __name2(async (url, didAuthFunction) => {
8085
8086
  httpBatchLink({
8086
8087
  methodOverride: "POST",
8087
8088
  url,
8089
+ maxItems: 50,
8088
8090
  maxURLLength: 3072,
8089
8091
  headers: async () => {
8090
8092
  if (challenges.length === 0)