@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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @ledgerhq/hw-app-str
2
2
 
3
+ ## 6.28.6-nightly.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @ledgerhq/hw-transport@6.30.6-nightly.0
9
+
3
10
  ## 6.28.5
4
11
 
5
12
  ### Patch Changes
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.5",
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.5"
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.5"
44
+ "@ledgerhq/hw-transport-mocker": "^6.28.6-nightly.0"
45
45
  },
46
46
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
47
47
  "scripts": {