@ledgerhq/live-cli 24.29.0-nightly.20251203101856 → 24.29.0-nightly.20251203105022
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.
- package/lib/cli.js +2 -2
- package/package.json +2 -2
package/lib/cli.js
CHANGED
|
@@ -543580,7 +543580,7 @@ var require_package8 = __commonJS({
|
|
|
543580
543580
|
module2.exports = {
|
|
543581
543581
|
name: "@ledgerhq/live-common",
|
|
543582
543582
|
description: "Common ground for the Ledger Live apps",
|
|
543583
|
-
version: "34.54.0-nightly.
|
|
543583
|
+
version: "34.54.0-nightly.20251203105022",
|
|
543584
543584
|
repository: {
|
|
543585
543585
|
type: "git",
|
|
543586
543586
|
url: "https://github.com/LedgerHQ/ledger-live.git"
|
|
@@ -543925,7 +543925,7 @@ var require_package9 = __commonJS({
|
|
|
543925
543925
|
"package.json"(exports2, module2) {
|
|
543926
543926
|
module2.exports = {
|
|
543927
543927
|
name: "@ledgerhq/live-cli",
|
|
543928
|
-
version: "24.29.0-nightly.
|
|
543928
|
+
version: "24.29.0-nightly.20251203105022",
|
|
543929
543929
|
description: "ledger-live CLI version",
|
|
543930
543930
|
repository: {
|
|
543931
543931
|
type: "git",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/live-cli",
|
|
3
|
-
"version": "24.29.0-nightly.
|
|
3
|
+
"version": "24.29.0-nightly.20251203105022",
|
|
4
4
|
"description": "ledger-live CLI version",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"tsup": "7.3.0",
|
|
60
60
|
"yaml": "2.8.1",
|
|
61
61
|
"@ledgerhq/types-cryptoassets": "^7.30.0",
|
|
62
|
-
"@ledgerhq/types-live": "^6.90.0-nightly.
|
|
62
|
+
"@ledgerhq/types-live": "^6.90.0-nightly.20251203105022"
|
|
63
63
|
},
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"directory": "dist"
|