@boarteam/fix-dict-fixt11 2.0.0 โ 2.0.1
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.
- package/README.md +2 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -9,6 +9,8 @@ TestRequest(1), ResendRequest(2), Reject(3), SequenceReset(4), Logout(5), and Lo
|
|
|
9
9
|
with its required `DefaultApplVerID(1137)`. Generated from the QuickFIX/J `FIXT11.xml`
|
|
10
10
|
data dictionary โ never hand-maintained.
|
|
11
11
|
|
|
12
|
+
๐ **[Documentation](https://boar.team/fix/docs/)** ยท ๐ **[The FIXT pair API](https://boar.team/fix/docs/dictionaries/)** ยท โถ๏ธ **[Playground](https://boar.team/fix/playground/)** ยท ๐ป **[GitHub](https://github.com/boarteam/fix-protocol)**
|
|
13
|
+
|
|
12
14
|
Use it for transport-layer tooling (session-message construction and validation, layer
|
|
13
15
|
attribution) or pair it with an application dictionary. For a batteries-included FIX 5.0
|
|
14
16
|
SP2 dictionary that already contains this envelope, use
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@boarteam/fix-dict-fixt11",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "FIXT.1.1 transport-layer dictionary (session envelope + admin messages) for @boarteam/fix. The session half of the transport/application split introduced by FIX 5.0; generated from the QuickFIX/J FIXT11 data dictionary.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"url": "git+https://github.com/boarteam/fix-protocol.git",
|
|
36
36
|
"directory": "packages/fix-dict-fixt11"
|
|
37
37
|
},
|
|
38
|
-
"homepage": "https://
|
|
38
|
+
"homepage": "https://boar.team/fix/docs/",
|
|
39
39
|
"bugs": "https://github.com/boarteam/fix-protocol/issues",
|
|
40
40
|
"publishConfig": {
|
|
41
41
|
"access": "public"
|
|
@@ -44,12 +44,12 @@
|
|
|
44
44
|
"node": ">=18"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"@boarteam/fix": "
|
|
47
|
+
"@boarteam/fix": ">=0.5.0 <1.0.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"tsup": "^8.3.5",
|
|
51
51
|
"typescript": "^5.7.2",
|
|
52
|
-
"@boarteam/fix": "0.5.
|
|
52
|
+
"@boarteam/fix": "0.5.1"
|
|
53
53
|
},
|
|
54
54
|
"scripts": {
|
|
55
55
|
"build": "tsup",
|