noibu-react-native 0.2.30 → 0.2.31

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/CHANGELOG.md CHANGED
@@ -3,21 +3,19 @@
3
3
  All notable changes of the noibu-react-native SDK release series are documented in this file using
4
4
  the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
5
5
 
6
- ## 0.2.30
6
+ ## 0.2.31
7
+ - **iOS: React Native New Architecture's Fabric Rendering Engine Support**
7
8
 
9
+ ## 0.2.30
8
10
  - **Improve documentation for SDK configuration**
9
11
 
10
12
  ## 0.2.29
11
-
12
13
  - **React Native use new architecture using a poll mechanism rather than the old bridge**
13
14
 
14
-
15
15
  ## 0.2.28
16
-
17
16
  - **Fix a broken build where SDK would only work with iOS 26+**
18
17
 
19
18
  ## 0.2.27
20
-
21
19
  - **Recycling UI/library-managed bitmaps caused Glide/Fresco to crash when returning
22
20
  recycled bitmaps to pools. Let GC manage lifecycle; still compress+store PNG.**
23
21
 
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.30" ;
27
+ return "1.0.104-rn-sdk-0.2.31" ;
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.8'
29
+ s.dependency 'NoibuSDK', '0.0.10'
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.30",
3
+ "version": "0.2.31",
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",