@greatdayhr/capacitor-datetime-setting 2.1.0 → 2.1.1

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.
@@ -25,9 +25,6 @@ public class DateTimeSettingPlugin: CAPPlugin {
25
25
  }
26
26
 
27
27
  /**
28
- * Check if date/time has been manually changed (inverse of auto time enabled).
29
- * This is a simple wrapper that returns !isAutoDateTimeEnabled.
30
- /**
31
28
  * Check if date/time has been manually changed.
32
29
  * Returns true if auto date/time is disabled (inverse of auto time enabled).
33
30
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@greatdayhr/capacitor-datetime-setting",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Capacitor plugin for comprehensive iOS date/time change detection. Cloned from date_change_checker Flutter plugin.",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",