@flareapp/core 2.4.0 → 2.5.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
@@ -30,7 +30,7 @@ let error_stack_parser = require("error-stack-parser");
30
30
  error_stack_parser = __toESM(error_stack_parser);
31
31
 
32
32
  //#region src/env/index.ts
33
- const CLIENT_VERSION = typeof process !== "undefined" && true ? "2.4.0" : "?";
33
+ const CLIENT_VERSION = typeof process !== "undefined" && true ? "2.5.0" : "?";
34
34
  const KEY = typeof FLARE_JS_KEY === "undefined" ? "" : FLARE_JS_KEY;
35
35
  const SOURCEMAP_VERSION = typeof FLARE_SOURCEMAP_VERSION === "undefined" ? "" : FLARE_SOURCEMAP_VERSION;
36
36
 
package/dist/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import ErrorStackParser from "error-stack-parser";
2
2
 
3
3
  //#region src/env/index.ts
4
- const CLIENT_VERSION = typeof process !== "undefined" && true ? "2.4.0" : "?";
4
+ const CLIENT_VERSION = typeof process !== "undefined" && true ? "2.5.0" : "?";
5
5
  const KEY = typeof FLARE_JS_KEY === "undefined" ? "" : FLARE_JS_KEY;
6
6
  const SOURCEMAP_VERSION = typeof FLARE_SOURCEMAP_VERSION === "undefined" ? "" : FLARE_SOURCEMAP_VERSION;
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flareapp/core",
3
- "version": "2.4.0",
3
+ "version": "2.5.0",
4
4
  "description": "Environment-agnostic core for the Flare JS SDK",
5
5
  "homepage": "https://flareapp.io",
6
6
  "bugs": {