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.
- package/android/build.gradle +1 -1
- package/dist/constants.js +1 -1
- package/package.json +1 -1
package/android/build.gradle
CHANGED
|
@@ -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.
|
|
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.
|
|
324
|
+
return "1.0.104-rn-sdk-0.2.6" ;
|
|
325
325
|
}
|
|
326
326
|
/**
|
|
327
327
|
*
|
package/package.json
CHANGED