noibu-react-native 0.2.27 → 0.2.28

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/dist/constants.js CHANGED
@@ -24,7 +24,7 @@ const CONTENT_TYPE = 'content-type';
24
24
  * Gets the script id from the cookie object, returns default if cannot be found
25
25
  */
26
26
  function GET_SCRIPT_ID() {
27
- return "1.0.104-rn-sdk-0.2.27" ;
27
+ return "1.0.104-rn-sdk-0.2.28" ;
28
28
  }
29
29
  /**
30
30
  * Gets the max metro recon number
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
26
26
  #s.vendored_frameworks = "ios/SessionRecorder.xcframework"
27
27
  #s.vendored_frameworks = "ios/Noibu.xcframework"
28
28
 
29
- s.dependency 'NoibuSDK', '0.0.9'
29
+ s.dependency 'NoibuSDK', '0.0.8'
30
30
  s.pod_target_xcconfig = {
31
31
  "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/noibu-react-native/ios/**\""
32
32
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noibu-react-native",
3
- "version": "0.2.27",
3
+ "version": "0.2.28",
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",