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