@flareapp/react-native 2.8.0 → 2.9.0

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/index.cjs CHANGED
@@ -276,7 +276,7 @@ var ReactNativeFlushScheduler = class {
276
276
  //#endregion
277
277
  //#region src/Flare.ts
278
278
  const RN_SDK_NAME = "@flareapp/react-native";
279
- const RN_SDK_VERSION = "2.8.0";
279
+ const RN_SDK_VERSION = "2.9.0";
280
280
  /** How long a fatal JS crash holds the app open to drain the transport before RN's default handler runs. */
281
281
  const FATAL_FLUSH_TIMEOUT_MS = 2e3;
282
282
  /**
package/dist/index.mjs CHANGED
@@ -280,7 +280,7 @@ var ReactNativeFlushScheduler = class {
280
280
  //#endregion
281
281
  //#region src/Flare.ts
282
282
  const RN_SDK_NAME = "@flareapp/react-native";
283
- const RN_SDK_VERSION = "2.8.0";
283
+ const RN_SDK_VERSION = "2.9.0";
284
284
  /** How long a fatal JS crash holds the app open to drain the transport before RN's default handler runs. */
285
285
  const FATAL_FLUSH_TIMEOUT_MS = 2e3;
286
286
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flareapp/react-native",
3
- "version": "2.8.0",
3
+ "version": "2.9.0",
4
4
  "description": "React Native SDK for flareapp.io",
5
5
  "homepage": "https://flareapp.io",
6
6
  "bugs": {
@@ -49,7 +49,7 @@
49
49
  "release": "release-it"
50
50
  },
51
51
  "dependencies": {
52
- "@flareapp/core": "2.8.0"
52
+ "@flareapp/core": "2.9.0"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "@flareapp/react": "^2.5.0",