@srcpush/react-native-code-push 1.0.0 → 1.0.1

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.
@@ -111,7 +111,7 @@ public class CodePush implements ReactPackage {
111
111
  mPublicKey = getPublicKeyByResourceDescriptor(publicKeyResourceDescriptor);
112
112
  }
113
113
 
114
- private CodePush(String deploymentKey, Context context, boolean isDebugMode, String serverUrl, Integer publicKeyResourceDescriptor) {
114
+ public CodePush(String deploymentKey, Context context, boolean isDebugMode, String serverUrl, Integer publicKeyResourceDescriptor) {
115
115
  this(deploymentKey, context, isDebugMode);
116
116
 
117
117
  if (publicKeyResourceDescriptor != null) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@srcpush/react-native-code-push",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "React Native plugin for the CodePush service",
5
5
  "main": "CodePush.js",
6
6
  "typings": "typings/react-native-code-push.d.ts",
@@ -83,4 +83,4 @@
83
83
  "postunlink": "node node_modules/@srcpush/react-native-code-push/scripts/postunlink/run"
84
84
  }
85
85
  }
86
- }
86
+ }