@inngageregistry/inngage-react 4.1.1 → 4.1.2

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.
Files changed (2) hide show
  1. package/dist/Inngage.js +3 -3
  2. package/package.json +1 -1
package/dist/Inngage.js CHANGED
@@ -50,9 +50,9 @@ const handleNotificationsPermission = async () => {
50
50
  }
51
51
  }
52
52
  }
53
- if (!permissionGranted) {
54
- return null;
55
- }
53
+ // if (!permissionGranted) {
54
+ // return null;
55
+ // }
56
56
  return getFirebaseToken();
57
57
  };
58
58
  const getFirebaseToken = async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inngageregistry/inngage-react",
3
- "version": "4.1.1",
3
+ "version": "4.1.2",
4
4
  "description": "Inngage Plugin for React Native applications for marketing campaign optimization using Push Notification.",
5
5
  "author": "Inngage Developer",
6
6
  "license": "ISC",