notifly-sdk 2.3.5 → 2.3.6

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/index.js CHANGED
@@ -127,6 +127,7 @@ exports.initialize = async function (prjId, userName, password, useCustomClickHa
127
127
 
128
128
  // custom push click handler
129
129
  if (!useCustomClickHandler) {
130
+ await new Promise((resolve) => setTimeout(resolve, 500));
130
131
  const initialNotification = await messaging().getInitialNotification();
131
132
  if (initialNotification) {
132
133
  await clickHandler(initialNotification);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "notifly-sdk",
3
- "version": "2.3.5",
3
+ "version": "2.3.6",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/constant.js CHANGED
@@ -1,4 +1,4 @@
1
- export const SDK_VERSION = '2.3.5';
1
+ export const SDK_VERSION = '2.3.6';
2
2
 
3
3
  export const NAMESPACE = {
4
4
  'EVENTID': '830b5f7b-e392-43db-a17b-d835f0bcab2b',