@devicecloud.dev/dcd 3.3.8 → 3.3.9

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.
@@ -320,7 +320,7 @@ class Cloud extends core_1.Command {
320
320
  if (!updatedResults) {
321
321
  throw new Error('no results');
322
322
  }
323
- if (!quiet || !json) {
323
+ if (!quiet && !json) {
324
324
  core_1.ux.action.status =
325
325
  '\nStatus Test\n─────────── ───────────────';
326
326
  for (const { retry_of: isRetry, status, test_file_name: test, } of updatedResults) {
@@ -404,5 +404,5 @@
404
404
  ]
405
405
  }
406
406
  },
407
- "version": "3.3.8"
407
+ "version": "3.3.9"
408
408
  }
package/package.json CHANGED
@@ -80,7 +80,7 @@
80
80
  "test": "mocha --forbid-only \"test/**/*.test.ts\"",
81
81
  "version": "oclif readme && git add README.md"
82
82
  },
83
- "version": "3.3.8",
83
+ "version": "3.3.9",
84
84
  "bugs": {
85
85
  "url": "https://discord.gg/gm3mJwcNw8"
86
86
  },