cordova-plugin-ble-central
Advanced tools
Comparing version 1.7.0-alpha.2 to 1.7.0-slim
@@ -0,1 +1,11 @@ | ||
= 1.7.0 = | ||
iOS: Prevent API warnings on iOS if Bluetooth is disabled during timed scan | ||
iOS: Ensure scan timeout is cleared and reset when new scans are started | ||
Android: Ensure scan timeout is cleared and reset when new scans are started | ||
Standardise all scans to go via scanWithOptions | ||
Add duration flag (in seconds) to scan with options | ||
CI: Create GitHub Cordova & Capacitor Actions (#969) | ||
Documentation: update readme with info for advertisement parsing module | ||
Documentation: Detail capacitor installation instructions | ||
= 1.6.3 = | ||
@@ -2,0 +12,0 @@ Android: Implement manual bond control on #605 #843 |
{ | ||
"name": "cordova-plugin-ble-central", | ||
"version": "1.7.0-alpha.2", | ||
"version": "1.7.0-slim", | ||
"description": "Bluetooth Low Energy (BLE) Central Plugin", | ||
"scripts": { | ||
"slimify": "node tools/make-slim-variant.mjs", | ||
"version": "node tools/set-plugin-version.mjs && git add plugin.xml" | ||
}, | ||
"cordova": { | ||
@@ -14,2 +18,3 @@ "id": "cordova-plugin-ble-central", | ||
"publishConfig": { | ||
"tag": "slim", | ||
"registry": "https://registry.npmjs.org" | ||
@@ -40,3 +45,6 @@ }, | ||
"types": "./types.d.ts", | ||
"homepage": "https://github.com/don/cordova-plugin-ble-central#readme" | ||
"homepage": "https://github.com/don/cordova-plugin-ble-central#readme", | ||
"devDependencies": { | ||
"@xmldom/xmldom": "^0.8.7" | ||
} | ||
} |
@@ -1446,3 +1446,3 @@ # Bluetooth Low Energy (BLE) Central Plugin for Apache Cordova | ||
2. Align `plugin.xml` version with npm version | ||
3. `npm publish --tag alpha --registry=https://registry.npmjs.org` | ||
3. `npm publish --tag alpha` | ||
@@ -1453,10 +1453,10 @@ ## Release | ||
2. Align `plugin.xml` version with npm version | ||
3. Update release notes | ||
4. `npm publish --registry=https://registry.npmjs.org` | ||
3. Update release notes based on `git log --oneline --no-merges <last release>...master` | ||
4. `npm publish` | ||
## Release (lean) | ||
## Release (slim) | ||
1. `git merge master` | ||
2. Align `package.json` and `plugin.xml` versions | ||
3. `npm publish --tag lean --registry=https://registry.npmjs.org` | ||
3. `npm publish --tag slim` | ||
@@ -1463,0 +1463,0 @@ # Nordic DFU |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
319088
1
23
957