react-native-notify-kit 10.4.0 → 10.4.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.
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "10.4.0";
1
+ export declare const version = "10.4.1";
package/dist/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '10.4.0';
2
+ export const version = '10.4.1';
3
3
  //# sourceMappingURL=version.js.map
@@ -18,8 +18,7 @@
18
18
  #import <Foundation/Foundation.h>
19
19
  #import <NotifeeSpec/NotifeeSpec.h>
20
20
  #import <React/RCTEventEmitter.h>
21
- #import "NotifeeCore.h"
22
21
 
23
- @interface NotifeeApiModule : RCTEventEmitter <NativeNotifeeModuleSpec, NotifeeCoreDelegate>
22
+ @interface NotifeeApiModule : RCTEventEmitter <NativeNotifeeModuleSpec>
24
23
 
25
24
  @end
@@ -18,8 +18,12 @@
18
18
  #import "NotifeeApiModule.h"
19
19
  #import <React/RCTUtils.h>
20
20
  #import <UIKit/UIKit.h>
21
+ #import "../NotifeeCore/NotifeeCore.h"
21
22
  #import "NotifeeCore+UNUserNotificationCenter.h"
22
23
 
24
+ @interface NotifeeApiModule () <NotifeeCoreDelegate>
25
+ @end
26
+
23
27
  @interface NotifeeCoreUNUserNotificationCenter (Rechain)
24
28
  - (void)rechainUserNotificationCenterDelegate;
25
29
  @end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-notify-kit",
3
- "version": "10.4.0",
3
+ "version": "10.4.1",
4
4
  "author": "Marco Crupi",
5
5
  "description": "Maintained Notifee-compatible React Native notifications library for Android, iOS, FCM Mode, rich notifications, foreground services, and Expo CNG development builds.",
6
6
  "main": "dist/index.js",
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '10.4.0';
2
+ export const version = '10.4.1';