@ledgerhq/hw-app-tezos 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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +7 -0
- package/README.md +13 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@ledgerhq/hw-app-tezos:build: cache hit, replaying output
|
|
1
|
+
@ledgerhq/hw-app-tezos:build: cache hit, replaying output 1042ffc68b567cbc
|
|
2
2
|
@ledgerhq/hw-app-tezos:build:
|
|
3
3
|
@ledgerhq/hw-app-tezos:build: > @ledgerhq/hw-app-tezos@6.27.2 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-tezos
|
|
4
4
|
@ledgerhq/hw-app-tezos:build: > tsc && tsc -m ES6 --outDir lib-es
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @ledgerhq/hw-app-tezos
|
|
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 Tezos 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 Tezos 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-tezos",
|
|
3
|
-
"version": "6.27.
|
|
3
|
+
"version": "6.27.3-nightly.0",
|
|
4
4
|
"description": "Ledger Hardware Wallet Tezos Application API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
"types": "lib/Tezos.d.ts",
|
|
28
28
|
"license": "Apache-2.0",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@ledgerhq/hw-transport": "^6.27.
|
|
30
|
+
"@ledgerhq/hw-transport": "^6.27.3-nightly.0",
|
|
31
31
|
"blake2b": "^2.1.4",
|
|
32
32
|
"bs58check": "^2.1.2",
|
|
33
33
|
"invariant": "^2.2.4"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@ledgerhq/hw-transport-mocker": "^6.27.
|
|
36
|
+
"@ledgerhq/hw-transport-mocker": "^6.27.3-nightly.0"
|
|
37
37
|
},
|
|
38
38
|
"gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
|
|
39
39
|
"scripts": {
|