@ledgerhq/hw-app-kaspa 1.3.0-nightly.2 → 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.1 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,20 +1,27 @@
1
1
  # @ledgerhq/hw-app-kaspa
2
2
 
3
- ## 1.3.0-nightly.2
3
+ ## 1.3.0
4
4
 
5
- ### Patch Changes
5
+ ### Minor Changes
6
6
 
7
- - [#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
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
8
8
 
9
- ## 1.3.0-nightly.1
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
10
10
 
11
11
  ### Patch Changes
12
12
 
13
13
  - Updated dependencies []:
14
- - @ledgerhq/hw-transport@6.31.11-nightly.0
14
+ - @ledgerhq/hw-transport@6.31.11
15
15
 
16
- ## 1.3.0-nightly.0
16
+ ## 1.3.0-next.0
17
17
 
18
18
  ### Minor Changes
19
19
 
20
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.2",
3
+ "version": "1.3.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib-es/index.js",
@@ -22,7 +22,7 @@
22
22
  "bignumber.js": "^9.1.2",
23
23
  "bip32-path": "^0.4.2",
24
24
  "@ledgerhq/errors": "^6.25.0",
25
- "@ledgerhq/hw-transport": "^6.31.11-nightly.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.0",
34
- "@ledgerhq/hw-transport-node-speculos": "^6.29.11-nightly.0"
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",