@ledgerhq/react-native-hw-transport-ble 6.27.5 → 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.
@@ -1,4 +1,4 @@
1
- @ledgerhq/react-native-hw-transport-ble:build: cache hit, replaying output 7771c72894e4547a
1
+ @ledgerhq/react-native-hw-transport-ble:build: cache hit, replaying output 8297b73faaa824e2
2
2
  @ledgerhq/react-native-hw-transport-ble:build:
3
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
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
3
12
  ## 6.27.5
4
13
 
5
14
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- export declare const remapError: (error: Error | null | undefined) => any;
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,QAWzD,CAAC;AACF,eAAO,MAAM,YAAY,MAAO,KAAK,GAAG,IAAI,GAAG,SAAS,UAEvD,CAAC;AACF,eAAO,MAAM,qBAAqB,wCACL,CAAC"}
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"}
@@ -1,4 +1,4 @@
1
- export declare const remapError: (error: Error | null | undefined) => any;
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,QAWzD,CAAC;AACF,eAAO,MAAM,YAAY,MAAO,KAAK,GAAG,IAAI,GAAG,SAAS,UAEvD,CAAC;AACF,eAAO,MAAM,qBAAqB,wCACL,CAAC"}
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.5",
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,9 +25,9 @@
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.1",
30
- "@ledgerhq/hw-transport": "^6.27.3",
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
31
  "@ledgerhq/logs": "^6.10.0",
32
32
  "invariant": "^2.2.4",
33
33
  "react-native-ble-plx": "2.0.3",