@ledgerhq/hw-app-canton 0.2.0-nightly.2 → 0.2.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.2.0-nightly.1 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-canton
2
+ > @ledgerhq/hw-app-canton@0.2.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,31 +1,34 @@
1
1
  # @ledgerhq/hw-app-canton
2
2
 
3
- ## 0.2.0-nightly.2
3
+ ## 0.2.1-nightly.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies []:
8
- - @ledgerhq/coin-canton@0.2.0-nightly.4
9
- - @ledgerhq/hw-transport@6.31.9-nightly.1
8
+ - @ledgerhq/coin-canton@0.2.1-nightly.0
10
9
 
11
- ## 0.2.0-nightly.1
10
+ ## 0.2.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [#11216](https://github.com/LedgerHQ/ledger-live/pull/11216) [`4d14752`](https://github.com/LedgerHQ/ledger-live/commit/4d14752360435f27f07768302a715cd2f39f59ac) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Fix CI checks issue
15
+
16
+ - [#11200](https://github.com/LedgerHQ/ledger-live/pull/11200) [`6398e5f`](https://github.com/LedgerHQ/ledger-live/commit/6398e5f90bd6ca5c1c4d850da731d4e7f020ea3a) Thanks [@ishaba](https://github.com/ishaba)! - Canton signer init
12
17
 
13
18
  ### Patch Changes
14
19
 
15
- - Updated dependencies [[`354fa83`](https://github.com/LedgerHQ/ledger-live/commit/354fa83c8107cf8e6b56a8b306569ee65980e10c)]:
16
- - @ledgerhq/errors@6.24.0-nightly.0
17
- - @ledgerhq/coin-canton@0.2.0-nightly.3
18
- - @ledgerhq/hw-transport@6.31.9-nightly.0
20
+ - Updated dependencies [[`6398e5f`](https://github.com/LedgerHQ/ledger-live/commit/6398e5f90bd6ca5c1c4d850da731d4e7f020ea3a), [`2da9b4a`](https://github.com/LedgerHQ/ledger-live/commit/2da9b4a5dd9fec3fea188fc9fa107b2c3479d1be)]:
21
+ - @ledgerhq/coin-canton@0.2.0
19
22
 
20
- ## 0.2.0-nightly.0
23
+ ## 0.2.0-next.0
21
24
 
22
25
  ### Minor Changes
23
26
 
27
+ - [#11216](https://github.com/LedgerHQ/ledger-live/pull/11216) [`4d14752`](https://github.com/LedgerHQ/ledger-live/commit/4d14752360435f27f07768302a715cd2f39f59ac) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Fix CI checks issue
28
+
24
29
  - [#11200](https://github.com/LedgerHQ/ledger-live/pull/11200) [`6398e5f`](https://github.com/LedgerHQ/ledger-live/commit/6398e5f90bd6ca5c1c4d850da731d4e7f020ea3a) Thanks [@ishaba](https://github.com/ishaba)! - Canton signer init
25
30
 
26
31
  ### Patch Changes
27
32
 
28
- - [#11216](https://github.com/LedgerHQ/ledger-live/pull/11216) [`4d14752`](https://github.com/LedgerHQ/ledger-live/commit/4d14752360435f27f07768302a715cd2f39f59ac) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Fix CI checks issue
29
-
30
- - Updated dependencies [[`6398e5f`](https://github.com/LedgerHQ/ledger-live/commit/6398e5f90bd6ca5c1c4d850da731d4e7f020ea3a)]:
31
- - @ledgerhq/coin-canton@0.2.0-nightly.2
33
+ - Updated dependencies [[`6398e5f`](https://github.com/LedgerHQ/ledger-live/commit/6398e5f90bd6ca5c1c4d850da731d4e7f020ea3a), [`2da9b4a`](https://github.com/LedgerHQ/ledger-live/commit/2da9b4a5dd9fec3fea188fc9fa107b2c3479d1be)]:
34
+ - @ledgerhq/coin-canton@0.2.0-next.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-canton",
3
- "version": "0.2.0-nightly.2",
3
+ "version": "0.2.1-nightly.0",
4
4
  "description": "Ledger Hardware Wallet Canton Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -28,7 +28,7 @@
28
28
  "bip32-path": "^0.4.2",
29
29
  "@ledgerhq/errors": "^6.24.0-nightly.0",
30
30
  "@ledgerhq/hw-transport": "^6.31.9-nightly.1",
31
- "@ledgerhq/coin-canton": "^0.2.0-nightly.4"
31
+ "@ledgerhq/coin-canton": "^0.2.1-nightly.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/jest": "^29.5.10",