react-native-notify-kit 9.1.15 → 9.1.16

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # react-native-notify-kit
2
2
 
3
- A feature-rich local notification library for React Native (Android & iOS).
3
+ Maintained Notifee-compatible fork a feature-rich React Native notification library (Android & iOS).
4
4
 
5
5
  <!-- markdownlint-disable MD033 -->
6
6
  <p align="center">
@@ -8,6 +8,6 @@
8
8
  <versions>
9
9
  <version>202108261754</version>
10
10
  </versions>
11
- <lastUpdated>20260406204223</lastUpdated>
11
+ <lastUpdated>20260406204633</lastUpdated>
12
12
  </versioning>
13
13
  </metadata>
@@ -1 +1 @@
1
- 239055343655202243c6c1f220804980
1
+ 1daae6e90edf29b4c559c1639ccfd9b4
@@ -1 +1 @@
1
- c4e189495af53c6a274bd67907dd1f137ed21bf6
1
+ 575456947a60cd406161b156852598e5646575fd
@@ -1 +1 @@
1
- f27cdf2fd3b5a0353851cc4be8c0604c8f78a496ae0588a22bf272347fdb661e
1
+ 3e0ca319ed24e96a164ce5814272c9347f9a668d737c2515477dacc832e9dfaf
@@ -1 +1 @@
1
- d94bc85db4adcd2fb7044fd520b43af499a9d216a724333956c2833a109129a8ef0494bc274549d25dfd7e22e2c54074d0927e67374ebf000e74fc876b968012
1
+ c3d6a17308cb08ec474005b7348608cb00d73f0db6b2b5cc70924d8c7034c9ddebc525feafd36ff2df2727e0e242fa31f78fb9ecea15bb4990ce14cec89652dd
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "9.1.15";
1
+ export declare const version = "9.1.16";
package/dist/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '9.1.15';
2
+ export const version = '9.1.16';
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-notify-kit",
3
- "version": "9.1.15",
3
+ "version": "9.1.16",
4
4
  "author": "Marco Crupi",
5
5
  "description": "Maintained Notifee-compatible fork for React Native — advanced local notifications for Android & iOS.",
6
6
  "main": "dist/index.js",
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '9.1.15';
2
+ export const version = '9.1.16';