fixparser-plugin-messagestore-kdb 9.1.5 → 9.1.6-da9cb1d7

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.
@@ -1,3 +1,4 @@
1
+ const require = createRequire(import.meta.url);
1
2
  var __create = Object.create;
2
3
  var __defProp = Object.defineProperty;
3
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -3637,6 +3638,7 @@ var require_websocket_server = __commonJS({
3637
3638
  });
3638
3639
 
3639
3640
  // ../fixparser-common/build/esm/index.mjs
3641
+ var require2 = createRequire(import.meta.url);
3640
3642
  var MessageBuffer = class {
3641
3643
  /**
3642
3644
  * A number representing the next expected message sequence number.