@ledgerhq/hw-app-canton 0.2.0-nightly.2 → 0.2.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,27 @@
1
1
  # @ledgerhq/hw-app-canton
2
2
 
3
- ## 0.2.0-nightly.2
3
+ ## 0.2.0
4
4
 
5
- ### Patch Changes
5
+ ### Minor Changes
6
6
 
7
- - Updated dependencies []:
8
- - @ledgerhq/coin-canton@0.2.0-nightly.4
9
- - @ledgerhq/hw-transport@6.31.9-nightly.1
7
+ - [#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
10
8
 
11
- ## 0.2.0-nightly.1
9
+ - [#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
10
 
13
11
  ### Patch Changes
14
12
 
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
13
+ - Updated dependencies [[`6398e5f`](https://github.com/LedgerHQ/ledger-live/commit/6398e5f90bd6ca5c1c4d850da731d4e7f020ea3a), [`2da9b4a`](https://github.com/LedgerHQ/ledger-live/commit/2da9b4a5dd9fec3fea188fc9fa107b2c3479d1be)]:
14
+ - @ledgerhq/coin-canton@0.2.0
19
15
 
20
- ## 0.2.0-nightly.0
16
+ ## 0.2.0-next.0
21
17
 
22
18
  ### Minor Changes
23
19
 
20
+ - [#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
21
+
24
22
  - [#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
23
 
26
24
  ### Patch Changes
27
25
 
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
26
+ - Updated dependencies [[`6398e5f`](https://github.com/LedgerHQ/ledger-live/commit/6398e5f90bd6ca5c1c4d850da731d4e7f020ea3a), [`2da9b4a`](https://github.com/LedgerHQ/ledger-live/commit/2da9b4a5dd9fec3fea188fc9fa107b2c3479d1be)]:
27
+ - @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.0",
4
4
  "description": "Ledger Hardware Wallet Canton Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -26,9 +26,9 @@
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
28
  "bip32-path": "^0.4.2",
29
- "@ledgerhq/errors": "^6.24.0-nightly.0",
30
- "@ledgerhq/hw-transport": "^6.31.9-nightly.1",
31
- "@ledgerhq/coin-canton": "^0.2.0-nightly.4"
29
+ "@ledgerhq/errors": "^6.23.0",
30
+ "@ledgerhq/hw-transport": "^6.31.8",
31
+ "@ledgerhq/coin-canton": "^0.2.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/jest": "^29.5.10",
@@ -39,7 +39,7 @@
39
39
  "source-map-support": "^0.5.21",
40
40
  "ts-jest": "^29.1.1",
41
41
  "ts-node": "^10.4.0",
42
- "@ledgerhq/hw-transport-mocker": "^6.29.9-nightly.1"
42
+ "@ledgerhq/hw-transport-mocker": "^6.29.8"
43
43
  },
44
44
  "scripts": {
45
45
  "clean": "rimraf lib lib-es",