@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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. 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
- "/assets/ui-worker-Cpo_HAMl.js",
15157
+ "" + new URL("assets/ui-worker-Cpo_HAMl.js", import.meta.url).href,
15158
15158
  {
15159
15159
  type: "module",
15160
15160
  name: e?.name
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikonai/sdk-ui",
3
- "version": "0.0.19",
3
+ "version": "0.0.21",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",