@empiricalrun/reporter
Advanced tools
Comparing version 0.14.0 to 0.14.1
# @empiricalrun/reporter | ||
## 0.14.1 | ||
### Patch Changes | ||
- b2cace1: fix: do not publish runs when report does not exist | ||
## 0.14.0 | ||
@@ -4,0 +10,0 @@ |
@@ -79,4 +79,4 @@ "use strict"; | ||
await Promise.all(sinks.map((s) => s.sendEndMessage())); | ||
await dashboardSinkInstance.sendTestRunToDb(); | ||
} | ||
await dashboardSinkInstance.sendTestRunToDb(); | ||
} | ||
@@ -83,0 +83,0 @@ else { |
{ | ||
"name": "@empiricalrun/reporter", | ||
"version": "0.14.0", | ||
"version": "0.14.1", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "registry": "https://registry.npmjs.org/", |
Sorry, the diff of this file is not supported yet
69737