@ledgerhq/live-cli 24.19.4-nightly.1 → 24.19.4-nightly.2
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
|
@@ -516666,7 +516666,7 @@ var require_package8 = __commonJS({
|
|
|
516666
516666
|
module2.exports = {
|
|
516667
516667
|
name: "@ledgerhq/live-common",
|
|
516668
516668
|
description: "Common ground for the Ledger Live apps",
|
|
516669
|
-
version: "34.41.0-nightly.
|
|
516669
|
+
version: "34.41.0-nightly.2",
|
|
516670
516670
|
repository: {
|
|
516671
516671
|
type: "git",
|
|
516672
516672
|
url: "https://github.com/LedgerHQ/ledger-live.git"
|
|
@@ -523467,7 +523467,7 @@ var require_package9 = __commonJS({
|
|
|
523467
523467
|
"package.json"(exports2, module2) {
|
|
523468
523468
|
module2.exports = {
|
|
523469
523469
|
name: "@ledgerhq/live-cli",
|
|
523470
|
-
version: "24.19.4-nightly.
|
|
523470
|
+
version: "24.19.4-nightly.2",
|
|
523471
523471
|
description: "ledger-live CLI version",
|
|
523472
523472
|
repository: {
|
|
523473
523473
|
type: "git",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/live-cli",
|
|
3
|
-
"version": "24.19.4-nightly.
|
|
3
|
+
"version": "24.19.4-nightly.2",
|
|
4
4
|
"description": "ledger-live CLI version",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"ts-node": "10.9.2",
|
|
59
59
|
"tsup": "7.3.0",
|
|
60
60
|
"@ledgerhq/types-cryptoassets": "^7.23.0",
|
|
61
|
-
"@ledgerhq/types-live": "^6.77.0-nightly.
|
|
61
|
+
"@ledgerhq/types-live": "^6.77.0-nightly.1"
|
|
62
62
|
},
|
|
63
63
|
"publishConfig": {
|
|
64
64
|
"directory": "dist"
|