@ledgerhq/hw-app-solana 6.27.3 → 6.27.4-next.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
- @ledgerhq/hw-app-solana:build: cache hit, replaying output b64b8caae21e1be3
1
+ @ledgerhq/hw-app-solana:build: cache hit, replaying output caf36e4e3afd351c
2
2
  @ledgerhq/hw-app-solana:build:
3
3
  @ledgerhq/hw-app-solana:build: > @ledgerhq/hw-app-solana@6.27.3 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-solana
4
4
  @ledgerhq/hw-app-solana:build: > tsc && tsc -m ES6 --outDir lib-es
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @ledgerhq/hw-app-solana
2
2
 
3
+ ## 6.27.4-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`ae5e33e15`](https://github.com/LedgerHQ/ledger-live/commit/ae5e33e15e8a107d0ba8a3688a63eda2c0d43ce7)]:
8
+ - @ledgerhq/errors@6.10.2-next.0
9
+ - @ledgerhq/hw-transport@6.27.4-next.0
10
+
3
11
  ## 6.27.3
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-solana",
3
- "version": "6.27.3",
3
+ "version": "6.27.4-next.0",
4
4
  "description": "Ledger Hardware Wallet Solana Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -27,15 +27,15 @@
27
27
  "types": "lib/Solana.d.ts",
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@ledgerhq/errors": "^6.10.1",
31
- "@ledgerhq/hw-transport": "^6.27.3",
32
- "@ledgerhq/logs": "^6.10.1-nightly.0",
30
+ "@ledgerhq/errors": "^6.10.2-next.0",
31
+ "@ledgerhq/hw-transport": "^6.27.4-next.0",
32
+ "@ledgerhq/logs": "^6.10.0",
33
33
  "bip32-path": "^0.4.2"
34
34
  },
35
35
  "devDependencies": {
36
- "@ledgerhq/hw-transport-node-speculos": "^6.27.3",
36
+ "@ledgerhq/hw-transport-node-speculos": "^6.27.4-next.0",
37
37
  "axios": "^0.26.1",
38
- "@ledgerhq/hw-transport-mocker": "^6.27.3"
38
+ "@ledgerhq/hw-transport-mocker": "^6.27.4-next.0"
39
39
  },
40
40
  "scripts": {
41
41
  "clean": "rimraf lib lib-es",