@ledgerhq/hw-app-solana 7.6.0-nightly.2 → 7.6.0-nightly.20251031023756

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.6.0-nightly.1 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-solana
2
+ > @ledgerhq/hw-app-solana@7.5.5 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,25 +1,16 @@
1
1
  # @ledgerhq/hw-app-solana
2
2
 
3
- ## 7.6.0-nightly.2
3
+ ## 7.6.0-nightly.20251031023756
4
4
 
5
- ### Patch Changes
6
-
7
- - Updated dependencies []:
8
- - @ledgerhq/hw-transport@6.31.13-nightly.1
5
+ ### Minor Changes
9
6
 
10
- ## 7.6.0-nightly.1
7
+ - [#12199](https://github.com/LedgerHQ/ledger-live/pull/12199) [`2a67525`](https://github.com/LedgerHQ/ledger-live/commit/2a67525bfce19b673126ce6dddfca240559b10db) Thanks [@dilaouid](https://github.com/dilaouid)! - feat(solana): new P2 field user input type ATA/SOL
11
8
 
12
9
  ### Patch Changes
13
10
 
14
11
  - Updated dependencies [[`759064d`](https://github.com/LedgerHQ/ledger-live/commit/759064d4815c636af2d73ba548a85b4f53e7b491)]:
15
- - @ledgerhq/errors@6.27.0-nightly.0
16
- - @ledgerhq/hw-transport@6.31.13-nightly.0
17
-
18
- ## 7.6.0-nightly.0
19
-
20
- ### Minor Changes
21
-
22
- - [#12199](https://github.com/LedgerHQ/ledger-live/pull/12199) [`2a67525`](https://github.com/LedgerHQ/ledger-live/commit/2a67525bfce19b673126ce6dddfca240559b10db) Thanks [@dilaouid](https://github.com/dilaouid)! - feat(solana): new P2 field user input type ATA/SOL
12
+ - @ledgerhq/errors@6.27.0-nightly.20251031023756
13
+ - @ledgerhq/hw-transport@6.31.13-nightly.20251031023756
23
14
 
24
15
  ## 7.5.5
25
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-solana",
3
- "version": "7.6.0-nightly.2",
3
+ "version": "7.6.0-nightly.20251031023756",
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.27.0-nightly.0",
32
- "@ledgerhq/hw-transport": "6.31.13-nightly.1"
31
+ "@ledgerhq/errors": "^6.27.0-nightly.20251031023756",
32
+ "@ledgerhq/hw-transport": "6.31.13-nightly.20251031023756"
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.13-nightly.1",
44
- "@ledgerhq/hw-transport-node-speculos": "^6.29.13-nightly.1"
43
+ "@ledgerhq/hw-transport-mocker": "^6.29.13-nightly.20251031023756",
44
+ "@ledgerhq/hw-transport-node-speculos": "^6.29.13-nightly.20251031023756"
45
45
  },
46
46
  "scripts": {
47
47
  "clean": "rimraf lib lib-es",