@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 +5 -0
- package/dist/connekz-agent.es.js +1 -1
- package/dist/connekz-agent.umd.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/connekz-agent.es.js
CHANGED
|
@@ -13590,7 +13590,7 @@ function x2(e) {
|
|
|
13590
13590
|
}
|
|
13591
13591
|
async function j2() {
|
|
13592
13592
|
try {
|
|
13593
|
-
const e =
|
|
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);
|