@aws-amplify/rtn-push-notification 1.2.31-unstable.1cc40e3.0 → 1.2.31

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.
@@ -172,7 +172,7 @@ class AmplifyRTNPushNotificationManager {
172
172
  let completionHandlerId = UUID().uuidString
173
173
  var userInfoCopy = userInfo
174
174
 
175
- remoteNotificationCompletionHandlers[completionHandlerIdKey] = completionHandler
175
+ remoteNotificationCompletionHandlers[completionHandlerId] = completionHandler
176
176
  userInfoCopy[completionHandlerIdKey] = completionHandlerId
177
177
 
178
178
  sharedEventManager.sendEventToJS(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/rtn-push-notification",
3
- "version": "1.2.31-unstable.1cc40e3.0+1cc40e3",
3
+ "version": "1.2.31",
4
4
  "description": "React Native module for aws-amplify push notifications",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.mjs",
@@ -45,5 +45,5 @@
45
45
  "dist/esm",
46
46
  "src"
47
47
  ],
48
- "gitHead": "1cc40e31f995afbcf36de4b668c93b94dd35c647"
48
+ "gitHead": "cae62741692bc84e5583759daee6514103000f1d"
49
49
  }