@ledgerhq/hw-app-trx 6.27.2-nightly.1 → 6.27.3-arm-builds.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,5 +1,5 @@
1
- @ledgerhq/hw-app-trx:build: cache hit, replaying output d6bc9c16d6e2c0ba
1
+ @ledgerhq/hw-app-trx:build: cache hit, replaying output d1e2f9c26b48bc2d
2
2
  @ledgerhq/hw-app-trx:build:
3
- @ledgerhq/hw-app-trx:build: > @ledgerhq/hw-app-trx@6.27.2-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-trx
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
5
5
  @ledgerhq/hw-app-trx:build:
package/CHANGELOG.md CHANGED
@@ -1,18 +1,24 @@
1
1
  # @ledgerhq/hw-app-trx
2
2
 
3
- ## 6.27.2-nightly.1
3
+ ## 6.27.3-arm-builds.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-arm-builds.0
9
+
10
+ ## 6.27.2
4
11
 
5
12
  ### Patch Changes
6
13
 
7
14
  - Updated dependencies [[`203b927b4`](https://github.com/LedgerHQ/ledger-live/commit/203b927b4e5bca3402c85a88c536d519adb18c5f)]:
8
- - @ledgerhq/errors@6.10.1-nightly.1
9
- - @ledgerhq/hw-transport@6.27.2-nightly.1
15
+ - @ledgerhq/errors@6.10.1
16
+ - @ledgerhq/hw-transport@6.27.2
10
17
 
11
- ## 6.27.2-nightly.0
18
+ ## 6.27.2-next.0
12
19
 
13
20
  ### Patch Changes
14
21
 
15
- - 47252169a: add dummy changesets
16
- - Updated dependencies [47252169a]
17
- - @ledgerhq/errors@6.10.1-nightly.0
18
- - @ledgerhq/hw-transport@6.27.2-nightly.0
22
+ - Updated dependencies [[`203b927b4`](https://github.com/LedgerHQ/ledger-live/commit/203b927b4e5bca3402c85a88c536d519adb18c5f)]:
23
+ - @ledgerhq/errors@6.10.1-next.0
24
+ - @ledgerhq/hw-transport@6.27.2-next.0
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-nightly.1",
3
+ "version": "6.27.3-arm-builds.0",
4
4
  "description": "Ledger Hardware Wallet Tron Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -13,12 +13,12 @@
13
13
  ],
14
14
  "repository": {
15
15
  "type": "git",
16
- "url": "https://github.com/LedgerHQ/ledgerjs"
16
+ "url": "https://github.com/LedgerHQ/ledger-live.git"
17
17
  },
18
18
  "bugs": {
19
- "url": "https://github.com/LedgerHQ/ledgerjs/issues"
19
+ "url": "https://github.com/LedgerHQ/ledger-live/issues"
20
20
  },
21
- "homepage": "https://github.com/LedgerHQ/ledgerjs",
21
+ "homepage": "https://github.com/LedgerHQ/ledger-live/tree/develop/libs/ledgerjs/packages/hw-app-trx",
22
22
  "publishConfig": {
23
23
  "access": "public"
24
24
  },
@@ -27,11 +27,11 @@
27
27
  "types": "lib/Trx.d.ts",
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@ledgerhq/errors": "^6.10.1-nightly.1",
31
- "@ledgerhq/hw-transport": "^6.27.2-nightly.1"
30
+ "@ledgerhq/errors": "^6.10.1",
31
+ "@ledgerhq/hw-transport": "^6.27.3-arm-builds.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@ledgerhq/hw-transport-mocker": "^6.27.2-nightly.1"
34
+ "@ledgerhq/hw-transport-mocker": "^6.27.3-arm-builds.0"
35
35
  },
36
36
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
37
37
  "scripts": {