@ledgerhq/coin-celo 1.1.14-nightly.1 → 1.1.14-nightly.2

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/coin-celo@1.1.14-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-celo
2
+ > @ledgerhq/coin-celo@1.1.14-nightly.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-celo
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @ledgerhq/coin-celo
2
2
 
3
+ ## 1.1.14-nightly.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#11161](https://github.com/LedgerHQ/ledger-live/pull/11161) [`f5f652e`](https://github.com/LedgerHQ/ledger-live/commit/f5f652e308477ff38176e5782eaf0e1bb96956ba) Thanks [@marcotoniut-ledger](https://github.com/marcotoniut-ledger)! - Countervalues' state moved to app-specific reducers for both desktop and mobile.
8
+
9
+ - Updated dependencies [[`354fa83`](https://github.com/LedgerHQ/ledger-live/commit/354fa83c8107cf8e6b56a8b306569ee65980e10c), [`6746cf0`](https://github.com/LedgerHQ/ledger-live/commit/6746cf0f61be566026b5d53d2dc648db543354d2)]:
10
+ - @ledgerhq/errors@6.24.0-nightly.0
11
+ - @ledgerhq/coin-evm@2.26.0-nightly.2
12
+ - @ledgerhq/coin-framework@5.9.0-nightly.1
13
+ - @ledgerhq/devices@8.4.9-nightly.0
14
+ - @ledgerhq/hw-app-eth@6.45.14-nightly.0
15
+ - @ledgerhq/live-network@2.0.14-nightly.1
16
+
3
17
  ## 1.1.14-nightly.1
4
18
 
5
19
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- import { MutationSpec } from "@ledgerhq/coin-framework/lib-es/bot/types";
1
+ import { MutationSpec } from "@ledgerhq/coin-framework/bot/types";
2
2
  import type { Transaction } from "../../types";
3
3
  export declare const createUnlockMutation: () => MutationSpec<Transaction>;
4
4
  //# sourceMappingURL=createUnlockMutation.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"createUnlockMutation.d.ts","sourceRoot":"","sources":["../../../src/test/specs/createUnlockMutation.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,2CAA2C,CAAC;AACzE,OAAO,KAAK,EAAe,WAAW,EAAE,MAAM,aAAa,CAAC;AAM5D,eAAO,MAAM,oBAAoB,QAAO,YAAY,CAAC,WAAW,CAwB9D,CAAC"}
1
+ {"version":3,"file":"createUnlockMutation.d.ts","sourceRoot":"","sources":["../../../src/test/specs/createUnlockMutation.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,KAAK,EAAe,WAAW,EAAE,MAAM,aAAa,CAAC;AAM5D,eAAO,MAAM,oBAAoB,QAAO,YAAY,CAAC,WAAW,CAwB9D,CAAC"}
@@ -1,4 +1,4 @@
1
- import { MutationSpec } from "@ledgerhq/coin-framework/lib-es/bot/types";
1
+ import { MutationSpec } from "@ledgerhq/coin-framework/bot/types";
2
2
  import type { Transaction } from "../../types";
3
3
  export declare const createUnlockMutation: () => MutationSpec<Transaction>;
4
4
  //# sourceMappingURL=createUnlockMutation.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"createUnlockMutation.d.ts","sourceRoot":"","sources":["../../../src/test/specs/createUnlockMutation.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,2CAA2C,CAAC;AACzE,OAAO,KAAK,EAAe,WAAW,EAAE,MAAM,aAAa,CAAC;AAM5D,eAAO,MAAM,oBAAoB,QAAO,YAAY,CAAC,WAAW,CAwB9D,CAAC"}
1
+ {"version":3,"file":"createUnlockMutation.d.ts","sourceRoot":"","sources":["../../../src/test/specs/createUnlockMutation.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,KAAK,EAAe,WAAW,EAAE,MAAM,aAAa,CAAC;AAM5D,eAAO,MAAM,oBAAoB,QAAO,YAAY,CAAC,WAAW,CAwB9D,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-celo",
3
- "version": "1.1.14-nightly.1",
3
+ "version": "1.1.14-nightly.2",
4
4
  "description": "celo coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -114,15 +114,15 @@
114
114
  "invariant": "^2.2.4",
115
115
  "lodash": "^4.17.21",
116
116
  "rxjs": "^7.8.1",
117
- "@ledgerhq/coin-evm": "^2.26.0-nightly.1",
118
- "@ledgerhq/coin-framework": "^5.9.0-nightly.0",
117
+ "@ledgerhq/coin-evm": "^2.26.0-nightly.2",
118
+ "@ledgerhq/coin-framework": "^5.9.0-nightly.1",
119
119
  "@ledgerhq/cryptoassets": "^13.23.0",
120
- "@ledgerhq/devices": "^8.4.8",
121
- "@ledgerhq/errors": "^6.23.0",
122
- "@ledgerhq/hw-app-eth": "^6.45.13",
120
+ "@ledgerhq/devices": "^8.4.9-nightly.0",
121
+ "@ledgerhq/errors": "^6.24.0-nightly.0",
122
+ "@ledgerhq/hw-app-eth": "^6.45.14-nightly.0",
123
123
  "@ledgerhq/live-config": "^3.1.0",
124
124
  "@ledgerhq/live-env": "^2.13.0-nightly.0",
125
- "@ledgerhq/live-network": "^2.0.14-nightly.0",
125
+ "@ledgerhq/live-network": "^2.0.14-nightly.1",
126
126
  "@ledgerhq/logs": "^6.13.0",
127
127
  "@ledgerhq/types-live": "^6.79.0"
128
128
  },
@@ -1,7 +1,7 @@
1
1
  import invariant from "invariant";
2
2
  import { getCryptoCurrencyById } from "@ledgerhq/cryptoassets/index";
3
3
  import { parseCurrencyUnit } from "@ledgerhq/coin-framework/currencies/parseCurrencyUnit";
4
- import { MutationSpec } from "@ledgerhq/coin-framework/lib-es/bot/types";
4
+ import { MutationSpec } from "@ledgerhq/coin-framework/bot/types";
5
5
  import type { CeloAccount, Transaction } from "../../types";
6
6
  import BigNumber from "bignumber.js";
7
7