@bits-innovate/react-native-vstarcam 1.0.46 → 1.0.47

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.
@@ -978,7 +978,7 @@ public class VStarCamModule extends ReactContextBaseJavaModule {
978
978
  @ReactMethod
979
979
  public void getSdkVersion(Promise promise) {
980
980
  WritableMap result = Arguments.createMap();
981
- result.putString("version", "1.0.46");
981
+ result.putString("version", "1.0.47");
982
982
  result.putBoolean("nativeLoaded", isNativeLibraryLoaded);
983
983
  result.putString("nativeLib", "OKSMARTPPCS");
984
984
  result.putBoolean("p2pInitialized", isP2PInitialized);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bits-innovate/react-native-vstarcam",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
4
  "description": "React Native bridge for VStarCam P2P SDK",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",