@ledgerhq/react-native-hw-transport-ble 6.25.2-monorepo.1 → 6.25.2-monorepo.3

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.
Files changed (51) hide show
  1. package/.turbo/turbo-build.log +5 -5
  2. package/CHANGELOG.md +22 -0
  3. package/lib/BleTransport.d.ts +0 -0
  4. package/lib/BleTransport.d.ts.map +0 -0
  5. package/lib/BleTransport.js +0 -0
  6. package/lib/BleTransport.js.map +0 -0
  7. package/lib/awaitsBleOn.d.ts +0 -0
  8. package/lib/awaitsBleOn.d.ts.map +0 -0
  9. package/lib/awaitsBleOn.js +0 -0
  10. package/lib/awaitsBleOn.js.map +0 -0
  11. package/lib/monitorCharacteristic.d.ts +0 -0
  12. package/lib/monitorCharacteristic.d.ts.map +0 -0
  13. package/lib/monitorCharacteristic.js +0 -0
  14. package/lib/monitorCharacteristic.js.map +0 -0
  15. package/lib/remapErrors.d.ts +0 -0
  16. package/lib/remapErrors.d.ts.map +0 -0
  17. package/lib/remapErrors.js +0 -0
  18. package/lib/remapErrors.js.map +0 -0
  19. package/lib/timer.d.ts +0 -0
  20. package/lib/timer.d.ts.map +0 -0
  21. package/lib/timer.js +0 -0
  22. package/lib/timer.js.map +0 -0
  23. package/lib/types.d.ts +0 -0
  24. package/lib/types.d.ts.map +0 -0
  25. package/lib/types.js +0 -0
  26. package/lib/types.js.map +0 -0
  27. package/lib-es/BleTransport.d.ts +0 -0
  28. package/lib-es/BleTransport.d.ts.map +0 -0
  29. package/lib-es/BleTransport.js +0 -0
  30. package/lib-es/BleTransport.js.map +0 -0
  31. package/lib-es/awaitsBleOn.d.ts +0 -0
  32. package/lib-es/awaitsBleOn.d.ts.map +0 -0
  33. package/lib-es/awaitsBleOn.js +0 -0
  34. package/lib-es/awaitsBleOn.js.map +0 -0
  35. package/lib-es/monitorCharacteristic.d.ts +0 -0
  36. package/lib-es/monitorCharacteristic.d.ts.map +0 -0
  37. package/lib-es/monitorCharacteristic.js +0 -0
  38. package/lib-es/monitorCharacteristic.js.map +0 -0
  39. package/lib-es/remapErrors.d.ts +0 -0
  40. package/lib-es/remapErrors.d.ts.map +0 -0
  41. package/lib-es/remapErrors.js +0 -0
  42. package/lib-es/remapErrors.js.map +0 -0
  43. package/lib-es/timer.d.ts +0 -0
  44. package/lib-es/timer.d.ts.map +0 -0
  45. package/lib-es/timer.js +0 -0
  46. package/lib-es/timer.js.map +0 -0
  47. package/lib-es/types.d.ts +0 -0
  48. package/lib-es/types.d.ts.map +0 -0
  49. package/lib-es/types.js +0 -0
  50. package/lib-es/types.js.map +0 -0
  51. package/package.json +5 -5
@@ -1,5 +1,5 @@
1
- @ledgerhq/react-native-hw-transport-ble:build: cache hit, replaying output a2fb334a863bb28f
2
- @ledgerhq/react-native-hw-transport-ble:build: 
3
- @ledgerhq/react-native-hw-transport-ble:build: > @ledgerhq/react-native-hw-transport-ble@6.25.2-monorepo.1 build /Users/valmeida/projects/live/ledger-live/libs/ledgerjs/packages/react-native-hw-transport-ble
4
- @ledgerhq/react-native-hw-transport-ble:build: > bash ../../script/build.sh
5
- @ledgerhq/react-native-hw-transport-ble:build: 
1
+ @ledgerhq/react-native-hw-transport-ble:build: cache hit, replaying output f2329d80454677de
2
+ @ledgerhq/react-native-hw-transport-ble:build:
3
+ @ledgerhq/react-native-hw-transport-ble:build: > @ledgerhq/react-native-hw-transport-ble@6.25.2-monorepo.3 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/react-native-hw-transport-ble
4
+ @ledgerhq/react-native-hw-transport-ble:build: > bash ../../script/build.sh
5
+ @ledgerhq/react-native-hw-transport-ble:build:
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @ledgerhq/react-native-hw-transport-ble
2
2
 
3
+ ## 6.25.2-monorepo.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 7f4a91716: clean pnpm-lock file
8
+ - Updated dependencies [7f4a91716]
9
+ - @ledgerhq/devices@6.24.2-monorepo.3
10
+ - @ledgerhq/errors@6.10.1-monorepo.3
11
+ - @ledgerhq/hw-transport@6.24.2-monorepo.3
12
+ - @ledgerhq/logs@6.10.1-monorepo.3
13
+
14
+ ## 6.25.2-monorepo.2
15
+
16
+ ### Patch Changes
17
+
18
+ - a439963a7: test prerelease
19
+ - Updated dependencies [a439963a7]
20
+ - @ledgerhq/devices@6.24.2-monorepo.2
21
+ - @ledgerhq/errors@6.10.1-monorepo.2
22
+ - @ledgerhq/hw-transport@6.24.2-monorepo.2
23
+ - @ledgerhq/logs@6.10.1-monorepo.2
24
+
3
25
  ## 6.25.2-monorepo.1
4
26
 
5
27
  ### Patch Changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/lib/timer.d.ts CHANGED
File without changes
File without changes
package/lib/timer.js CHANGED
File without changes
package/lib/timer.js.map CHANGED
File without changes
package/lib/types.d.ts CHANGED
File without changes
File without changes
package/lib/types.js CHANGED
File without changes
package/lib/types.js.map CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/lib-es/timer.d.ts CHANGED
File without changes
File without changes
package/lib-es/timer.js CHANGED
File without changes
File without changes
package/lib-es/types.d.ts CHANGED
File without changes
File without changes
package/lib-es/types.js CHANGED
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/react-native-hw-transport-ble",
3
- "version": "6.25.2-monorepo.1",
3
+ "version": "6.25.2-monorepo.3",
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": "^6.24.2-monorepo.1",
29
- "@ledgerhq/errors": "^6.10.1-monorepo.1",
30
- "@ledgerhq/hw-transport": "^6.24.2-monorepo.1",
31
- "@ledgerhq/logs": "^6.10.1-monorepo.1",
28
+ "@ledgerhq/devices": "^6.24.2-monorepo.3",
29
+ "@ledgerhq/errors": "^6.10.1-monorepo.3",
30
+ "@ledgerhq/hw-transport": "^6.24.2-monorepo.3",
31
+ "@ledgerhq/logs": "^6.10.1-monorepo.3",
32
32
  "invariant": "^2.2.4",
33
33
  "react-native-ble-plx": "2.0.3",
34
34
  "rxjs": "6",