@ledgerhq/hw-app-solana 6.27.4-next.0 → 6.27.4

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,5 +1,5 @@
1
- @ledgerhq/hw-app-solana:build: cache hit, replaying output caf36e4e3afd351c
1
+ @ledgerhq/hw-app-solana:build: cache hit, replaying output 81866d41de11baca
2
2
  @ledgerhq/hw-app-solana:build:
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
3
+ @ledgerhq/hw-app-solana:build: > @ledgerhq/hw-app-solana@6.27.4 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
5
5
  @ledgerhq/hw-app-solana:build:
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @ledgerhq/hw-app-solana
2
2
 
3
+ ## 6.27.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`ae5e33e15e`](https://github.com/LedgerHQ/ledger-live/commit/ae5e33e15e8a107d0ba8a3688a63eda2c0d43ce7)]:
8
+ - @ledgerhq/errors@6.10.2
9
+ - @ledgerhq/hw-transport@6.27.4
10
+
3
11
  ## 6.27.4-next.0
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.4-next.0",
3
+ "version": "6.27.4",
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.2-next.0",
31
- "@ledgerhq/hw-transport": "^6.27.4-next.0",
30
+ "@ledgerhq/errors": "^6.10.2",
31
+ "@ledgerhq/hw-transport": "^6.27.4",
32
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.4-next.0",
36
+ "@ledgerhq/hw-transport-node-speculos": "^6.27.4",
37
37
  "axios": "^0.26.1",
38
- "@ledgerhq/hw-transport-mocker": "^6.27.4-next.0"
38
+ "@ledgerhq/hw-transport-mocker": "^6.27.4"
39
39
  },
40
40
  "scripts": {
41
41
  "clean": "rimraf lib lib-es",