@ledgerhq/hw-app-solana 7.6.0-nightly.1 → 7.6.0-nightly.20251030160608

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.0 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,19 +1,17 @@
1
1
  # @ledgerhq/hw-app-solana
2
2
 
3
- ## 7.6.0-nightly.1
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies [[`759064d`](https://github.com/LedgerHQ/ledger-live/commit/759064d4815c636af2d73ba548a85b4f53e7b491)]:
8
- - @ledgerhq/errors@6.27.0-nightly.0
9
- - @ledgerhq/hw-transport@6.31.13-nightly.0
10
-
11
- ## 7.6.0-nightly.0
3
+ ## 7.6.0-nightly.20251030160608
12
4
 
13
5
  ### Minor Changes
14
6
 
15
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
16
8
 
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`759064d`](https://github.com/LedgerHQ/ledger-live/commit/759064d4815c636af2d73ba548a85b4f53e7b491)]:
12
+ - @ledgerhq/errors@6.27.0-nightly.20251030160608
13
+ - @ledgerhq/hw-transport@6.31.13-nightly.20251030160608
14
+
17
15
  ## 7.5.5
18
16
 
19
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-solana",
3
- "version": "7.6.0-nightly.1",
3
+ "version": "7.6.0-nightly.20251030160608",
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.0"
31
+ "@ledgerhq/errors": "^6.27.0-nightly.20251030160608",
32
+ "@ledgerhq/hw-transport": "6.31.13-nightly.20251030160608"
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.0",
44
- "@ledgerhq/hw-transport-node-speculos": "^6.29.13-nightly.0"
43
+ "@ledgerhq/hw-transport-mocker": "^6.29.13-nightly.20251030160608",
44
+ "@ledgerhq/hw-transport-node-speculos": "^6.29.13-nightly.20251030160608"
45
45
  },
46
46
  "scripts": {
47
47
  "clean": "rimraf lib lib-es",