@ledgerhq/hw-app-solana 7.5.0-nightly.1 → 7.5.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-solana@7.4.3-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-solana
2
+ > @ledgerhq/hw-app-solana@7.5.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-solana
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,18 +1,28 @@
1
1
  # @ledgerhq/hw-app-solana
2
2
 
3
- ## 7.5.0-nightly.1
3
+ ## 7.5.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - [#10225](https://github.com/LedgerHQ/ledger-live/pull/10225) [`e65c386`](https://github.com/LedgerHQ/ledger-live/commit/e65c386cfb3e53e3ee9f501dc08971a93eb5cf81) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - core(coin-solana,hw-app-solana): support SPL tokens dynamically
8
8
 
9
- ## 7.4.3-nightly.0
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`b5e3217`](https://github.com/LedgerHQ/ledger-live/commit/b5e321789d3a6f9cb1916067790590640db0876f)]:
12
+ - @ledgerhq/errors@6.22.0
13
+ - @ledgerhq/hw-transport@6.31.7
14
+
15
+ ## 7.5.0-next.0
16
+
17
+ ### Minor Changes
18
+
19
+ - [#10225](https://github.com/LedgerHQ/ledger-live/pull/10225) [`e65c386`](https://github.com/LedgerHQ/ledger-live/commit/e65c386cfb3e53e3ee9f501dc08971a93eb5cf81) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - core(coin-solana,hw-app-solana): support SPL tokens dynamically
10
20
 
11
21
  ### Patch Changes
12
22
 
13
23
  - Updated dependencies [[`b5e3217`](https://github.com/LedgerHQ/ledger-live/commit/b5e321789d3a6f9cb1916067790590640db0876f)]:
14
- - @ledgerhq/errors@6.22.0-nightly.0
15
- - @ledgerhq/hw-transport@6.31.7-nightly.0
24
+ - @ledgerhq/errors@6.22.0-next.0
25
+ - @ledgerhq/hw-transport@6.31.7-next.0
16
26
 
17
27
  ## 7.4.2
18
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-solana",
3
- "version": "7.5.0-nightly.1",
3
+ "version": "7.5.0",
4
4
  "description": "Ledger Hardware Wallet Solana Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -28,8 +28,8 @@
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
30
  "bip32-path": "^0.4.2",
31
- "@ledgerhq/errors": "^6.22.0-nightly.0",
32
- "@ledgerhq/hw-transport": "^6.31.7-nightly.0"
31
+ "@ledgerhq/errors": "^6.22.0",
32
+ "@ledgerhq/hw-transport": "^6.31.7"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/jest": "^29.5.10",
@@ -40,8 +40,8 @@
40
40
  "source-map-support": "^0.5.21",
41
41
  "ts-jest": "^29.1.1",
42
42
  "ts-node": "^10.4.0",
43
- "@ledgerhq/hw-transport-mocker": "^6.29.7-nightly.0",
44
- "@ledgerhq/hw-transport-node-speculos": "^6.29.7-nightly.0"
43
+ "@ledgerhq/hw-transport-mocker": "^6.29.7",
44
+ "@ledgerhq/hw-transport-node-speculos": "^6.29.7"
45
45
  },
46
46
  "scripts": {
47
47
  "clean": "rimraf lib lib-es",