@ledgerhq/react-native-hw-transport-ble 6.30.0-tag-word.0 → 6.30.1-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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/react-native-hw-transport-ble@6.29.5 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/react-native-hw-transport-ble
2
+ > @ledgerhq/react-native-hw-transport-ble@6.30.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/react-native-hw-transport-ble
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
@@ -0,0 +1,3 @@
1
+ {
2
+ "entry": ["src/BleTransport.ts"]
3
+ }
package/CHANGELOG.md CHANGED
@@ -1,6 +1,32 @@
1
1
  # @ledgerhq/react-native-hw-transport-ble
2
2
 
3
- ## 6.30.0-tag-word.0
3
+ ## 6.30.1-nightly.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`e63205b850`](https://github.com/LedgerHQ/ledger-live/commit/e63205b85071538ed2431157a12818d7a8f0ffa9)]:
8
+ - @ledgerhq/errors@6.15.1-nightly.0
9
+ - @ledgerhq/devices@8.0.9-nightly.0
10
+ - @ledgerhq/hw-transport@6.29.1-nightly.0
11
+
12
+ ## 6.30.0
13
+
14
+ ### Minor Changes
15
+
16
+ - [#4709](https://github.com/LedgerHQ/ledger-live/pull/4709) [`9e2d32aec4`](https://github.com/LedgerHQ/ledger-live/commit/9e2d32aec4ebd8774880f94e3ef0e805ebb172ac) Thanks [@alexandremgo](https://github.com/alexandremgo)! - feat: usage of new tracing system
17
+
18
+ The tracing helps keeping a context (for ex a `job id`) that is propagated to other logs,
19
+ creating a (simple) tracing span
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [[`9e2d32aec4`](https://github.com/LedgerHQ/ledger-live/commit/9e2d32aec4ebd8774880f94e3ef0e805ebb172ac), [`7968dfc551`](https://github.com/LedgerHQ/ledger-live/commit/7968dfc551acca00b7fabf00a726758d74be33de), [`6b7fc5d071`](https://github.com/LedgerHQ/ledger-live/commit/6b7fc5d0711a83ed2fcacacd02795862a4a3bf1d), [`9e2d32aec4`](https://github.com/LedgerHQ/ledger-live/commit/9e2d32aec4ebd8774880f94e3ef0e805ebb172ac), [`4d6fa0772e`](https://github.com/LedgerHQ/ledger-live/commit/4d6fa0772e19cdbd4b432fafa43621c42e2a5fdd)]:
24
+ - @ledgerhq/logs@6.11.0
25
+ - @ledgerhq/hw-transport@6.29.0
26
+ - @ledgerhq/errors@6.15.0
27
+ - @ledgerhq/devices@8.0.8
28
+
29
+ ## 6.30.0-next.0
4
30
 
5
31
  ### Minor Changes
6
32
 
@@ -11,11 +37,11 @@
11
37
 
12
38
  ### Patch Changes
13
39
 
14
- - Updated dependencies [[`9e2d32aec4`](https://github.com/LedgerHQ/ledger-live/commit/9e2d32aec4ebd8774880f94e3ef0e805ebb172ac), [`6b7fc5d071`](https://github.com/LedgerHQ/ledger-live/commit/6b7fc5d0711a83ed2fcacacd02795862a4a3bf1d), [`9e2d32aec4`](https://github.com/LedgerHQ/ledger-live/commit/9e2d32aec4ebd8774880f94e3ef0e805ebb172ac), [`4d6fa0772e`](https://github.com/LedgerHQ/ledger-live/commit/4d6fa0772e19cdbd4b432fafa43621c42e2a5fdd)]:
15
- - @ledgerhq/logs@6.11.0-tag-word.0
16
- - @ledgerhq/hw-transport@6.29.0-tag-word.0
17
- - @ledgerhq/errors@6.15.0-tag-word.0
18
- - @ledgerhq/devices@8.0.8-tag-word.0
40
+ - Updated dependencies [[`9e2d32aec4`](https://github.com/LedgerHQ/ledger-live/commit/9e2d32aec4ebd8774880f94e3ef0e805ebb172ac), [`7968dfc551`](https://github.com/LedgerHQ/ledger-live/commit/7968dfc551acca00b7fabf00a726758d74be33de), [`6b7fc5d071`](https://github.com/LedgerHQ/ledger-live/commit/6b7fc5d0711a83ed2fcacacd02795862a4a3bf1d), [`9e2d32aec4`](https://github.com/LedgerHQ/ledger-live/commit/9e2d32aec4ebd8774880f94e3ef0e805ebb172ac), [`4d6fa0772e`](https://github.com/LedgerHQ/ledger-live/commit/4d6fa0772e19cdbd4b432fafa43621c42e2a5fdd)]:
41
+ - @ledgerhq/logs@6.11.0-next.0
42
+ - @ledgerhq/hw-transport@6.29.0-next.0
43
+ - @ledgerhq/errors@6.15.0-next.0
44
+ - @ledgerhq/devices@8.0.8-next.0
19
45
 
20
46
  ## 6.29.5
21
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/react-native-hw-transport-ble",
3
- "version": "6.30.0-tag-word.0",
3
+ "version": "6.30.1-nightly.0",
4
4
  "description": "Ledger Hardware Wallet Bluetooth BLE transport for React Native",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -25,19 +25,17 @@
25
25
  "types": "lib/BleTransport.d.ts",
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "invariant": "^2.2.4",
29
28
  "react-native-ble-plx": "2.0.3",
30
29
  "rxjs": "^7.8.1",
31
- "uuid": "^3.4.0",
32
- "@ledgerhq/devices": "^8.0.8-tag-word.0",
33
- "@ledgerhq/errors": "^6.15.0-tag-word.0",
34
- "@ledgerhq/hw-transport": "^6.29.0-tag-word.0",
35
- "@ledgerhq/logs": "^6.11.0-tag-word.0"
30
+ "@ledgerhq/devices": "^8.0.9-nightly.0",
31
+ "@ledgerhq/errors": "^6.15.1-nightly.0",
32
+ "@ledgerhq/hw-transport": "^6.29.1-nightly.0",
33
+ "@ledgerhq/logs": "^6.11.0"
36
34
  },
37
35
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
38
36
  "devDependencies": {
39
37
  "@types/jest": "^29.5.0",
40
- "@types/node": "^18.15.3",
38
+ "@types/node": "^20.8.10",
41
39
  "documentation": "13.2.5",
42
40
  "jest": "^28.1.1",
43
41
  "rimraf": "^4.4.1",
@@ -52,6 +50,7 @@
52
50
  "watch": "tsc --watch",
53
51
  "lint": "eslint ./src --no-error-on-unmatched-pattern --ext .ts,.tsx --cache",
54
52
  "lint:fix": "pnpm lint --fix",
55
- "test": "jest --runInBand"
53
+ "test": "jest --runInBand",
54
+ "unimported": "unimported"
56
55
  }
57
56
  }