@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.
- package/dist/learn-cloud-plugin.cjs.development.js +2 -0
- package/dist/learn-cloud-plugin.cjs.development.js.map +2 -2
- package/dist/learn-cloud-plugin.cjs.production.min.js +1 -1
- package/dist/learn-cloud-plugin.cjs.production.min.js.map +2 -2
- package/dist/learn-cloud-plugin.esm.js +2 -0
- package/dist/learn-cloud-plugin.esm.js.map +2 -2
- package/package.json +2 -2
|
@@ -8056,6 +8056,7 @@ var getClient = /* @__PURE__ */ __name2(async (url, didAuthFunction) => {
|
|
|
8056
8056
|
methodOverride: "POST",
|
|
8057
8057
|
url,
|
|
8058
8058
|
maxURLLength: 3072,
|
|
8059
|
+
maxItems: 50,
|
|
8059
8060
|
headers: { Authorization: `Bearer ${await didAuthFunction()}` }
|
|
8060
8061
|
})
|
|
8061
8062
|
]
|
|
@@ -8072,6 +8073,7 @@ var getClient = /* @__PURE__ */ __name2(async (url, didAuthFunction) => {
|
|
|
8072
8073
|
httpBatchLink({
|
|
8073
8074
|
methodOverride: "POST",
|
|
8074
8075
|
url,
|
|
8076
|
+
maxItems: 50,
|
|
8075
8077
|
maxURLLength: 3072,
|
|
8076
8078
|
headers: async () => {
|
|
8077
8079
|
if (challenges.length === 0)
|