@ledgerhq/hw-app-kaspa 1.3.0-nightly.3 → 1.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-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.0 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,27 @@
1
1
  # @ledgerhq/hw-app-kaspa
2
2
 
3
- ## 1.3.0-nightly.3
3
+ ## 1.3.0
4
4
 
5
- ### Patch Changes
6
-
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
10
-
11
- ## 1.3.0-nightly.2
5
+ ### Minor Changes
12
6
 
13
- ### Patch Changes
7
+ - [#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
14
8
 
15
9
  - [#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
16
10
 
17
- ## 1.3.0-nightly.1
18
-
19
11
  ### Patch Changes
20
12
 
21
13
  - Updated dependencies []:
22
- - @ledgerhq/hw-transport@6.31.11-nightly.0
14
+ - @ledgerhq/hw-transport@6.31.11
23
15
 
24
- ## 1.3.0-nightly.0
16
+ ## 1.3.0-next.0
25
17
 
26
18
  ### Minor Changes
27
19
 
28
20
  - [#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
21
+
22
+ - [#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
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies []:
27
+ - @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.0",
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.25.0",
25
+ "@ledgerhq/hw-transport": "^6.31.11"
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.11",
34
+ "@ledgerhq/hw-transport-node-speculos": "^6.29.11"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "tsc && tsc -m ES6 --outDir lib-es",