fixparser 5.4.2 → 5.4.3

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.
@@ -68451,8 +68451,8 @@ var import_openpgp = __toESM(require_openpgp_min());
68451
68451
 
68452
68452
  // src/util/util.ts
68453
68453
  var version = {
68454
- version: "5.4.2",
68455
- build: "2022-11-23T22:21:19.623Z"
68454
+ version: "5.4.3",
68455
+ build: "2022-11-24T20:11:32.019Z"
68456
68456
  };
68457
68457
  var DEFAULT_FIX_VERSION = "FIX.5.0SP2";
68458
68458
  var DEFAULT_HEARTBEAT_SECONDS = 30;
@@ -68721,7 +68721,7 @@ var _LicenseManager = class {
68721
68721
  }
68722
68722
  };
68723
68723
  var LicenseManager = _LicenseManager;
68724
- __publicField(LicenseManager, "RELEASE_INFORMATION", "MTY2OTI0MjA3OTYyMw==");
68724
+ __publicField(LicenseManager, "RELEASE_INFORMATION", "MTY2OTMyMDY5MjAxOQ==");
68725
68725
  __publicField(LicenseManager, "licenseKey");
68726
68726
  __publicField(LicenseManager, "licenseKeyId", null);
68727
68727
  __publicField(LicenseManager, "licenseExpiry", null);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fixparser",
3
- "version": "5.4.2",
3
+ "version": "5.4.3",
4
4
  "description": "FIX 5.0 SP2 Parser",
5
5
  "files": [
6
6
  "./build/",