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.
package/dist/cli/app.js CHANGED
@@ -10745,7 +10745,7 @@ async function readWebLink(url) {
10745
10745
  redirect: "manual",
10746
10746
  signal: controller.signal,
10747
10747
  headers: {
10748
- "User-Agent": "ZAM-Content-Studio/0.15.3"
10748
+ "User-Agent": "ZAM-Content-Studio/0.15.4"
10749
10749
  }
10750
10750
  });
10751
10751
  if (res.status >= 300 && res.status < 400) {