@ledgerhq/live-cli 24.15.1-nightly.3 → 24.15.1-nightly.4
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
|
@@ -523376,7 +523376,7 @@ var require_package8 = __commonJS({
|
|
|
523376
523376
|
module2.exports = {
|
|
523377
523377
|
name: "@ledgerhq/live-common",
|
|
523378
523378
|
description: "Common ground for the Ledger Live apps",
|
|
523379
|
-
version: "34.29.0-nightly.
|
|
523379
|
+
version: "34.29.0-nightly.4",
|
|
523380
523380
|
repository: {
|
|
523381
523381
|
type: "git",
|
|
523382
523382
|
url: "https://github.com/LedgerHQ/ledger-live.git"
|
|
@@ -530177,7 +530177,7 @@ var require_package9 = __commonJS({
|
|
|
530177
530177
|
"package.json"(exports2, module2) {
|
|
530178
530178
|
module2.exports = {
|
|
530179
530179
|
name: "@ledgerhq/live-cli",
|
|
530180
|
-
version: "24.15.1-nightly.
|
|
530180
|
+
version: "24.15.1-nightly.4",
|
|
530181
530181
|
description: "ledger-live CLI version",
|
|
530182
530182
|
repository: {
|
|
530183
530183
|
type: "git",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/live-cli",
|
|
3
|
-
"version": "24.15.1-nightly.
|
|
3
|
+
"version": "24.15.1-nightly.4",
|
|
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.21.0",
|
|
59
|
-
"@ledgerhq/types-live": "^6.66.0-nightly.
|
|
59
|
+
"@ledgerhq/types-live": "^6.66.0-nightly.2"
|
|
60
60
|
},
|
|
61
61
|
"publishConfig": {
|
|
62
62
|
"directory": "dist"
|