@ledgerhq/live-cli 24.18.2-nightly.4 → 24.18.2-nightly.5
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
|
@@ -530284,7 +530284,7 @@ var require_package8 = __commonJS({
|
|
|
530284
530284
|
module2.exports = {
|
|
530285
530285
|
name: "@ledgerhq/live-common",
|
|
530286
530286
|
description: "Common ground for the Ledger Live apps",
|
|
530287
|
-
version: "34.34.0-nightly.
|
|
530287
|
+
version: "34.34.0-nightly.5",
|
|
530288
530288
|
repository: {
|
|
530289
530289
|
type: "git",
|
|
530290
530290
|
url: "https://github.com/LedgerHQ/ledger-live.git"
|
|
@@ -537083,7 +537083,7 @@ var require_package9 = __commonJS({
|
|
|
537083
537083
|
"package.json"(exports2, module2) {
|
|
537084
537084
|
module2.exports = {
|
|
537085
537085
|
name: "@ledgerhq/live-cli",
|
|
537086
|
-
version: "24.18.2-nightly.
|
|
537086
|
+
version: "24.18.2-nightly.5",
|
|
537087
537087
|
description: "ledger-live CLI version",
|
|
537088
537088
|
repository: {
|
|
537089
537089
|
type: "git",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/live-cli",
|
|
3
|
-
"version": "24.18.2-nightly.
|
|
3
|
+
"version": "24.18.2-nightly.5",
|
|
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.23.0",
|
|
59
|
-
"@ledgerhq/types-live": "^6.71.0-nightly.
|
|
59
|
+
"@ledgerhq/types-live": "^6.71.0-nightly.1"
|
|
60
60
|
},
|
|
61
61
|
"publishConfig": {
|
|
62
62
|
"directory": "dist"
|