@ledgerhq/hw-app-canton 0.3.1-nightly.1 → 0.4.1-nightly.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,4 +1,4 @@
1
1
 
2
- > @ledgerhq/hw-app-canton@0.3.1-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-canton
2
+ > @ledgerhq/hw-app-canton@0.4.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-canton
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,14 +1,25 @@
1
1
  # @ledgerhq/hw-app-canton
2
2
 
3
- ## 0.3.1-nightly.1
3
+ ## 0.4.1-nightly.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [#11769](https://github.com/LedgerHQ/ledger-live/pull/11769) [`6941aac`](https://github.com/LedgerHQ/ledger-live/commit/6941aac638dcc8d4fb03aa92f42d2a71d4089202) Thanks [@ishaba](https://github.com/ishaba)! - fix canton receive flow
7
+ - Updated dependencies []:
8
+ - @ledgerhq/hw-transport@6.31.11-nightly.0
8
9
 
9
- ## 0.3.1-nightly.0
10
+ ## 0.4.0
10
11
 
11
- ### Patch Changes
12
+ ### Minor Changes
13
+
14
+ - [#11535](https://github.com/LedgerHQ/ledger-live/pull/11535) [`205458e`](https://github.com/LedgerHQ/ledger-live/commit/205458e2d3ca5ec1d7a50d30b63050a692a5e045) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Canton add sign hash function
15
+
16
+ - [#11722](https://github.com/LedgerHQ/ledger-live/pull/11722) [`a87922d`](https://github.com/LedgerHQ/ledger-live/commit/a87922dc99e4f2e4b40a46fd52ad08a71012fe94) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Add canton onboard ui flow
17
+
18
+ ## 0.4.0-next.0
19
+
20
+ ### Minor Changes
21
+
22
+ - [#11535](https://github.com/LedgerHQ/ledger-live/pull/11535) [`205458e`](https://github.com/LedgerHQ/ledger-live/commit/205458e2d3ca5ec1d7a50d30b63050a692a5e045) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Canton add sign hash function
12
23
 
13
24
  - [#11722](https://github.com/LedgerHQ/ledger-live/pull/11722) [`a87922d`](https://github.com/LedgerHQ/ledger-live/commit/a87922dc99e4f2e4b40a46fd52ad08a71012fe94) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Add canton onboard ui flow
14
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-canton",
3
- "version": "0.3.1-nightly.1",
3
+ "version": "0.4.1-nightly.0",
4
4
  "description": "Ledger Hardware Wallet Canton Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "bip32-path": "^0.4.2",
29
29
  "@ledgerhq/errors": "^6.25.0",
30
- "@ledgerhq/hw-transport": "^6.31.10"
30
+ "@ledgerhq/hw-transport": "^6.31.11-nightly.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/jest": "^29.5.10",
@@ -38,8 +38,8 @@
38
38
  "source-map-support": "^0.5.21",
39
39
  "ts-jest": "^29.1.1",
40
40
  "ts-node": "^10.4.0",
41
- "@ledgerhq/hw-transport-mocker": "^6.29.10",
42
- "@ledgerhq/hw-transport-node-speculos-http": "^6.29.10"
41
+ "@ledgerhq/hw-transport-mocker": "^6.29.11-nightly.0",
42
+ "@ledgerhq/hw-transport-node-speculos-http": "^6.30.1-nightly.0"
43
43
  },
44
44
  "scripts": {
45
45
  "clean": "rimraf lib lib-es",