capacitor-motioncal 0.0.3 → 0.0.4

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.
@@ -13,7 +13,7 @@ import org.json.JSONArray;
13
13
  import org.json.JSONException;
14
14
 
15
15
  @CapacitorPlugin(name = "MotionCalibration")
16
- public class MotionCalibrationPlugin extends Plugin {
16
+ public class MotionCalibration extends Plugin {
17
17
 
18
18
  // Load the native library
19
19
  static {
@@ -245,4 +245,4 @@ public class MotionCalibrationPlugin extends Plugin {
245
245
  clearDrawPointsNative();
246
246
  call.resolve();
247
247
  }
248
- }
248
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capacitor-motioncal",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Capacitor plugin for motion calibration using magnetometer data",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",