@ledgerhq/live-cli 26.0.0 → 26.0.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.
Files changed (2) hide show
  1. package/lib/cli.js +3 -4
  2. package/package.json +1 -1
package/lib/cli.js CHANGED
@@ -529026,8 +529026,7 @@ const Delegation = (0,lib/* .type */.NW)({
529026
529026
  voter: pubkey/* .PublicKeyFromString */.U,
529027
529027
  stake: BigNumFromString,
529028
529028
  activationEpoch: BigNumFromString,
529029
- deactivationEpoch: BigNumFromString,
529030
- warmupCooldownRate: (0,lib/* .number */.ai)()
529029
+ deactivationEpoch: BigNumFromString
529031
529030
  });
529032
529031
  const stake_StakeHistoryEntry = (0,lib/* .type */.NW)({
529033
529032
  epoch: BigNumFromNumber,
@@ -960899,7 +960898,7 @@ function preprocess(fn, schema) {
960899
960898
  },
960900
960899
  "./package.json"(module) {
960901
960900
  "use strict";
960902
- module.exports = {"rE":"26.0.0"}
960901
+ module.exports = {"rE":"26.0.1"}
960903
960902
 
960904
960903
  },
960905
960904
  "../../libs/coin-modules/coin-evm/lib-es/abis/erc20.abi.json"(module) {
@@ -960914,7 +960913,7 @@ module.exports = /*#__PURE__*/JSON.parse('[{"inputs":[{"internalType":"address",
960914
960913
  },
960915
960914
  "../../libs/ledger-live-common/package.json"(module) {
960916
960915
  "use strict";
960917
- module.exports = {"rE":"36.5.0"}
960916
+ module.exports = {"rE":"36.5.1"}
960918
960917
 
960919
960918
  },
960920
960919
  "../../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.0.0",
3
+ "version": "26.0.1",
4
4
  "description": "ledger-live CLI version",
5
5
  "repository": {
6
6
  "type": "git",