@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.
- package/.turbo/turbo-build.log +5 -5
- package/CHANGELOG.md +22 -0
- package/lib/BleTransport.d.ts +0 -0
- package/lib/BleTransport.d.ts.map +0 -0
- package/lib/BleTransport.js +0 -0
- package/lib/BleTransport.js.map +0 -0
- package/lib/awaitsBleOn.d.ts +0 -0
- package/lib/awaitsBleOn.d.ts.map +0 -0
- package/lib/awaitsBleOn.js +0 -0
- package/lib/awaitsBleOn.js.map +0 -0
- package/lib/monitorCharacteristic.d.ts +0 -0
- package/lib/monitorCharacteristic.d.ts.map +0 -0
- package/lib/monitorCharacteristic.js +0 -0
- package/lib/monitorCharacteristic.js.map +0 -0
- package/lib/remapErrors.d.ts +0 -0
- package/lib/remapErrors.d.ts.map +0 -0
- package/lib/remapErrors.js +0 -0
- package/lib/remapErrors.js.map +0 -0
- package/lib/timer.d.ts +0 -0
- package/lib/timer.d.ts.map +0 -0
- package/lib/timer.js +0 -0
- package/lib/timer.js.map +0 -0
- package/lib/types.d.ts +0 -0
- package/lib/types.d.ts.map +0 -0
- package/lib/types.js +0 -0
- package/lib/types.js.map +0 -0
- package/lib-es/BleTransport.d.ts +0 -0
- package/lib-es/BleTransport.d.ts.map +0 -0
- package/lib-es/BleTransport.js +0 -0
- package/lib-es/BleTransport.js.map +0 -0
- package/lib-es/awaitsBleOn.d.ts +0 -0
- package/lib-es/awaitsBleOn.d.ts.map +0 -0
- package/lib-es/awaitsBleOn.js +0 -0
- package/lib-es/awaitsBleOn.js.map +0 -0
- package/lib-es/monitorCharacteristic.d.ts +0 -0
- package/lib-es/monitorCharacteristic.d.ts.map +0 -0
- package/lib-es/monitorCharacteristic.js +0 -0
- package/lib-es/monitorCharacteristic.js.map +0 -0
- package/lib-es/remapErrors.d.ts +0 -0
- package/lib-es/remapErrors.d.ts.map +0 -0
- package/lib-es/remapErrors.js +0 -0
- package/lib-es/remapErrors.js.map +0 -0
- package/lib-es/timer.d.ts +0 -0
- package/lib-es/timer.d.ts.map +0 -0
- package/lib-es/timer.js +0 -0
- package/lib-es/timer.js.map +0 -0
- package/lib-es/types.d.ts +0 -0
- package/lib-es/types.d.ts.map +0 -0
- package/lib-es/types.js +0 -0
- package/lib-es/types.js.map +0 -0
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
|
package/lib/BleTransport.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/lib/BleTransport.js
CHANGED
|
File without changes
|
package/lib/BleTransport.js.map
CHANGED
|
File without changes
|
package/lib/awaitsBleOn.d.ts
CHANGED
|
File without changes
|
package/lib/awaitsBleOn.d.ts.map
CHANGED
|
File without changes
|
package/lib/awaitsBleOn.js
CHANGED
|
File without changes
|
package/lib/awaitsBleOn.js.map
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/remapErrors.d.ts
CHANGED
|
File without changes
|
package/lib/remapErrors.d.ts.map
CHANGED
|
File without changes
|
package/lib/remapErrors.js
CHANGED
|
File without changes
|
package/lib/remapErrors.js.map
CHANGED
|
File without changes
|
package/lib/timer.d.ts
CHANGED
|
File without changes
|
package/lib/timer.d.ts.map
CHANGED
|
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
|
package/lib/types.d.ts.map
CHANGED
|
File without changes
|
package/lib/types.js
CHANGED
|
File without changes
|
package/lib/types.js.map
CHANGED
|
File without changes
|
package/lib-es/BleTransport.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/lib-es/BleTransport.js
CHANGED
|
File without changes
|
|
File without changes
|
package/lib-es/awaitsBleOn.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/lib-es/awaitsBleOn.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib-es/remapErrors.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/lib-es/remapErrors.js
CHANGED
|
File without changes
|
|
File without changes
|
package/lib-es/timer.d.ts
CHANGED
|
File without changes
|
package/lib-es/timer.d.ts.map
CHANGED
|
File without changes
|
package/lib-es/timer.js
CHANGED
|
File without changes
|
package/lib-es/timer.js.map
CHANGED
|
File without changes
|
package/lib-es/types.d.ts
CHANGED
|
File without changes
|
package/lib-es/types.d.ts.map
CHANGED
|
File without changes
|
package/lib-es/types.js
CHANGED
|
File without changes
|
package/lib-es/types.js.map
CHANGED
|
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.
|
|
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.
|
|
29
|
-
"@ledgerhq/errors": "^6.10.1-monorepo.
|
|
30
|
-
"@ledgerhq/hw-transport": "^6.24.2-monorepo.
|
|
31
|
-
"@ledgerhq/logs": "^6.10.1-monorepo.
|
|
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",
|