@ledgerhq/coin-tezos 6.8.0-nightly.5 → 6.8.0-nightly.6

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-tezos@6.8.0-nightly.4 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-tezos
2
+ > @ledgerhq/coin-tezos@6.8.0-nightly.5 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-tezos
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @ledgerhq/coin-tezos
2
2
 
3
+ ## 6.8.0-nightly.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`607e4be`](https://github.com/LedgerHQ/ledger-live/commit/607e4be33145c102debce1606224b08579888aa8)]:
8
+ - @ledgerhq/cryptoassets@13.32.0-nightly.4
9
+ - @ledgerhq/coin-framework@6.8.0-nightly.6
10
+
3
11
  ## 6.8.0-nightly.5
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-tezos",
3
- "version": "6.8.0-nightly.5",
3
+ "version": "6.8.0-nightly.6",
4
4
  "description": "Tezos Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -75,8 +75,8 @@
75
75
  "invariant": "^2.2.4",
76
76
  "lodash": "^4.17.21",
77
77
  "rxjs": "^7.8.1",
78
- "@ledgerhq/coin-framework": "^6.8.0-nightly.5",
79
- "@ledgerhq/cryptoassets": "^13.32.0-nightly.3",
78
+ "@ledgerhq/coin-framework": "^6.8.0-nightly.6",
79
+ "@ledgerhq/cryptoassets": "^13.32.0-nightly.4",
80
80
  "@ledgerhq/devices": "8.7.0-nightly.1",
81
81
  "@ledgerhq/errors": "^6.27.0-nightly.0",
82
82
  "@ledgerhq/live-network": "^2.1.0-nightly.1",
@@ -60,7 +60,7 @@ describe("tezos bakers", () => {
60
60
 
61
61
  // TODO we'll need two accounts to test diff cases
62
62
  test("load account baker info", async () => {
63
- const account = fromAccountRaw(accountTZrevealedDelegating);
63
+ const account = await fromAccountRaw(accountTZrevealedDelegating);
64
64
  const delegation = await loadAccountDelegation(account);
65
65
  expect(delegation).toBe(null);
66
66
  });