@ledgerhq/live-cli 26.1.0 → 26.1.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 +3 -4
- package/package.json +3 -3
package/lib/cli.js
CHANGED
|
@@ -525650,8 +525650,7 @@ const Delegation = (0,lib/* .type */.NW)({
|
|
|
525650
525650
|
voter: pubkey/* .PublicKeyFromString */.U,
|
|
525651
525651
|
stake: BigNumFromString,
|
|
525652
525652
|
activationEpoch: BigNumFromString,
|
|
525653
|
-
deactivationEpoch: BigNumFromString
|
|
525654
|
-
warmupCooldownRate: (0,lib/* .number */.ai)()
|
|
525653
|
+
deactivationEpoch: BigNumFromString
|
|
525655
525654
|
});
|
|
525656
525655
|
const stake_StakeHistoryEntry = (0,lib/* .type */.NW)({
|
|
525657
525656
|
epoch: BigNumFromNumber,
|
|
@@ -954398,7 +954397,7 @@ function preprocess(fn, schema) {
|
|
|
954398
954397
|
},
|
|
954399
954398
|
"./package.json"(module) {
|
|
954400
954399
|
"use strict";
|
|
954401
|
-
module.exports = {"rE":"26.1.
|
|
954400
|
+
module.exports = {"rE":"26.1.1"}
|
|
954402
954401
|
|
|
954403
954402
|
},
|
|
954404
954403
|
"../../libs/coin-modules/coin-evm/lib-es/abis/erc20.abi.json"(module) {
|
|
@@ -954413,7 +954412,7 @@ module.exports = /*#__PURE__*/JSON.parse('[{"inputs":[{"internalType":"address",
|
|
|
954413
954412
|
},
|
|
954414
954413
|
"../../libs/ledger-live-common/package.json"(module) {
|
|
954415
954414
|
"use strict";
|
|
954416
|
-
module.exports = {"rE":"36.6.
|
|
954415
|
+
module.exports = {"rE":"36.6.1"}
|
|
954417
954416
|
|
|
954418
954417
|
},
|
|
954419
954418
|
"../../node_modules/.pnpm/@grpc+grpc-js@1.12.6/node_modules/@grpc/grpc-js/package.json"(module) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/live-cli",
|
|
3
|
-
"version": "26.1.
|
|
3
|
+
"version": "26.1.1",
|
|
4
4
|
"description": "ledger-live CLI version",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"readable-stream": "^4.7.0",
|
|
26
26
|
"rxjs": "7.8.2",
|
|
27
27
|
"@domain/api-currency-token": "^0.2.2",
|
|
28
|
-
"@
|
|
29
|
-
"@
|
|
28
|
+
"@features/platform-currencies": "^0.4.0",
|
|
29
|
+
"@domain/entity-currency-crypto": "^0.7.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@pnpm/exportable-manifest": "1000.0.7",
|