@takeoffmedia/react-native-penthera 0.8.2 → 0.8.3

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.
@@ -102,7 +102,7 @@ class Penthera: RCTEventEmitter, VirtuosoDownloadEngineNotificationsDelegate {
102
102
  func initializeSdk(user: String, backplaneUrl: String, publicKey: String, privateKey: String, resolve: @escaping RCTPromiseResolveBlock, reject: @escaping RCTPromiseRejectBlock) -> Void {
103
103
  guard let engineConfig = VirtuosoEngineConfig(
104
104
  user: user,
105
- backplaneUrl: backplaneUrl,
105
+ // backplaneUrl: backplaneUrl,
106
106
  publicKey: publicKey,
107
107
  privateKey: privateKey) else {
108
108
  return reject("Penthera", "engine Config", nil)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takeoffmedia/react-native-penthera",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "description": "test",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",