@capacitor-community/bluetooth-le
Advanced tools
Comparing version 1.8.3 to 2.0.0-0
@@ -315,3 +315,2 @@ import { WebPlugin } from '@capacitor/core'; | ||
name: (_a = device.name) !== null && _a !== void 0 ? _a : undefined, | ||
uuids: device.uuids, | ||
}; | ||
@@ -318,0 +317,0 @@ return bleDevice; |
@@ -760,3 +760,2 @@ 'use strict'; | ||
name: (_a = device.name) !== null && _a !== void 0 ? _a : undefined, | ||
uuids: device.uuids, | ||
}; | ||
@@ -763,0 +762,0 @@ return bleDevice; |
@@ -756,3 +756,2 @@ var capacitorCommunityBluetoothLe = (function (exports, core, throat) { | ||
name: (_a = device.name) !== null && _a !== void 0 ? _a : undefined, | ||
uuids: device.uuids, | ||
}; | ||
@@ -759,0 +758,0 @@ return bleDevice; |
{ | ||
"name": "@capacitor-community/bluetooth-le", | ||
"version": "1.8.3", | ||
"version": "2.0.0-0", | ||
"description": "Capacitor plugin for Bluetooth Low Energy ", | ||
@@ -36,30 +36,30 @@ "main": "dist/plugin.cjs.js", | ||
"dependencies": { | ||
"@types/web-bluetooth": "^0.0.14", | ||
"@types/web-bluetooth": "^0.0.15", | ||
"throat": "^6.0.1" | ||
}, | ||
"devDependencies": { | ||
"@capacitor/android": "^3.5.0", | ||
"@capacitor/cli": "^3.5.0", | ||
"@capacitor/core": "^3.5.0", | ||
"@capacitor/android": "^4.0.1", | ||
"@capacitor/cli": "^4.0.1", | ||
"@capacitor/core": "^4.0.1", | ||
"@capacitor/docgen": "0.2.0", | ||
"@capacitor/ios": "^3.5.0", | ||
"@capacitor/ios": "^4.0.1", | ||
"@ionic/eslint-config": "^0.3.0", | ||
"@ionic/prettier-config": "^2.0.0", | ||
"@ionic/swiftlint-config": "^1.1.2", | ||
"@types/jest": "^27.4.1", | ||
"@typescript-eslint/eslint-plugin": "^5.21.0", | ||
"eslint": "^8.14.0", | ||
"jest": "^28.0.3", | ||
"jest-environment-jsdom": "^28.0.2", | ||
"prettier": "^2.6.2", | ||
"prettier-plugin-java": "^1.6.1", | ||
"@types/jest": "^28.1.6", | ||
"@typescript-eslint/eslint-plugin": "^5.31.0", | ||
"eslint": "^8.20.0", | ||
"jest": "^28.1.3", | ||
"jest-environment-jsdom": "^28.1.3", | ||
"prettier": "^2.7.1", | ||
"prettier-plugin-java": "^1.6.2", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.71.1", | ||
"standard-version": "^9.3.2", | ||
"rollup": "^2.77.2", | ||
"standard-version": "^9.5.0", | ||
"swiftlint": "^1.0.1", | ||
"ts-jest": "^28.0.0-next.3", | ||
"typescript": "~4.6.4" | ||
"ts-jest": "^28.0.7", | ||
"typescript": "~4.7.4" | ||
}, | ||
"peerDependencies": { | ||
"@capacitor/core": "^3.0.0" | ||
"@capacitor/core": "^4.0.0" | ||
}, | ||
@@ -66,0 +66,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1005
570467
4827
2
+ Added@capacitor/core@4.8.2(transitive)
+ Added@types/web-bluetooth@0.0.15(transitive)
- Removed@capacitor/core@3.9.0(transitive)
- Removed@types/web-bluetooth@0.0.14(transitive)
Updated@types/web-bluetooth@^0.0.15