@miso.ai/server-commons 0.6.6-beta.19 → 0.6.6-beta.20

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
@@ -21,8 +21,8 @@
21
21
  "saxes": "^6.0.0",
22
22
  "stream-chain": "^3.4.0",
23
23
  "toml": "^3.0.0",
24
- "uuid": "^9.0.0",
24
+ "uuid": "^14.0.0",
25
25
  "yargs": "^17.5.1"
26
26
  },
27
- "version": "0.6.6-beta.19"
27
+ "version": "0.6.6-beta.20"
28
28
  }
@@ -195,7 +195,7 @@ export default class BufferedWriteStream extends Transform {
195
195
 
196
196
  }
197
197
 
198
- function summarizeRecovered({ recovered }) {
198
+ function summarizeRecovered(recovered) {
199
199
  if (!recovered) {
200
200
  return { records: 0, bytes: 0 };
201
201
  }