@jesushr0013/native-timer 8.0.4 → 8.0.5

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.
@@ -3,7 +3,6 @@ import WidgetKit
3
3
 
4
4
  #if canImport(ActivityKit)
5
5
  import ActivityKit
6
- #endif
7
6
 
8
7
  @available(iOS 16.2, *)
9
8
  public struct NativeTimerWidget: Widget {
@@ -477,3 +476,4 @@ public struct NativeTimerWidgetBundle: WidgetBundle {
477
476
 
478
477
  public init() {}
479
478
  }
479
+ #endif
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jesushr0013/native-timer",
3
- "version": "8.0.4",
3
+ "version": "8.0.5",
4
4
  "description": "Plugin nativo para timer con foreground service",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",