Skip to content

Commit

Permalink
chore: update manager version
Browse files Browse the repository at this point in the history
  • Loading branch information
dimninik committed Nov 24, 2023
1 parent e2b14ed commit edd8849
Show file tree
Hide file tree
Showing 3 changed files with 2,499 additions and 2,429 deletions.
1 change: 0 additions & 1 deletion example/src/services/BLEService/BLEService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ class BLEServiceInstance {
return
}
if (device) {
console.log(`Device name: ${device.name},Device manufacturerData: ${device.manufacturerData}`)
onDeviceFound(device)
}
})
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"engines": {
"node": ">= 16.0.0"
},
"packageManager": "^[email protected].15",
"packageManager": "^[email protected].1",
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
Expand Down
Loading

0 comments on commit edd8849

Please sign in to comment.