@boarteam/fix-dict-fix42 2.0.0 → 4.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
@@ -5,7 +5,7 @@ The **complete FIX 4.2 dictionary as data** (405 fields / 46 messages / 21 datat
5
5
  official FIX 4.2 specification (FIX Repository, 2010 Edition) and cross-checked against the
6
6
  QuickFIX `FIX42.xml` dictionary by a CI drift gate — never hand-maintained.
7
7
 
8
- On a 0.x line and actively developed. See the
8
+ Stable and actively developed. See the
9
9
  [project README](https://github.com/boarteam/fix-protocol#readme) for coverage, the cross-check
10
10
  report, and declared coverage gaps.
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boarteam/fix-dict-fix42",
3
- "version": "2.0.0",
3
+ "version": "4.0.0",
4
4
  "description": "FIX 4.2 dictionary as data (fields, components, messages, datatypes, enums) for @boarteam/fix. Generated from the official FIX 4.2 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.5.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.5.0"
51
51
  },
52
52
  "scripts": {
53
53
  "build": "tsup",