@ikonai/sdk-ui 0.0.19 → 0.0.21
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -15154,7 +15154,7 @@ function ie(e, d) {
|
|
|
15154
15154
|
}
|
|
15155
15155
|
function xt(e) {
|
|
15156
15156
|
return new Worker(
|
|
15157
|
-
"
|
|
15157
|
+
"" + new URL("assets/ui-worker-Cpo_HAMl.js", import.meta.url).href,
|
|
15158
15158
|
{
|
|
15159
15159
|
type: "module",
|
|
15160
15160
|
name: e?.name
|