cardano-pab-client
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -41,3 +41,5 @@ "use strict"; | ||
const params = { | ||
caID: callActivate.endpointTag !== undefined ? callActivate : callActivate.params, | ||
caID: callActivate.endpointTag !== undefined | ||
? { tag: callActivate.endpointTag, contents: callActivate.params } | ||
: callActivate.params, | ||
caWallet: { getWalletId: walletId }, | ||
@@ -44,0 +46,0 @@ }; |
{ | ||
"name": "cardano-pab-client", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "A set of tools to develop frontends that interact with the Plutus Application Backend.", | ||
@@ -5,0 +5,0 @@ "author": "Plank", |
187672
3870