@viji-dev/core 0.2.16 → 0.2.19
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/dist/artist-dts-p5.js +1 -1
- package/dist/artist-dts.js +1 -1
- package/dist/artist-global.d.ts +1 -1
- package/dist/artist-js-ambient.d.ts +1 -9
- package/dist/artist-jsdoc.d.ts +1 -1
- package/dist/assets/{viji.worker-CEptQVjd.js → viji.worker-C8mrsLDG.js} +25 -2
- package/dist/assets/{viji.worker-CEptQVjd.js.map → viji.worker-C8mrsLDG.js.map} +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -434,7 +434,7 @@ class IFrameManager {
|
|
|
434
434
|
}
|
|
435
435
|
function WorkerWrapper(options) {
|
|
436
436
|
return new Worker(
|
|
437
|
-
"" + new URL("assets/viji.worker-
|
|
437
|
+
"" + new URL("assets/viji.worker-C8mrsLDG.js", import.meta.url).href,
|
|
438
438
|
{
|
|
439
439
|
type: "module",
|
|
440
440
|
name: options?.name
|
|
@@ -2607,7 +2607,7 @@ class VijiCore {
|
|
|
2607
2607
|
}
|
|
2608
2608
|
}
|
|
2609
2609
|
}
|
|
2610
|
-
const VERSION = "0.2.
|
|
2610
|
+
const VERSION = "0.2.18";
|
|
2611
2611
|
export {
|
|
2612
2612
|
VERSION,
|
|
2613
2613
|
VijiCore,
|