@ledgerhq/react-native-hw-transport-ble 6.27.4 → 6.27.6-next.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 +2 -2
- package/CHANGELOG.md +27 -0
- package/lib/remapErrors.d.ts +1 -1
- package/lib/remapErrors.d.ts.map +1 -1
- package/lib-es/remapErrors.d.ts +1 -1
- package/lib-es/remapErrors.d.ts.map +1 -1
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@ledgerhq/react-native-hw-transport-ble:build: cache hit, replaying output
|
|
1
|
+
@ledgerhq/react-native-hw-transport-ble:build: cache hit, replaying output 8297b73faaa824e2
|
|
2
2
|
@ledgerhq/react-native-hw-transport-ble:build:
|
|
3
|
-
@ledgerhq/react-native-hw-transport-ble:build: > @ledgerhq/react-native-hw-transport-ble@6.27.
|
|
3
|
+
@ledgerhq/react-native-hw-transport-ble:build: > @ledgerhq/react-native-hw-transport-ble@6.27.5 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/react-native-hw-transport-ble
|
|
4
4
|
@ledgerhq/react-native-hw-transport-ble:build: > tsc && tsc -m ES6 --outDir lib-es
|
|
5
5
|
@ledgerhq/react-native-hw-transport-ble:build:
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @ledgerhq/react-native-hw-transport-ble
|
|
2
2
|
|
|
3
|
+
## 6.27.6-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`ae5e33e15`](https://github.com/LedgerHQ/ledger-live/commit/ae5e33e15e8a107d0ba8a3688a63eda2c0d43ce7)]:
|
|
8
|
+
- @ledgerhq/errors@6.10.2-next.0
|
|
9
|
+
- @ledgerhq/devices@7.0.1-next.0
|
|
10
|
+
- @ledgerhq/hw-transport@6.27.4-next.0
|
|
11
|
+
|
|
12
|
+
## 6.27.5
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [#1117](https://github.com/LedgerHQ/ledger-live/pull/1117) [`a7976db5d`](https://github.com/LedgerHQ/ledger-live/commit/a7976db5d3836d3d41ef0a0507373cad0bd8725c) Thanks [@github-actions](https://github.com/apps/github-actions)! - Fix crash when scanning for bluetooth devices
|
|
17
|
+
|
|
18
|
+
## 6.27.5-next.0
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- [#1070](https://github.com/LedgerHQ/ledger-live/pull/1070) [`533e658dcd`](https://github.com/LedgerHQ/ledger-live/commit/533e658dcd7862d4e6c9cb1b55c400652c68ae26) Thanks [@grsoares21](https://github.com/grsoares21)! - Fix crash when scanning for bluetooth devices
|
|
23
|
+
|
|
24
|
+
## 6.27.3
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- [`3cc45438a8`](https://github.com/LedgerHQ/ledger-live/commit/3cc45438a8aced1922742ff077946d1216f63525) Thanks [@elbywan](https://github.com/elbywan)! - Use commonjs imports for @ledgerhq/devices. Fixes #777.
|
|
29
|
+
|
|
3
30
|
## 6.27.4
|
|
4
31
|
|
|
5
32
|
### Patch Changes
|
package/lib/remapErrors.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const remapError: (error: Error | null | undefined) =>
|
|
1
|
+
export declare const remapError: (error: Error | null | undefined) => Error | null | undefined;
|
|
2
2
|
export declare const rethrowError: (e: Error | null | undefined) => never;
|
|
3
3
|
export declare const decoratePromiseErrors: <A>(promise: Promise<A>) => Promise<A>;
|
|
4
4
|
//# sourceMappingURL=remapErrors.d.ts.map
|
package/lib/remapErrors.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remapErrors.d.ts","sourceRoot":"","sources":["../src/remapErrors.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,UAAU,UAAW,KAAK,GAAG,IAAI,GAAG,SAAS,
|
|
1
|
+
{"version":3,"file":"remapErrors.d.ts","sourceRoot":"","sources":["../src/remapErrors.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,UAAU,UAAW,KAAK,GAAG,IAAI,GAAG,SAAS,6BAWzD,CAAC;AACF,eAAO,MAAM,YAAY,MAAO,KAAK,GAAG,IAAI,GAAG,SAAS,UAEvD,CAAC;AACF,eAAO,MAAM,qBAAqB,wCACL,CAAC"}
|
package/lib-es/remapErrors.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const remapError: (error: Error | null | undefined) =>
|
|
1
|
+
export declare const remapError: (error: Error | null | undefined) => Error | null | undefined;
|
|
2
2
|
export declare const rethrowError: (e: Error | null | undefined) => never;
|
|
3
3
|
export declare const decoratePromiseErrors: <A>(promise: Promise<A>) => Promise<A>;
|
|
4
4
|
//# sourceMappingURL=remapErrors.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remapErrors.d.ts","sourceRoot":"","sources":["../src/remapErrors.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,UAAU,UAAW,KAAK,GAAG,IAAI,GAAG,SAAS,
|
|
1
|
+
{"version":3,"file":"remapErrors.d.ts","sourceRoot":"","sources":["../src/remapErrors.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,UAAU,UAAW,KAAK,GAAG,IAAI,GAAG,SAAS,6BAWzD,CAAC;AACF,eAAO,MAAM,YAAY,MAAO,KAAK,GAAG,IAAI,GAAG,SAAS,UAEvD,CAAC;AACF,eAAO,MAAM,qBAAqB,wCACL,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/react-native-hw-transport-ble",
|
|
3
|
-
"version": "6.27.
|
|
3
|
+
"version": "6.27.6-next.0",
|
|
4
4
|
"description": "Ledger Hardware Wallet Bluetooth BLE transport for React Native",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
"types": "lib/BleTransport.d.ts",
|
|
26
26
|
"license": "Apache-2.0",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@ledgerhq/devices": "^7.0.0",
|
|
29
|
-
"@ledgerhq/errors": "^6.10.
|
|
30
|
-
"@ledgerhq/hw-transport": "^6.27.
|
|
31
|
-
"@ledgerhq/logs": "^6.10.
|
|
28
|
+
"@ledgerhq/devices": "^7.0.1-next.0",
|
|
29
|
+
"@ledgerhq/errors": "^6.10.2-next.0",
|
|
30
|
+
"@ledgerhq/hw-transport": "^6.27.4-next.0",
|
|
31
|
+
"@ledgerhq/logs": "^6.10.0",
|
|
32
32
|
"invariant": "^2.2.4",
|
|
33
33
|
"react-native-ble-plx": "2.0.3",
|
|
34
34
|
"rxjs": "6",
|