@hanzo/event 0.3.35 → 0.3.36

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
@@ -93,7 +93,23 @@ function dsnForProduct(product, key) {
93
93
 
94
94
  // src/org.ts
95
95
  var ORG_DOMAIN = Object.freeze({
96
- hanzo: Object.freeze(["hanzo.ai", "hanzo.app", "hanzo.chat", "hanzo.id", "hanzo.bot", "hanzo.sh"]),
96
+ // A brand's domains are not a pattern — `hanzoskills.com` is Hanzo's and does
97
+ // not end in `hanzo.ai`, while `hanzo.works` is a registrable domain of its own
98
+ // rather than a subdomain of anything here. Each is stated because each is a
99
+ // separate fact, which is the whole reason this is a table.
100
+ hanzo: Object.freeze([
101
+ "hanzo.ai",
102
+ "hanzo.app",
103
+ "hanzo.bot",
104
+ "hanzo.chat",
105
+ "hanzo.codes",
106
+ "hanzo.id",
107
+ "hanzo.sh",
108
+ "hanzo.team",
109
+ "hanzo.ventures",
110
+ "hanzo.works",
111
+ "hanzoskills.com"
112
+ ]),
97
113
  lux: Object.freeze([
98
114
  "lux.network",
99
115
  "lux.exchange",
@@ -376,7 +392,7 @@ function uuidv7Time(id) {
376
392
  }
377
393
 
378
394
  // src/version.ts
379
- var VERSION = "0.3.35";
395
+ var VERSION = "0.3.36";
380
396
 
381
397
  // src/sentry.ts
382
398
  var MAX_FRAMES = 50;