@ledgerhq/hw-app-canton 0.3.0-nightly.1 → 0.3.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.3.0-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-canton
2
+ > @ledgerhq/hw-app-canton@0.3.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,18 +1,31 @@
1
1
  # @ledgerhq/hw-app-canton
2
2
 
3
- ## 0.3.0-nightly.1
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#11481](https://github.com/LedgerHQ/ledger-live/pull/11481) [`d571ef1`](https://github.com/LedgerHQ/ledger-live/commit/d571ef1104092e41de4dfb6dd9b26d27348b82cf) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Add integration tests and communicate with a real transport implementation
4
8
 
5
9
  ### Patch Changes
6
10
 
7
- - Updated dependencies [[`12277dc`](https://github.com/LedgerHQ/ledger-live/commit/12277dcb478f24152060e3e11e2eb37d650b5b60), [`c1209a7`](https://github.com/LedgerHQ/ledger-live/commit/c1209a70f6362fe8a52139ad5ad0b4705aac00fb), [`58ef394`](https://github.com/LedgerHQ/ledger-live/commit/58ef39468870e56745a3a4bc95a1292a1e1f64ca)]:
8
- - @ledgerhq/coin-canton@0.4.0-nightly.0
11
+ - Updated dependencies [[`12277dc`](https://github.com/LedgerHQ/ledger-live/commit/12277dcb478f24152060e3e11e2eb37d650b5b60), [`212f772`](https://github.com/LedgerHQ/ledger-live/commit/212f772b17dc3db97009ebe62912f8f183c1ef2e), [`8936f39`](https://github.com/LedgerHQ/ledger-live/commit/8936f390edbe9cbc36ac6590b01562daf5c580e1)]:
12
+ - @ledgerhq/coin-canton@0.4.0
13
+ - @ledgerhq/errors@6.25.0
14
+ - @ledgerhq/hw-transport@6.31.10
9
15
 
10
- ## 0.3.0-nightly.0
16
+ ## 0.3.0-next.0
11
17
 
12
18
  ### Minor Changes
13
19
 
14
20
  - [#11481](https://github.com/LedgerHQ/ledger-live/pull/11481) [`d571ef1`](https://github.com/LedgerHQ/ledger-live/commit/d571ef1104092e41de4dfb6dd9b26d27348b82cf) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Add integration tests and communicate with a real transport implementation
15
21
 
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [[`12277dc`](https://github.com/LedgerHQ/ledger-live/commit/12277dcb478f24152060e3e11e2eb37d650b5b60), [`212f772`](https://github.com/LedgerHQ/ledger-live/commit/212f772b17dc3db97009ebe62912f8f183c1ef2e), [`8936f39`](https://github.com/LedgerHQ/ledger-live/commit/8936f390edbe9cbc36ac6590b01562daf5c580e1)]:
25
+ - @ledgerhq/coin-canton@0.4.0-next.0
26
+ - @ledgerhq/errors@6.25.0-next.0
27
+ - @ledgerhq/hw-transport@6.31.10-next.0
28
+
16
29
  ## 0.2.2
17
30
 
18
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-canton",
3
- "version": "0.3.0-nightly.1",
3
+ "version": "0.3.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.25.0-nightly.0",
30
- "@ledgerhq/hw-transport": "^6.31.10-nightly.0",
31
- "@ledgerhq/coin-canton": "^0.4.0-nightly.0"
29
+ "@ledgerhq/errors": "^6.25.0",
30
+ "@ledgerhq/hw-transport": "^6.31.10",
31
+ "@ledgerhq/coin-canton": "^0.4.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/jest": "^29.5.10",
@@ -39,8 +39,8 @@
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.10-nightly.0",
43
- "@ledgerhq/hw-transport-node-speculos-http": "^6.29.10-nightly.0"
42
+ "@ledgerhq/hw-transport-mocker": "^6.29.10",
43
+ "@ledgerhq/hw-transport-node-speculos-http": "^6.29.10"
44
44
  },
45
45
  "scripts": {
46
46
  "clean": "rimraf lib lib-es",