@flareapp/react-native 2.12.0 → 2.12.2
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -211,7 +211,7 @@ var ReactNativeFlushScheduler = class {
|
|
|
211
211
|
//#endregion
|
|
212
212
|
//#region src/Flare.ts
|
|
213
213
|
const RN_SDK_NAME = "@flareapp/react-native";
|
|
214
|
-
const RN_SDK_VERSION = "2.12.
|
|
214
|
+
const RN_SDK_VERSION = "2.12.2";
|
|
215
215
|
const FATAL_FLUSH_TIMEOUT_MS = 2e3;
|
|
216
216
|
/**
|
|
217
217
|
* The RN `Flare` singleton, exposed as `flare`. Uses `NullFileReader` (no runtime snippets on device) and
|
package/dist/index.mjs
CHANGED
|
@@ -215,7 +215,7 @@ var ReactNativeFlushScheduler = class {
|
|
|
215
215
|
//#endregion
|
|
216
216
|
//#region src/Flare.ts
|
|
217
217
|
const RN_SDK_NAME = "@flareapp/react-native";
|
|
218
|
-
const RN_SDK_VERSION = "2.12.
|
|
218
|
+
const RN_SDK_VERSION = "2.12.2";
|
|
219
219
|
const FATAL_FLUSH_TIMEOUT_MS = 2e3;
|
|
220
220
|
/**
|
|
221
221
|
* The RN `Flare` singleton, exposed as `flare`. Uses `NullFileReader` (no runtime snippets on device) and
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flareapp/react-native",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.2",
|
|
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.12.
|
|
52
|
+
"@flareapp/core": "2.12.2"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
55
|
"@flareapp/react": "^2.5.0",
|