zam-core 0.15.3 → 0.15.4

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.
@@ -12262,7 +12262,7 @@ async function readWebLink(url) {
12262
12262
  redirect: "manual",
12263
12263
  signal: controller.signal,
12264
12264
  headers: {
12265
- "User-Agent": "ZAM-Content-Studio/0.15.3"
12265
+ "User-Agent": "ZAM-Content-Studio/0.15.4"
12266
12266
  }
12267
12267
  });
12268
12268
  if (res.status >= 300 && res.status < 400) {