@applicaster/zapp-react-native-bridge 14.0.0-rc.36 → 14.0.0-rc.37

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.
@@ -7,7 +7,7 @@ interface PushBridgeInterface {
7
7
  }
8
8
 
9
9
  // eslint-disable-next-line prefer-promise-reject-errors
10
- const nullPromise = () => Promise.reject("Push Notification bridge is null");
10
+ const nullPromise = () => Promise.resolve(["Push Notification bridge is null"]);
11
11
 
12
12
  const defaultPushNotification = {
13
13
  registerTags: nullPromise,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applicaster/zapp-react-native-bridge",
3
- "version": "14.0.0-rc.36",
3
+ "version": "14.0.0-rc.37",
4
4
  "description": "Applicaster Zapp React Native modules",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -32,7 +32,7 @@
32
32
  "homepage": "https://github.com/applicaster/quickbrick#readme",
33
33
  "dependencies": {
34
34
  "@applicaster/zapp-pipes-dev-kit": "1.4.7",
35
- "@applicaster/zapp-react-native-utils": "14.0.0-rc.36",
35
+ "@applicaster/zapp-react-native-utils": "14.0.0-rc.37",
36
36
  "md5": "^2.3.0",
37
37
  "uuid": "^3.3.2"
38
38
  },