@ht-sdks/events-sdk-js-browser 1.5.6 → 1.5.7

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ht-sdks/events-sdk-js-browser",
3
- "version": "1.5.6",
3
+ "version": "1.5.7",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ht-sdks/events-sdk-js-mono",
@@ -47,7 +47,7 @@ export function tld(url: string): string | undefined {
47
47
 
48
48
  // Test for the top most domain that the browser allows
49
49
  for (let i = 0; i < lvls.length; ++i) {
50
- const cname = Math.round(Math.random() * 10_000).toString()
50
+ const cname = '__tld__'
51
51
  const domain = lvls[i]
52
52
  const opts = {
53
53
  domain: '.' + domain,
@@ -1,2 +1,2 @@
1
1
  // This file is generated.
2
- export const version = '1.5.6'
2
+ export const version = '1.5.7'