@hanzo/event 0.3.34 → 0.3.35

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.d.cts CHANGED
@@ -8,7 +8,7 @@ declare function getFirstTouch(): Attribution | undefined;
8
8
  /** Read persisted cohort dimensions. */
9
9
  declare function getCohort(): Cohort | undefined;
10
10
 
11
- declare const VERSION = "0.3.34";
11
+ declare const VERSION = "0.3.35";
12
12
 
13
13
  /**
14
14
  * parseDsn parses "https://<version>:<hmac>@<host>/v1/event/<projectId>" into its
package/dist/index.d.ts CHANGED
@@ -8,7 +8,7 @@ declare function getFirstTouch(): Attribution | undefined;
8
8
  /** Read persisted cohort dimensions. */
9
9
  declare function getCohort(): Cohort | undefined;
10
10
 
11
- declare const VERSION = "0.3.34";
11
+ declare const VERSION = "0.3.35";
12
12
 
13
13
  /**
14
14
  * parseDsn parses "https://<version>:<hmac>@<host>/v1/event/<projectId>" into its
package/dist/index.mjs CHANGED
@@ -375,7 +375,7 @@ function uuidv7Time(id) {
375
375
  }
376
376
 
377
377
  // src/version.ts
378
- var VERSION = "0.3.34";
378
+ var VERSION = "0.3.35";
379
379
 
380
380
  // src/sentry.ts
381
381
  var MAX_FRAMES = 50;