@ledgerhq/live-cli 24.28.0-nightly.20251119023741 → 24.28.0-nightly.20251119110540
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
|
@@ -519494,7 +519494,7 @@ var require_package7 = __commonJS({
|
|
|
519494
519494
|
module2.exports = {
|
|
519495
519495
|
name: "@ledgerhq/live-common",
|
|
519496
519496
|
description: "Common ground for the Ledger Live apps",
|
|
519497
|
-
version: "34.53.0-nightly.
|
|
519497
|
+
version: "34.53.0-nightly.20251119110540",
|
|
519498
519498
|
repository: {
|
|
519499
519499
|
type: "git",
|
|
519500
519500
|
url: "https://github.com/LedgerHQ/ledger-live.git"
|
|
@@ -519833,7 +519833,7 @@ var require_package8 = __commonJS({
|
|
|
519833
519833
|
"package.json"(exports2, module2) {
|
|
519834
519834
|
module2.exports = {
|
|
519835
519835
|
name: "@ledgerhq/live-cli",
|
|
519836
|
-
version: "24.28.0-nightly.
|
|
519836
|
+
version: "24.28.0-nightly.20251119110540",
|
|
519837
519837
|
description: "ledger-live CLI version",
|
|
519838
519838
|
repository: {
|
|
519839
519839
|
type: "git",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/live-cli",
|
|
3
|
-
"version": "24.28.0-nightly.
|
|
3
|
+
"version": "24.28.0-nightly.20251119110540",
|
|
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.89.0-nightly.
|
|
62
|
+
"@ledgerhq/types-live": "^6.89.0-nightly.20251119110540"
|
|
63
63
|
},
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"directory": "dist"
|