@flareapp/js 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/browser.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
- const require_catchWindowErrors = require('./catchWindowErrors-CTX8goVc.cjs');
2
+ const require_catchWindowErrors = require('./catchWindowErrors-o3uphGbB.cjs');
3
3
  let _flareapp_core = require("@flareapp/core");
4
4
 
5
5
  //#region src/browser.ts
package/dist/browser.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { a as BrowserFlushScheduler, i as collectBrowser, n as CLIENT_VERSION, r as FetchFileReader, t as catchWindowErrors } from "./catchWindowErrors-DKjw0DIA.mjs";
1
+ import { a as BrowserFlushScheduler, i as collectBrowser, n as CLIENT_VERSION, r as FetchFileReader, t as catchWindowErrors } from "./catchWindowErrors-CfjwL-Dl.mjs";
2
2
  import { Api, Flare as Flare$1, GlobalScopeProvider } from "@flareapp/core";
3
3
 
4
4
  //#region src/browser.ts
@@ -102,7 +102,7 @@ var FetchFileReader = class {
102
102
 
103
103
  //#endregion
104
104
  //#region src/env/index.ts
105
- const CLIENT_VERSION = typeof process !== "undefined" && true ? "2.4.0" : "?";
105
+ const CLIENT_VERSION = typeof process !== "undefined" && true ? "2.5.0" : "?";
106
106
 
107
107
  //#endregion
108
108
  //#region src/browser/catchWindowErrors.ts
@@ -102,7 +102,7 @@ var FetchFileReader = class {
102
102
 
103
103
  //#endregion
104
104
  //#region src/env/index.ts
105
- const CLIENT_VERSION = typeof process !== "undefined" && true ? "2.4.0" : "?";
105
+ const CLIENT_VERSION = typeof process !== "undefined" && true ? "2.5.0" : "?";
106
106
 
107
107
  //#endregion
108
108
  //#region src/browser/catchWindowErrors.ts
package/dist/index.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
- const require_catchWindowErrors = require('./catchWindowErrors-CTX8goVc.cjs');
2
+ const require_catchWindowErrors = require('./catchWindowErrors-o3uphGbB.cjs');
3
3
  const require_browser = require('./browser.cjs');
4
4
  let _flareapp_core = require("@flareapp/core");
5
5
 
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { t as catchWindowErrors } from "./catchWindowErrors-DKjw0DIA.mjs";
1
+ import { t as catchWindowErrors } from "./catchWindowErrors-CfjwL-Dl.mjs";
2
2
  import { Flare } from "./browser.mjs";
3
3
  import { DEFAULT_URL_DENYLIST, GlobalScopeProvider, Logger, NullFileReader, Scope, convertToError, redactUrlQuery, redactUrlQuery as redactFullPath, resolveDenylist } from "@flareapp/core";
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flareapp/js",
3
- "version": "2.4.0",
3
+ "version": "2.5.0",
4
4
  "description": "JavaScript client for flareapp.io",
5
5
  "homepage": "https://flareapp.io",
6
6
  "bugs": {
@@ -59,7 +59,7 @@
59
59
  "release": "release-it"
60
60
  },
61
61
  "dependencies": {
62
- "@flareapp/core": "2.4.0"
62
+ "@flareapp/core": "2.5.0"
63
63
  },
64
64
  "devDependencies": {
65
65
  "error-stack-parser": "^2.0.2",