@iotize/device-com-ble.cordova 3.7.1 → 3.7.2

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "author": "IoTize <contact@iotize.com>",
3
3
  "license": "MIT",
4
4
  "name": "@iotize/device-com-ble.cordova",
5
- "version": "3.7.1",
5
+ "version": "3.7.2",
6
6
  "cordova": {
7
7
  "id": "@iotize/device-com-ble.cordova",
8
8
  "platforms": [
@@ -736,7 +736,7 @@ struct BLEAction {
736
736
  disConnect(command: command)
737
737
  }
738
738
 
739
- @obj(requestMTU:)
739
+ @objc(requestMTU:)
740
740
  func requestMTU(command: CDVInvokedUrlCommand) {
741
741
  //nothing to do
742
742
  self.sendSuccessWithSingleResponse(command: command, result: "OK")