noibu-react-native 0.2.5 → 0.2.6

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.
@@ -67,7 +67,7 @@ def kotlin_version = getExtOrDefault("kotlinVersion")
67
67
  dependencies {
68
68
  implementation "com.facebook.react:react-native:+"
69
69
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
70
- implementation "com.noibu:sessionreplay-recorder:0.1.0"
70
+ implementation "com.noibu:sessionreplay-recorder:0.2.0"
71
71
  }
72
72
 
73
73
  if (isNewArchitectureEnabled()) {
package/dist/constants.js CHANGED
@@ -321,7 +321,7 @@ const CONTENT_LENGTH = 'content-length';
321
321
  * Gets the script id from the cookie object, returns default if cannot be found
322
322
  */
323
323
  function GET_SCRIPT_ID() {
324
- return "1.0.104-rn-sdk-0.2.5" ;
324
+ return "1.0.104-rn-sdk-0.2.6" ;
325
325
  }
326
326
  /**
327
327
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noibu-react-native",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "targetNjsVersion": "1.0.104",
5
5
  "description": "React-Native SDK for NoibuJS to collect errors in React-Native applications",
6
6
  "main": "dist/entry/index.js",