react-native-notify-kit 9.1.8 → 9.1.9

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.
@@ -8,6 +8,6 @@
8
8
  <versions>
9
9
  <version>202108261754</version>
10
10
  </versions>
11
- <lastUpdated>20260404125644</lastUpdated>
11
+ <lastUpdated>20260404130717</lastUpdated>
12
12
  </versioning>
13
13
  </metadata>
@@ -1 +1 @@
1
- 5e530bbfa8e06f617c34dd000d0824e5
1
+ 6be66f07d40c3f9e1abb20117853abd3
@@ -1 +1 @@
1
- 7326f2554939bcf65817328815b9504e22026ad1
1
+ 39d055db760be215a98bce58864aa22286901bb7
@@ -1 +1 @@
1
- cfb3bc703b70421c56b6a4b004d7b8bcada5647eaa2bcfd5dde5e31a46f66e99
1
+ 724f2d75d2547919b4c249d3c371be9724abc6865ac2fdf4a497d71e158dc69d
@@ -1 +1 @@
1
- c139bb9a938cdc3ca121e2fc7d42a7594cc748837d9dfec51023a0e42e831c69ad01084f3a9224489d5650811164df0dc70a7404398ff1ea2146781441d99d94
1
+ 49638f5ec9dccb06e3dfabb30167af03a4625553d60c86ab327833ee3b1503880999b3e76045957af67ae1f8e79ce328c18bb6e59a8e20bb4cdf0b3925493894
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "9.1.8";
1
+ export declare const version = "9.1.9";
package/dist/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '9.1.8';
2
+ export const version = '9.1.9';
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.8",
3
+ "version": "9.1.9",
4
4
  "author": "Marco Crupi",
5
5
  "description": "React Native Notify Kit - a feature rich notifications library for React Native.",
6
6
  "main": "dist/index.js",
@@ -61,8 +61,7 @@
61
61
  "firebase",
62
62
  "fcm",
63
63
  "notifee",
64
- "notifications",
65
- "onesignal"
64
+ "notifications"
66
65
  ],
67
66
  "publishConfig": {
68
67
  "access": "public"
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '9.1.8';
2
+ export const version = '9.1.9';