@ledgerhq/hw-app-tezos 6.27.3-next.0 → 6.27.4-next.0

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,5 +1,5 @@
1
- @ledgerhq/hw-app-tezos:build: cache hit, replaying output 1babb6976ccadbe7
1
+ @ledgerhq/hw-app-tezos:build: cache hit, replaying output ebcdd2e54c30521e
2
2
  @ledgerhq/hw-app-tezos:build:
3
- @ledgerhq/hw-app-tezos:build: > @ledgerhq/hw-app-tezos@6.27.2 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-tezos
3
+ @ledgerhq/hw-app-tezos:build: > @ledgerhq/hw-app-tezos@6.27.3 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-tezos
4
4
  @ledgerhq/hw-app-tezos:build: > tsc && tsc -m ES6 --outDir lib-es
5
5
  @ledgerhq/hw-app-tezos:build:
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @ledgerhq/hw-app-tezos
2
2
 
3
+ ## 6.27.4-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @ledgerhq/hw-transport@6.27.4-next.0
9
+
10
+ ## 6.27.3
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`ecfdd1ebd8`](https://github.com/LedgerHQ/ledger-live/commit/ecfdd1ebd8cc7c4b5bc6315316ce662bb6241311)]:
15
+ - @ledgerhq/hw-transport@6.27.3
16
+
3
17
  ## 6.27.3-next.0
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-tezos",
3
- "version": "6.27.3-next.0",
3
+ "version": "6.27.4-next.0",
4
4
  "description": "Ledger Hardware Wallet Tezos Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -27,13 +27,13 @@
27
27
  "types": "lib/Tezos.d.ts",
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@ledgerhq/hw-transport": "^6.27.3-next.0",
30
+ "@ledgerhq/hw-transport": "^6.27.4-next.0",
31
31
  "blake2b": "^2.1.4",
32
32
  "bs58check": "^2.1.2",
33
33
  "invariant": "^2.2.4"
34
34
  },
35
35
  "devDependencies": {
36
- "@ledgerhq/hw-transport-mocker": "^6.27.3-next.0"
36
+ "@ledgerhq/hw-transport-mocker": "^6.27.4-next.0"
37
37
  },
38
38
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
39
39
  "scripts": {