fixparser-plugin-messagestore-kdb 9.3.4-f6f0a2b3 → 9.3.5-7734566f

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.
@@ -4469,4 +4469,4 @@ var MessageStoreKDB = class {
4469
4469
  0 && (module.exports = {
4470
4470
  MessageStoreKDB
4471
4471
  });
4472
- //# sourceMappingURL=MessageStoreKDB.js.map
4472
+ //# sourceMappingURL=MessageStoreKDB.cjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fixparser-plugin-messagestore-kdb",
3
- "version": "9.3.4-f6f0a2b3",
3
+ "version": "9.3.5-7734566f",
4
4
  "description": "FIXParser KDB+ Message Store Plugin",
5
5
  "files": [
6
6
  "./build/",
@@ -9,6 +9,7 @@
9
9
  "./LICENSE.md",
10
10
  "./README.md"
11
11
  ],
12
+ "main": "./build/cjs/MessageStoreKDB.cjs",
12
13
  "type": "module",
13
14
  "repository": {
14
15
  "type": "git",
@@ -45,7 +46,7 @@
45
46
  ".": {
46
47
  "types": "./types/MessageStoreKDB.d.ts",
47
48
  "import": "./build/esm/MessageStoreKDB.mjs",
48
- "require": "./build/cjs/MessageStoreKDB.js"
49
+ "require": "./build/cjs/MessageStoreKDB.cjs"
49
50
  }
50
51
  }
51
52
  }