@connekz/connekz-agent 1.3.6 → 1.3.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## [1.3.7] - 2026-02-24 (Patch Release)
2
+
3
+ ### Fixed
4
+ - RTT probe set to use Connekz CDN.
5
+
1
6
  ## [1.3.6] - 2026-02-24 (Patch Release)
2
7
 
3
8
  ### Changed
@@ -13590,7 +13590,7 @@ function x2(e) {
13590
13590
  }
13591
13591
  async function j2() {
13592
13592
  try {
13593
- const e = `/worklet-processor.js?_cb=${Date.now()}`, t = performance.now();
13593
+ const e = `https://storage.connekz.com/common/scripts/worklet-processor.js?_cb=${Date.now()}`, t = performance.now();
13594
13594
  await (await fetch(e, { cache: "no-store" })).blob();
13595
13595
  const i = performance.now() - t;
13596
13596
  return Math.round(i);