@ledgerhq/live-cli 24.19.2-nightly.0 → 24.19.2-nightly.1
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
|
@@ -523353,7 +523353,7 @@ var require_package8 = __commonJS({
|
|
|
523353
523353
|
module2.exports = {
|
|
523354
523354
|
name: "@ledgerhq/live-common",
|
|
523355
523355
|
description: "Common ground for the Ledger Live apps",
|
|
523356
|
-
version: "34.
|
|
523356
|
+
version: "34.39.0-nightly.1",
|
|
523357
523357
|
repository: {
|
|
523358
523358
|
type: "git",
|
|
523359
523359
|
url: "https://github.com/LedgerHQ/ledger-live.git"
|
|
@@ -530154,7 +530154,7 @@ var require_package9 = __commonJS({
|
|
|
530154
530154
|
"package.json"(exports2, module2) {
|
|
530155
530155
|
module2.exports = {
|
|
530156
530156
|
name: "@ledgerhq/live-cli",
|
|
530157
|
-
version: "24.19.2-nightly.
|
|
530157
|
+
version: "24.19.2-nightly.1",
|
|
530158
530158
|
description: "ledger-live CLI version",
|
|
530159
530159
|
repository: {
|
|
530160
530160
|
type: "git",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/live-cli",
|
|
3
|
-
"version": "24.19.2-nightly.
|
|
3
|
+
"version": "24.19.2-nightly.1",
|
|
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.75.0-nightly.
|
|
61
|
+
"@ledgerhq/types-live": "^6.75.0-nightly.2"
|
|
62
62
|
},
|
|
63
63
|
"publishConfig": {
|
|
64
64
|
"directory": "dist"
|