@ledgerhq/live-cli 24.17.1-next.0 → 24.17.1-nightly.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/lib/cli.js +4 -3
  2. package/package.json +2 -2
package/lib/cli.js CHANGED
@@ -528250,7 +528250,7 @@ var require_package8 = __commonJS({
528250
528250
  module2.exports = {
528251
528251
  name: "@ledgerhq/live-common",
528252
528252
  description: "Common ground for the Ledger Live apps",
528253
- version: "34.31.0-next.0",
528253
+ version: "34.31.0-nightly.0",
528254
528254
  repository: {
528255
528255
  type: "git",
528256
528256
  url: "https://github.com/LedgerHQ/ledger-live.git"
@@ -535051,7 +535051,7 @@ var require_package9 = __commonJS({
535051
535051
  "package.json"(exports2, module2) {
535052
535052
  module2.exports = {
535053
535053
  name: "@ledgerhq/live-cli",
535054
- version: "24.17.1-next.0",
535054
+ version: "24.17.1-nightly.0",
535055
535055
  description: "ledger-live CLI version",
535056
535056
  repository: {
535057
535057
  type: "git",
@@ -779541,7 +779541,8 @@ async function craftTransaction2(account3, transaction) {
779541
779541
  const craftedTransaction = transactionBuilder.setTimeout(0).build();
779542
779542
  return {
779543
779543
  transaction: craftedTransaction,
779544
- xdr: craftedTransaction.toXDR()
779544
+ xdr: craftedTransaction.toXDR(),
779545
+ signatureBase: craftedTransaction.signatureBase().toString("base64")
779545
779546
  };
779546
779547
  }
779547
779548
  function buildMemo(memoType, memoValue) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/live-cli",
3
- "version": "24.17.1-next.0",
3
+ "version": "24.17.1-nightly.0",
4
4
  "description": "ledger-live CLI version",
5
5
  "repository": {
6
6
  "type": "git",
@@ -56,7 +56,7 @@
56
56
  "ts-node": "10.9.2",
57
57
  "tsup": "7.3.0",
58
58
  "@ledgerhq/types-cryptoassets": "^7.22.0",
59
- "@ledgerhq/types-live": "^6.68.0-next.0"
59
+ "@ledgerhq/types-live": "^6.68.0-nightly.0"
60
60
  },
61
61
  "publishConfig": {
62
62
  "directory": "dist"