noibu-react-native 0.2.31 → 0.2.32

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,6 +3,10 @@
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.32
7
+
8
+ - **Include ajv as a direct dependency. As a development dependency it was causing issues for some builds.**
9
+
6
10
  ## 0.2.31
7
11
  - **iOS: React Native New Architecture's Fabric Rendering Engine Support**
8
12
 
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.31" ;
27
+ return "1.0.104-rn-sdk-0.2.32" ;
28
28
  }
29
29
  /**
30
30
  * Gets the max metro recon number
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noibu-react-native",
3
- "version": "0.2.31",
3
+ "version": "0.2.32",
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",
@@ -47,6 +47,7 @@
47
47
  }
48
48
  },
49
49
  "dependencies": {
50
+ "ajv": "^6.12.4",
50
51
  "noibu-metroplex-ts-bindings": "1.0.29"
51
52
  },
52
53
  "optionalDependencies": {