@ledgerhq/hw-app-canton 0.2.1-nightly.3 → 0.2.2-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.1-nightly.2 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,32 +1,29 @@
1
1
  # @ledgerhq/hw-app-canton
2
2
 
3
- ## 0.2.1-nightly.3
3
+ ## 0.2.2-nightly.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies []:
8
- - @ledgerhq/coin-canton@0.3.0-nightly.3
8
+ - @ledgerhq/coin-canton@0.2.2-nightly.0
9
9
 
10
- ## 0.2.1-nightly.2
10
+ ## 0.2.1
11
11
 
12
12
  ### Patch Changes
13
13
 
14
- - Updated dependencies [[`80f8f1e`](https://github.com/LedgerHQ/ledger-live/commit/80f8f1eaef8a7bc84ba5441790296dec6cbfa199)]:
15
- - @ledgerhq/coin-canton@0.3.0-nightly.2
14
+ - Updated dependencies [[`354fa83`](https://github.com/LedgerHQ/ledger-live/commit/354fa83c8107cf8e6b56a8b306569ee65980e10c)]:
15
+ - @ledgerhq/errors@6.24.0
16
+ - @ledgerhq/coin-canton@0.2.1
17
+ - @ledgerhq/hw-transport@6.31.9
16
18
 
17
- ## 0.2.1-nightly.1
19
+ ## 0.2.1-next.0
18
20
 
19
21
  ### Patch Changes
20
22
 
21
- - Updated dependencies []:
22
- - @ledgerhq/coin-canton@0.2.1-nightly.1
23
-
24
- ## 0.2.1-nightly.0
25
-
26
- ### Patch Changes
27
-
28
- - Updated dependencies []:
29
- - @ledgerhq/coin-canton@0.2.1-nightly.0
23
+ - Updated dependencies [[`354fa83`](https://github.com/LedgerHQ/ledger-live/commit/354fa83c8107cf8e6b56a8b306569ee65980e10c)]:
24
+ - @ledgerhq/errors@6.24.0-next.0
25
+ - @ledgerhq/coin-canton@0.2.1-next.0
26
+ - @ledgerhq/hw-transport@6.31.9-next.0
30
27
 
31
28
  ## 0.2.0
32
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-canton",
3
- "version": "0.2.1-nightly.3",
3
+ "version": "0.2.2-nightly.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.3.0-nightly.3"
29
+ "@ledgerhq/errors": "^6.24.0",
30
+ "@ledgerhq/hw-transport": "^6.31.9",
31
+ "@ledgerhq/coin-canton": "^0.2.2-nightly.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/jest": "^29.5.10",
@@ -39,12 +39,12 @@
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",
46
46
  "build": "tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es",
47
- "coverage": "jest --coverage --passWithNoTests && mv coverage/coverage-final.json coverage/coverage-hw-app-canton.json",
47
+ "coverage": "jest --coverage --passWithNoTests",
48
48
  "prewatch": "pnpm build",
49
49
  "watch": "tsc --watch",
50
50
  "watch:es": "tsc --watch -m esnext --moduleResolution bundler --outDir lib-es",