@harmoniclabs/buildooor 0.2.0 → 0.2.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.
@@ -1251,7 +1251,7 @@ function onEvaluationResult(i, totExBudget, rdmr, result, budgetSpent, logs, cal
1251
1251
  else {
1252
1252
  var callArgsStr = (callArgs
1253
1253
  .map(function (d, i) {
1254
- return i.toString() + ": " + (0, plutus_data_1.dataToCbor)(d).toString();
1254
+ return i.toString() + ": " + (0, uint8array_utils_1.toHex)((0, plutus_data_1.dataToCbor)(d));
1255
1255
  })
1256
1256
  .join("\n"));
1257
1257
  var errorMsg = result === null || result === void 0 ? void 0 : result.msg;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harmoniclabs/buildooor",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Cardano transaction builder in typescript",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",