zam-core 0.12.0 → 0.13.0

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
@@ -10339,7 +10339,7 @@ async function readWebLink(url) {
10339
10339
  redirect: "manual",
10340
10340
  signal: controller.signal,
10341
10341
  headers: {
10342
- "User-Agent": "ZAM-Content-Studio/0.12.0"
10342
+ "User-Agent": "ZAM-Content-Studio/0.13.0"
10343
10343
  }
10344
10344
  });
10345
10345
  if (res.status >= 300 && res.status < 400) {