@boarteam/fix-dict-fix44 2.0.0 → 3.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -4,7 +4,7 @@ The **complete FIX 4.4 dictionary as data** (912 fields / 93 messages / 105 comp
4
4
  datatypes) for the [`@boarteam/fix`](https://www.npmjs.com/package/@boarteam/fix) engine.
5
5
  Generated directly from the QuickFIX `FIX44.xml` data dictionary — never hand-maintained.
6
6
 
7
- On a 0.x line and actively developed. See the
7
+ Stable and actively developed. See the
8
8
  [project README](https://github.com/boarteam/fix-protocol#readme) for coverage and declared
9
9
  coverage gaps.
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boarteam/fix-dict-fix44",
3
- "version": "2.0.0",
3
+ "version": "3.0.0",
4
4
  "description": "FIX 4.4 dictionary as data (fields, components, messages, datatypes, enums) for @boarteam/fix. Generated from the FIX 4.4 specification.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -42,12 +42,12 @@
42
42
  "node": ">=18"
43
43
  },
44
44
  "peerDependencies": {
45
- "@boarteam/fix": "^0.3.0"
45
+ "@boarteam/fix": "^0.4.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "tsup": "^8.3.5",
49
49
  "typescript": "^5.7.2",
50
- "@boarteam/fix": "0.3.0"
50
+ "@boarteam/fix": "0.4.0"
51
51
  },
52
52
  "scripts": {
53
53
  "build": "tsup",