@ledgerhq/hw-app-canton 0.7.0-nightly.2 → 0.7.0-nightly.20251030160608

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.7.0-nightly.1 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-canton
2
+ > @ledgerhq/hw-app-canton@0.6.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,23 +1,18 @@
1
1
  # @ledgerhq/hw-app-canton
2
2
 
3
- ## 0.7.0-nightly.2
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies []:
8
- - @ledgerhq/hw-transport@6.31.13-nightly.1
9
-
10
- ## 0.7.0-nightly.1
3
+ ## 0.7.0-nightly.20251030160608
11
4
 
12
5
  ### Minor Changes
13
6
 
14
- - [#12405](https://github.com/LedgerHQ/ledger-live/pull/12405) [`0a5188a`](https://github.com/LedgerHQ/ledger-live/commit/0a5188aecac545b677cd5d4e8256bbb97081d269) Thanks [@ishaba](https://github.com/ishaba)! - add challenge support for canton onboarding request
7
+ - [#12173](https://github.com/LedgerHQ/ledger-live/pull/12173) [`f4965d6`](https://github.com/LedgerHQ/ledger-live/commit/f4965d6dfc64949b0afa765cc9e4b24324b5df1d) Thanks [@ishaba](https://github.com/ishaba)! - add canton full transaction signing support
15
8
 
16
- ## 0.7.0-nightly.0
9
+ - [#12405](https://github.com/LedgerHQ/ledger-live/pull/12405) [`0a5188a`](https://github.com/LedgerHQ/ledger-live/commit/0a5188aecac545b677cd5d4e8256bbb97081d269) Thanks [@ishaba](https://github.com/ishaba)! - add challenge support for canton onboarding request
17
10
 
18
- ### Minor Changes
11
+ ### Patch Changes
19
12
 
20
- - [#12173](https://github.com/LedgerHQ/ledger-live/pull/12173) [`f4965d6`](https://github.com/LedgerHQ/ledger-live/commit/f4965d6dfc64949b0afa765cc9e4b24324b5df1d) Thanks [@ishaba](https://github.com/ishaba)! - add canton full transaction signing support
13
+ - Updated dependencies [[`759064d`](https://github.com/LedgerHQ/ledger-live/commit/759064d4815c636af2d73ba548a85b4f53e7b491)]:
14
+ - @ledgerhq/errors@6.27.0-nightly.20251030160608
15
+ - @ledgerhq/hw-transport@6.31.13-nightly.20251030160608
21
16
 
22
17
  ## 0.6.0
23
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-canton",
3
- "version": "0.7.0-nightly.2",
3
+ "version": "0.7.0-nightly.20251030160608",
4
4
  "description": "Ledger Hardware Wallet Canton Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -26,8 +26,8 @@
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
28
  "bip32-path": "^0.4.2",
29
- "@ledgerhq/errors": "^6.27.0-nightly.0",
30
- "@ledgerhq/hw-transport": "6.31.13-nightly.1"
29
+ "@ledgerhq/errors": "^6.27.0-nightly.20251030160608",
30
+ "@ledgerhq/hw-transport": "6.31.13-nightly.20251030160608"
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.13-nightly.1",
42
- "@ledgerhq/hw-transport-node-speculos-http": "^6.31.0-nightly.2"
41
+ "@ledgerhq/hw-transport-mocker": "^6.29.13-nightly.20251030160608",
42
+ "@ledgerhq/hw-transport-node-speculos-http": "^6.31.0-nightly.20251030160608"
43
43
  },
44
44
  "scripts": {
45
45
  "clean": "rimraf lib lib-es",