@appzung/react-native-code-push 11.0.0-rc7 → 11.0.0-rc8

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.
@@ -20,6 +20,11 @@
20
20
  -keepclassmembers class com.facebook.react.ReactInstanceManager {
21
21
  private final ** mBundleLoader;
22
22
  }
23
+ -keepclassmembers class com.facebook.react.runtime.ReactHostImpl {
24
+ private final ** mReactHostDelegate;
25
+ }
26
+ -keep interface com.facebook.react.runtime.ReactHostDelegate { *; }
27
+ -keep class * implements com.facebook.react.runtime.ReactHostDelegate { *; }
23
28
 
24
29
  # Can't find referenced class org.bouncycastle.**
25
30
  -dontwarn com.nimbusds.jose.**
@@ -5,5 +5,5 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = void 0;
7
7
  // Generated by genversion.
8
- const version = exports.version = '11.0.0-rc7';
8
+ const version = exports.version = '11.0.0-rc8';
9
9
  //# sourceMappingURL=version.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
 
3
3
  // Generated by genversion.
4
- export const version = '11.0.0-rc7';
4
+ export const version = '11.0.0-rc8';
5
5
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "11.0.0-rc7";
1
+ export declare const version = "11.0.0-rc8";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,2 +1,2 @@
1
- export declare const version = "11.0.0-rc7";
1
+ export declare const version = "11.0.0-rc8";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appzung/react-native-code-push",
3
- "version": "11.0.0-rc7",
3
+ "version": "11.0.0-rc8",
4
4
  "description": "React Native plugin for the CodePush service",
5
5
  "author": "Louis Lagrange <lagrange.louis@gmail.com> (https://github.com/Minishlink)",
6
6
  "license": "MIT",
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '11.0.0-rc7';
2
+ export const version = '11.0.0-rc8';