@getexception/browser 0.1.3 → 0.1.4

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -8,7 +8,7 @@ var __export = (target, all) => {
8
8
  import * as Sentry from "@getexception/sentry-browser";
9
9
 
10
10
  // packages/browser/package.json
11
- var version = "0.1.3";
11
+ var version = "0.1.4";
12
12
 
13
13
  // node_modules/zod/v4/classic/external.js
14
14
  var external_exports = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getexception/browser",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Browser error monitoring for self-hosted GetException installations",
5
5
  "type": "module",
6
6
  "license": "MIT",