@cardano-sdk/tx-construction 0.8.5-patch.0 → 0.8.7-patch.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 +4 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
1
  # Cardano JS SDK | Tx Construction
2
2
 
3
3
  This package provides a set of high level primitives or constructing transactions on the Cardano blockchain.
4
+
5
+ ## TxBuilder
6
+
7
+ TODO
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cardano-sdk/tx-construction",
3
- "version": "0.8.5-patch.0",
3
+ "version": "0.8.7-patch.0",
4
4
  "description": "Types and functions for constructing transactions on Cardano",
5
5
  "engines": {
6
6
  "node": ">=14.20.1"
@@ -53,7 +53,7 @@
53
53
  "@cardano-sdk/core": "~0.15.2",
54
54
  "@cardano-sdk/crypto": "~0.1.8",
55
55
  "@cardano-sdk/input-selection": "~0.10.7",
56
- "@cardano-sdk/key-management": "~0.7.11-patch.0",
56
+ "@cardano-sdk/key-management": "~0.7.12-patch.0",
57
57
  "@cardano-sdk/util": "~0.12.1",
58
58
  "@cardano-sdk/util-rxjs": "~0.5.2",
59
59
  "lodash": "^4.17.21",
@@ -68,5 +68,5 @@
68
68
  "LICENSE",
69
69
  "NOTICE"
70
70
  ],
71
- "gitHead": "96cd833c1f1dcde08f3cce230eb9dab971f2d99b"
71
+ "gitHead": "caecd6ff27a42ebb658e75cd077ed29f09bba615"
72
72
  }