@ledgerhq/hw-app-str 6.28.5 → 6.28.6-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/CHANGELOG.md +7 -0
- package/README.md +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import Transport from "@ledgerhq/hw-transport-node-hid";
|
|
12
12
|
// import Transport from "@ledgerhq/hw-transport-u2f"; // for browser
|
|
13
13
|
import Str from "@ledgerhq/hw-app-str";
|
|
14
|
-
import StellarSdk from "stellar-sdk";
|
|
14
|
+
import * as StellarSdk from "@stellar/stellar-sdk";
|
|
15
15
|
|
|
16
16
|
const getStrAppVersion = async () => {
|
|
17
17
|
const transport = await Transport.create();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/hw-app-str",
|
|
3
|
-
"version": "6.28.
|
|
3
|
+
"version": "6.28.6-nightly.0",
|
|
4
4
|
"description": "Ledger Hardware Wallet Stellar Application API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"base32.js": "^0.1.0",
|
|
31
31
|
"sha.js": "^2.3.6",
|
|
32
32
|
"tweetnacl": "^1.0.3",
|
|
33
|
-
"@ledgerhq/hw-transport": "^6.30.
|
|
33
|
+
"@ledgerhq/hw-transport": "^6.30.6-nightly.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/jest": "^29.5.10",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"source-map-support": "^0.5.21",
|
|
42
42
|
"ts-jest": "^29.1.1",
|
|
43
43
|
"ts-node": "^10.4.0",
|
|
44
|
-
"@ledgerhq/hw-transport-mocker": "^6.28.
|
|
44
|
+
"@ledgerhq/hw-transport-mocker": "^6.28.6-nightly.0"
|
|
45
45
|
},
|
|
46
46
|
"gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
|
|
47
47
|
"scripts": {
|