@ledgerhq/hw-app-kaspa 1.3.0-nightly.3 → 1.3.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-kaspa@1.3.0-nightly.2 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-kaspa
2
+ > @ledgerhq/hw-app-kaspa@1.3.1 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-kaspa
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,28 +1,43 @@
1
1
  # @ledgerhq/hw-app-kaspa
2
2
 
3
- ## 1.3.0-nightly.3
3
+ ## 1.3.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [[`c2d8d86`](https://github.com/LedgerHQ/ledger-live/commit/c2d8d8670f848989836c46ea08ae88c88086fdd6)]:
8
- - @ledgerhq/errors@6.26.0-nightly.0
9
- - @ledgerhq/hw-transport@6.31.11-nightly.1
8
+ - @ledgerhq/errors@6.26.0
9
+ - @ledgerhq/hw-transport@6.31.12
10
10
 
11
- ## 1.3.0-nightly.2
11
+ ## 1.3.1-next.0
12
12
 
13
13
  ### Patch Changes
14
14
 
15
- - [#11891](https://github.com/LedgerHQ/ledger-live/pull/11891) [`cf4d979`](https://github.com/LedgerHQ/ledger-live/commit/cf4d979a0059a0fd4d05d54d8de30f6adb1fc986) Thanks [@lewisd5](https://github.com/lewisd5)! - Resolve dependency pinning issues
15
+ - Updated dependencies [[`c2d8d86`](https://github.com/LedgerHQ/ledger-live/commit/c2d8d8670f848989836c46ea08ae88c88086fdd6)]:
16
+ - @ledgerhq/errors@6.26.0-next.0
17
+ - @ledgerhq/hw-transport@6.31.12-next.0
18
+
19
+ ## 1.3.0
20
+
21
+ ### Minor Changes
22
+
23
+ - [#11672](https://github.com/LedgerHQ/ledger-live/pull/11672) [`d56bebe`](https://github.com/LedgerHQ/ledger-live/commit/d56bebe672a1ed825697b371662dbff19dcc63d8) Thanks [@semeano](https://github.com/semeano)! - Kaspa commons libs
16
24
 
17
- ## 1.3.0-nightly.1
25
+ - [#11891](https://github.com/LedgerHQ/ledger-live/pull/11891) [`cf4d979`](https://github.com/LedgerHQ/ledger-live/commit/cf4d979a0059a0fd4d05d54d8de30f6adb1fc986) Thanks [@lewisd5](https://github.com/lewisd5)! - Resolve dependency pinning issues
18
26
 
19
27
  ### Patch Changes
20
28
 
21
29
  - Updated dependencies []:
22
- - @ledgerhq/hw-transport@6.31.11-nightly.0
30
+ - @ledgerhq/hw-transport@6.31.11
23
31
 
24
- ## 1.3.0-nightly.0
32
+ ## 1.3.0-next.0
25
33
 
26
34
  ### Minor Changes
27
35
 
28
36
  - [#11672](https://github.com/LedgerHQ/ledger-live/pull/11672) [`d56bebe`](https://github.com/LedgerHQ/ledger-live/commit/d56bebe672a1ed825697b371662dbff19dcc63d8) Thanks [@semeano](https://github.com/semeano)! - Kaspa commons libs
37
+
38
+ - [#11891](https://github.com/LedgerHQ/ledger-live/pull/11891) [`cf4d979`](https://github.com/LedgerHQ/ledger-live/commit/cf4d979a0059a0fd4d05d54d8de30f6adb1fc986) Thanks [@lewisd5](https://github.com/lewisd5)! - Resolve dependency pinning issues
39
+
40
+ ### Patch Changes
41
+
42
+ - Updated dependencies []:
43
+ - @ledgerhq/hw-transport@6.31.11-next.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-kaspa",
3
- "version": "1.3.0-nightly.3",
3
+ "version": "1.3.1",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib-es/index.js",
@@ -21,8 +21,8 @@
21
21
  "dependencies": {
22
22
  "bignumber.js": "^9.1.2",
23
23
  "bip32-path": "^0.4.2",
24
- "@ledgerhq/errors": "^6.26.0-nightly.0",
25
- "@ledgerhq/hw-transport": "^6.31.11-nightly.1"
24
+ "@ledgerhq/errors": "^6.26.0",
25
+ "@ledgerhq/hw-transport": "^6.31.12"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/jest": "^29.5.12",
@@ -30,8 +30,8 @@
30
30
  "jest": "^29.7.0",
31
31
  "ts-jest": "^29.1.2",
32
32
  "ts-node": "^10.9.2",
33
- "@ledgerhq/hw-transport-mocker": "^6.29.11-nightly.1",
34
- "@ledgerhq/hw-transport-node-speculos": "^6.29.11-nightly.1"
33
+ "@ledgerhq/hw-transport-mocker": "^6.29.12",
34
+ "@ledgerhq/hw-transport-node-speculos": "^6.29.12"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "tsc && tsc -m ES6 --outDir lib-es",