@ledgerhq/hw-app-canton 0.2.1-nightly.2 → 0.2.1

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.1-nightly.1 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-canton
2
+ > @ledgerhq/hw-app-canton@0.2.1 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,25 +1,22 @@
1
1
  # @ledgerhq/hw-app-canton
2
2
 
3
- ## 0.2.1-nightly.2
3
+ ## 0.2.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`80f8f1e`](https://github.com/LedgerHQ/ledger-live/commit/80f8f1eaef8a7bc84ba5441790296dec6cbfa199)]:
8
- - @ledgerhq/coin-canton@0.3.0-nightly.2
7
+ - Updated dependencies [[`354fa83`](https://github.com/LedgerHQ/ledger-live/commit/354fa83c8107cf8e6b56a8b306569ee65980e10c)]:
8
+ - @ledgerhq/errors@6.24.0
9
+ - @ledgerhq/coin-canton@0.2.1
10
+ - @ledgerhq/hw-transport@6.31.9
9
11
 
10
- ## 0.2.1-nightly.1
12
+ ## 0.2.1-next.0
11
13
 
12
14
  ### Patch Changes
13
15
 
14
- - Updated dependencies []:
15
- - @ledgerhq/coin-canton@0.2.1-nightly.1
16
-
17
- ## 0.2.1-nightly.0
18
-
19
- ### Patch Changes
20
-
21
- - Updated dependencies []:
22
- - @ledgerhq/coin-canton@0.2.1-nightly.0
16
+ - Updated dependencies [[`354fa83`](https://github.com/LedgerHQ/ledger-live/commit/354fa83c8107cf8e6b56a8b306569ee65980e10c)]:
17
+ - @ledgerhq/errors@6.24.0-next.0
18
+ - @ledgerhq/coin-canton@0.2.1-next.0
19
+ - @ledgerhq/hw-transport@6.31.9-next.0
23
20
 
24
21
  ## 0.2.0
25
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-canton",
3
- "version": "0.2.1-nightly.2",
3
+ "version": "0.2.1",
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.3.0-nightly.2"
29
+ "@ledgerhq/errors": "^6.24.0",
30
+ "@ledgerhq/hw-transport": "^6.31.9",
31
+ "@ledgerhq/coin-canton": "^0.2.1"
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.9"
43
43
  },
44
44
  "scripts": {
45
45
  "clean": "rimraf lib lib-es",