@flareapp/react 2.0.1 → 2.2.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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -33,7 +33,7 @@ react = __toESM(react);
|
|
|
33
33
|
//#region src/constants.ts
|
|
34
34
|
const CHROMIUM_STACK_REGEX = /^at\s+(\S+)(?:\s+\((.+):(\d+):(\d+)\))?$/;
|
|
35
35
|
const FIREFOX_SAFARI_STACK_REGEX = /^(\S+?)@(.+):(\d+):(\d+)$/;
|
|
36
|
-
const PACKAGE_VERSION = typeof process !== "undefined" && true ? "2.0
|
|
36
|
+
const PACKAGE_VERSION = typeof process !== "undefined" && true ? "2.2.0" : "?";
|
|
37
37
|
|
|
38
38
|
//#endregion
|
|
39
39
|
//#region src/identify.ts
|
package/dist/index.mjs
CHANGED
|
@@ -5,7 +5,7 @@ import { Component } from "react";
|
|
|
5
5
|
//#region src/constants.ts
|
|
6
6
|
const CHROMIUM_STACK_REGEX = /^at\s+(\S+)(?:\s+\((.+):(\d+):(\d+)\))?$/;
|
|
7
7
|
const FIREFOX_SAFARI_STACK_REGEX = /^(\S+?)@(.+):(\d+):(\d+)$/;
|
|
8
|
-
const PACKAGE_VERSION = typeof process !== "undefined" && true ? "2.0
|
|
8
|
+
const PACKAGE_VERSION = typeof process !== "undefined" && true ? "2.2.0" : "?";
|
|
9
9
|
|
|
10
10
|
//#endregion
|
|
11
11
|
//#region src/identify.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flareapp/react",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"description": "React client for flareapp.io",
|
|
5
5
|
"homepage": "https://flareapp.io",
|
|
6
6
|
"bugs": "https://github.com/spatie/flare-client-js/issues",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"vitest": "^4.0.0"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
|
-
"@flareapp/js": "^2.0
|
|
60
|
+
"@flareapp/js": "^2.2.0",
|
|
61
61
|
"react": "^16.0.0||^17.0.0||^18.0.0||^19.0.0"
|
|
62
62
|
},
|
|
63
63
|
"publishConfig": {
|