@ledgerhq/hw-app-trx 6.27.2 → 6.27.3-nightly.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-trx:build: cache hit, replaying output 571d619a87c41bcb
1
+ @ledgerhq/hw-app-trx:build: cache hit, replaying output 6ebc316d45940c5f
2
2
  @ledgerhq/hw-app-trx:build:
3
3
  @ledgerhq/hw-app-trx:build: > @ledgerhq/hw-app-trx@6.27.2 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-trx
4
4
  @ledgerhq/hw-app-trx:build: > tsc && tsc -m ES6 --outDir lib-es
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @ledgerhq/hw-app-trx
2
2
 
3
+ ## 6.27.3-nightly.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`ecfdd1ebd8`](https://github.com/LedgerHQ/ledger-live/commit/ecfdd1ebd8cc7c4b5bc6315316ce662bb6241311)]:
8
+ - @ledgerhq/hw-transport@6.27.3-nightly.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 TRX 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 TRX 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
  ## API
11
24
 
12
25
  <!-- Generated by documentation.js. Update this documentation by updating the source code. -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-trx",
3
- "version": "6.27.2",
3
+ "version": "6.27.3-nightly.0",
4
4
  "description": "Ledger Hardware Wallet Tron Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -28,10 +28,10 @@
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-nightly.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@ledgerhq/hw-transport-mocker": "^6.27.2"
34
+ "@ledgerhq/hw-transport-mocker": "^6.27.3-nightly.0"
35
35
  },
36
36
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
37
37
  "scripts": {