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/cli/main.cjs CHANGED
@@ -33,7 +33,7 @@ var import_msgpackr = require("msgpackr");
33
33
  var MAX_DECOMPRESSED_BYTES = 1024 * 1024 * 1024;
34
34
 
35
35
  // src/dump/serializer.ts
36
- var FLIGHTBOX_VERSION = "0.1.0";
36
+ var FLIGHTBOX_VERSION = "0.2.0";
37
37
 
38
38
  // src/cli/open.ts
39
39
  var fs = __toESM(require("fs"));
package/dist/index.cjs CHANGED
@@ -691,7 +691,7 @@ var FORMAT_VERSION = 1;
691
691
  var MAX_DECOMPRESSED_BYTES = 1024 * 1024 * 1024;
692
692
 
693
693
  // src/dump/serializer.ts
694
- var FLIGHTBOX_VERSION = "0.1.0";
694
+ var FLIGHTBOX_VERSION = "0.2.0";
695
695
  var DUMP_GZIP_LEVEL = 1;
696
696
  var dumpCounter = 0;
697
697
  function buildIncident(opts) {