fboxrec 0.1.0 → 0.2.0

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/dist/index.mjs CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  start,
5
5
  stop,
6
6
  trigger
7
- } from "./chunk-HCJF2ASP.mjs";
7
+ } from "./chunk-HACKKJXE.mjs";
8
8
  export {
9
9
  addEvent,
10
10
  index_default as default,
package/dist/register.cjs CHANGED
@@ -677,7 +677,7 @@ var FORMAT_VERSION = 1;
677
677
  var MAX_DECOMPRESSED_BYTES = 1024 * 1024 * 1024;
678
678
 
679
679
  // src/dump/serializer.ts
680
- var FLIGHTBOX_VERSION = "0.1.0";
680
+ var FLIGHTBOX_VERSION = "0.2.0";
681
681
  var DUMP_GZIP_LEVEL = 1;
682
682
  var dumpCounter = 0;
683
683
  function buildIncident(opts) {