zam-core 0.15.1 → 0.15.2

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.
@@ -12251,7 +12251,7 @@ async function readWebLink(url) {
12251
12251
  redirect: "manual",
12252
12252
  signal: controller.signal,
12253
12253
  headers: {
12254
- "User-Agent": "ZAM-Content-Studio/0.15.1"
12254
+ "User-Agent": "ZAM-Content-Studio/0.15.2"
12255
12255
  }
12256
12256
  });
12257
12257
  if (res.status >= 300 && res.status < 400) {