noibu-react-native 0.2.0 → 0.2.1

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
@@ -319,7 +319,7 @@ const CONTENT_LENGTH = 'content-length';
319
319
  * Gets the script id from the cookie object, returns default if cannot be found
320
320
  */
321
321
  function GET_SCRIPT_ID() {
322
- return "1.0.104-rn-sdk-0.2.0" ;
322
+ return "1.0.104-rn-sdk-0.2.1" ;
323
323
  }
324
324
  /**
325
325
  *
@@ -1,4 +1,4 @@
1
- import { strToU8, zlibSync, strFromU8 } from '../node_modules/fflate/esm/browser.js';
1
+ import { strToU8, zlibSync, strFromU8 } from 'fflate';
2
2
  import { LogLevel, initialize, subscribeToNativeEvent } from './nativeSessionRecorderSubscription.js';
3
3
  import StoredMetrics from '../api/storedMetrics.js';
4
4
  import ClientConfig from '../api/clientConfig.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noibu-react-native",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
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",