@devicecloud.dev/dcd 0.0.6 → 0.0.7

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.
@@ -206,7 +206,7 @@ class Cloud extends core_1.Command {
206
206
  .map((r) => r.test_file_name)
207
207
  .join(', ')}\n`);
208
208
  (0, cli_ux_1.info)('Run triggered, you can access the results at:');
209
- const url = `https://console.devicecloud.dev/results/${results[0].test_upload_id}/${results[0].id}`;
209
+ const url = `https://console.devicecloud.dev/results?upload=${results[0].test_upload_id}&result=${results[0].id}`;
210
210
  core_1.ux.url(url, url);
211
211
  if (async) {
212
212
  (0, cli_ux_1.info)('Not waiting for results as async flag is set to true');
@@ -220,5 +220,5 @@
220
220
  ]
221
221
  }
222
222
  },
223
- "version": "0.0.6"
223
+ "version": "0.0.7"
224
224
  }
package/package.json CHANGED
@@ -73,7 +73,7 @@
73
73
  "test": "mocha --forbid-only \"test/**/*.test.ts\"",
74
74
  "version": "oclif readme && git add README.md"
75
75
  },
76
- "version": "0.0.6",
76
+ "version": "0.0.7",
77
77
  "bugs": {
78
78
  "url": "https://discord.gg/gm3mJwcNw8"
79
79
  },