@applitools/visual-grid-cli-utils 1.21.42 → 1.21.43

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/visual-grid-cli-utils",
3
- "version": "1.21.42",
3
+ "version": "1.21.43",
4
4
  "description": "",
5
5
  "main": "src/visual-grid-cli-utils.js",
6
6
  "engines": {
@@ -148,8 +148,8 @@ async function main({
148
148
  console.log('\n✓ Successfully generated view URL via new endpoint')
149
149
  viewRenderingUrl = result.url
150
150
  } else {
151
- console.log('\n⚠ New endpoint unavailable, using legacy method')
152
- console.log(` Reason: ${result.error}`)
151
+ console.debug(` (${result.error})`)
152
+ console.log('\n⚠ Legacy method used: Render ID predates SSA refactor.')
153
153
  viewRenderingUrl = calculateViewRenderingUrl(renderId, finalAuthToken, accountOverride)
154
154
  }
155
155