@ledgerhq/hw-app-str 6.27.6-next.0 → 6.27.6

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-str:build: cache hit, replaying output dcc2b11979aa6892
1
+ @ledgerhq/hw-app-str:build: cache hit, replaying output 7f0334a87231bea3
2
2
  @ledgerhq/hw-app-str:build:
3
- @ledgerhq/hw-app-str:build: > @ledgerhq/hw-app-str@6.27.5 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-str
3
+ @ledgerhq/hw-app-str:build: > @ledgerhq/hw-app-str@6.27.6 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-str
4
4
  @ledgerhq/hw-app-str:build: > tsc && tsc -m ES6 --outDir lib-es
5
5
  @ledgerhq/hw-app-str:build:
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @ledgerhq/hw-app-str
2
2
 
3
+ ## 6.27.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1356](https://github.com/LedgerHQ/ledger-live/pull/1356) [`ecac411d7a`](https://github.com/LedgerHQ/ledger-live/commit/ecac411d7aad6f4003503ba6259d7c25017ca7aa) Thanks [@juan-cortes](https://github.com/juan-cortes)! - Updated readme.md of packages
8
+
9
+ - Updated dependencies [[`ecac411d7a`](https://github.com/LedgerHQ/ledger-live/commit/ecac411d7aad6f4003503ba6259d7c25017ca7aa)]:
10
+ - @ledgerhq/hw-transport@6.27.6
11
+
3
12
  ## 6.27.6-next.0
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-str",
3
- "version": "6.27.6-next.0",
3
+ "version": "6.27.6",
4
4
  "description": "Ledger Hardware Wallet Stellar Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -27,13 +27,13 @@
27
27
  "types": "lib/Str.d.ts",
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@ledgerhq/hw-transport": "^6.27.6-next.0",
30
+ "@ledgerhq/hw-transport": "^6.27.6",
31
31
  "base32.js": "^0.1.0",
32
32
  "sha.js": "^2.3.6",
33
33
  "tweetnacl": "^1.0.3"
34
34
  },
35
35
  "devDependencies": {
36
- "@ledgerhq/hw-transport-mocker": "^6.27.6-next.0"
36
+ "@ledgerhq/hw-transport-mocker": "^6.27.6"
37
37
  },
38
38
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
39
39
  "scripts": {