File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ # v1.0.0-alpha.3
2+
3+ * ` signTransaction ` now receives type ` string ` instead of ` { transactionXdr: string; } ` as a function parameter
4+ * All methods now ` throw ` on error rather returning ` { error: string} `
5+ * Since ` getPublicKey ` and ` signTransaction ` no longer return errors, they now simply return a ` string ` rather than an object
Original file line number Diff line number Diff line change 11{
22 "name" : " @stellar/lyra-api" ,
3- "version" : " 1.0.0-alpha.2 " ,
3+ "version" : " 1.0.0-alpha.3 " ,
44 "license" : " Apache-2.0" ,
55 "author" : " Stellar Development Foundation <hello@stellar.org>" ,
66 "description" : " Utility functions to interact with Lyra extension" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " extension" ,
3- "version" : " 1.0.0-alpha.6 " ,
3+ "version" : " 1.0.0-alpha.7 " ,
44 "license" : " Apache-2.0" ,
55 "prettier" : " @stellar/prettier-config" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " Lyra" ,
33 "version" : " 1.0.0" ,
4- "version_name" : " alpha.6 " ,
4+ "version_name" : " alpha.7 " ,
55 "description" : " Browser extension to create a Stellar wallet and share wallet information with web applications" ,
66 "permissions" : [" storage" ],
77 "background" : {
You can’t perform that action at this time.
0 commit comments