@harmoniclabs/buildooor 0.1.26 → 0.1.28
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.
|
@@ -121,7 +121,7 @@ function getTxInfos(transaction, genesisInfos) {
|
|
|
121
121
|
// id
|
|
122
122
|
txIdData,
|
|
123
123
|
// TODO: votes (TODO)
|
|
124
|
-
new plutus_data_1.
|
|
124
|
+
new plutus_data_1.DataMap([]),
|
|
125
125
|
// TODO: proposals (TODO)
|
|
126
126
|
new plutus_data_1.DataList([]),
|
|
127
127
|
// TODO: currentTreasury
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@harmoniclabs/buildooor",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.28",
|
|
4
4
|
"description": "Cardano transaction builder in typescript",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@harmoniclabs/bip32_ed25519": "^0.1.3",
|
|
52
52
|
"@harmoniclabs/bytestring": "^1.0.0",
|
|
53
53
|
"@harmoniclabs/cardano-costmodels-ts": "^1.3.0",
|
|
54
|
-
"@harmoniclabs/cardano-ledger-ts": "^0.4.
|
|
54
|
+
"@harmoniclabs/cardano-ledger-ts": "^0.4.6",
|
|
55
55
|
"@harmoniclabs/cbor": "^1.6.6",
|
|
56
56
|
"@harmoniclabs/pair": "^1.0.0",
|
|
57
57
|
"@harmoniclabs/plutus-data": "^1.2.6",
|