@ledgerhq/live-cli 24.27.0-nightly.20251101023821 → 24.27.0-nightly.20251104023745
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 +4 -3
- package/package.json +3 -3
package/lib/cli.js
CHANGED
|
@@ -520289,7 +520289,7 @@ var require_package7 = __commonJS({
|
|
|
520289
520289
|
module2.exports = {
|
|
520290
520290
|
name: "@ledgerhq/live-common",
|
|
520291
520291
|
description: "Common ground for the Ledger Live apps",
|
|
520292
|
-
version: "34.52.0-nightly.
|
|
520292
|
+
version: "34.52.0-nightly.20251104023745",
|
|
520293
520293
|
repository: {
|
|
520294
520294
|
type: "git",
|
|
520295
520295
|
url: "https://github.com/LedgerHQ/ledger-live.git"
|
|
@@ -520624,7 +520624,7 @@ var require_package8 = __commonJS({
|
|
|
520624
520624
|
"package.json"(exports2, module2) {
|
|
520625
520625
|
module2.exports = {
|
|
520626
520626
|
name: "@ledgerhq/live-cli",
|
|
520627
|
-
version: "24.27.0-nightly.
|
|
520627
|
+
version: "24.27.0-nightly.20251104023745",
|
|
520628
520628
|
description: "ledger-live CLI version",
|
|
520629
520629
|
repository: {
|
|
520630
520630
|
type: "git",
|
|
@@ -822913,7 +822913,8 @@ var appConfig = {
|
|
|
822913
822913
|
config_nanoapp_celo: {
|
|
822914
822914
|
type: "object",
|
|
822915
822915
|
default: {
|
|
822916
|
-
minVersion: "1.5.0"
|
|
822916
|
+
minVersion: "1.5.0",
|
|
822917
|
+
nanosMinVersion: "1.3.2"
|
|
822917
822918
|
}
|
|
822918
822919
|
},
|
|
822919
822920
|
config_nanoapp_cardano_ada: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/live-cli",
|
|
3
|
-
"version": "24.27.0-nightly.
|
|
3
|
+
"version": "24.27.0-nightly.20251104023745",
|
|
4
4
|
"description": "ledger-live CLI version",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"ts-node": "10.9.2",
|
|
59
59
|
"tsup": "7.3.0",
|
|
60
60
|
"yaml": "2.8.1",
|
|
61
|
-
"@ledgerhq/types-cryptoassets": "^7.30.0-nightly.
|
|
62
|
-
"@ledgerhq/types-live": "^6.88.0-nightly.
|
|
61
|
+
"@ledgerhq/types-cryptoassets": "^7.30.0-nightly.20251104023745",
|
|
62
|
+
"@ledgerhq/types-live": "^6.88.0-nightly.20251104023745"
|
|
63
63
|
},
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"directory": "dist"
|