@ledgerhq/hw-app-solana 6.27.2 → 6.27.3-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 18e9363c1d8e7cc1
1
+ @ledgerhq/hw-app-solana:build: cache hit, replaying output 6683be3e1c9b98d2
2
2
  @ledgerhq/hw-app-solana:build:
3
3
  @ledgerhq/hw-app-solana:build: > @ledgerhq/hw-app-solana@6.27.2 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,12 @@
1
1
  # @ledgerhq/hw-app-solana
2
2
 
3
+ ## 6.27.3-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`ecfdd1ebd`](https://github.com/LedgerHQ/ledger-live/commit/ecfdd1ebd8cc7c4b5bc6315316ce662bb6241311)]:
8
+ - @ledgerhq/hw-transport@6.27.3-next.0
9
+
3
10
  ## 6.27.2
4
11
 
5
12
  ### Patch Changes
package/README.md CHANGED
@@ -7,6 +7,19 @@
7
7
 
8
8
  Ledger Hardware Wallet Solana JavaScript bindings.
9
9
 
10
+ ***
11
+
12
+ ## Are you adding Ledger support to your software wallet?
13
+
14
+ You may be using this package to communicate with the Solana Nano App.
15
+
16
+ For a smooth and quick integration:
17
+
18
+ * See the developers’ documentation on the [Developer Portal](https://developers.ledger.com/docs/transport/overview/) and
19
+ * Go on [Discord](https://developers.ledger.com/discord-pro/) to chat with developer support and the developer community.
20
+
21
+ ***
22
+
10
23
  ## Notes
11
24
 
12
25
  To run `speculos-smoke` test make sure [Speculos](https://github.com/LedgerHQ/speculos) running (apdu port 9999 and api rest endpoint <http://0.0.0.0:5000>) with [Solana app](https://github.com/LedgerHQ/app-solana) installed on it. Then run the command from root workspace:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-solana",
3
- "version": "6.27.2",
3
+ "version": "6.27.3-next.0",
4
4
  "description": "Ledger Hardware Wallet Solana Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -28,14 +28,14 @@
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
30
  "@ledgerhq/errors": "^6.10.1",
31
- "@ledgerhq/hw-transport": "^6.27.2",
31
+ "@ledgerhq/hw-transport": "^6.27.3-next.0",
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.2",
36
+ "@ledgerhq/hw-transport-node-speculos": "^6.27.3-next.0",
37
37
  "axios": "^0.26.1",
38
- "@ledgerhq/hw-transport-mocker": "^6.27.2"
38
+ "@ledgerhq/hw-transport-mocker": "^6.27.3-next.0"
39
39
  },
40
40
  "scripts": {
41
41
  "clean": "rimraf lib lib-es",