@ammarahmed/notifee-react-native 7.3.0 → 7.3.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.
@@ -35,7 +35,7 @@ def findNodeModulePath(baseDir, packageName) {
35
35
  return null
36
36
  }
37
37
 
38
- def notifeeDir = findNodeModulePath(projectDir, "@ammarahm-ed/notifee-react-native") ?: "$rootDir/../node_modules/@ammarahm-ed/notifee-react-native"
38
+ def notifeeDir = findNodeModulePath(projectDir, "@ammarahmed/notifee-react-native") ?: "$rootDir/../node_modules/@ammarahmed/notifee-react-native"
39
39
  println ":${project.name} @notifee/react-native found at $notifeeDir"
40
40
 
41
41
  if (project.hasProperty('reactNativeProjects')) {
@@ -8,6 +8,6 @@
8
8
  <versions>
9
9
  <version>202108261756</version>
10
10
  </versions>
11
- <lastUpdated>20230112100512</lastUpdated>
11
+ <lastUpdated>20230112101436</lastUpdated>
12
12
  </versioning>
13
13
  </metadata>
@@ -1 +1 @@
1
- 98a698ea05e61dc96340b30870a15e97
1
+ e9ea5cd82234887ea7e23c2f926d4fd9
@@ -1 +1 @@
1
- fba186c53cf240180e2c8fdb871675f960e728a5
1
+ 7a013127bfe0c1203e5f48d8785d0160989752c4
@@ -1 +1 @@
1
- 1483e8b2e822ba974af58ccba1dd15134af9421672d723d612fbe994c428f055
1
+ 3bab743c7794b7dbd6fdee5931576cc655b2fd9638fb772f0b1bd3934770616c
@@ -1 +1 @@
1
- 868cbf687dce6d01aaf63eead3191801654eb75dc10e1ec10d2fe07e03f3542bce365cf7ff3a4b1aa069c0ac2bab2e00cc97958b84f4f43d6ae31c45424fdd81
1
+ 34500d9461213251bd2b6f84a2f243b25cdf0dd1c38c0ed55f2fe4abbd5a82dd228f22e2d974fe4105a086fa4b4b9e8b1b5ae78be2a9236bfbee0d113c11eea3
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "7.3.0";
1
+ export declare const version = "7.3.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ammarahmed/notifee-react-native",
3
- "version": "7.3.0",
3
+ "version": "7.3.1",
4
4
  "author": "Invertase <oss@invertase.io> (http://invertase.io)",
5
5
  "description": "Notifee - a feature rich notifications library for React Native.",
6
6
  "main": "dist/index.js",
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '7.3.0';
2
+ export const version = '7.3.1';