@nil-/xit 0.1.15 → 0.1.16

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/assets/index.js +1 -1
  2. package/package.json +1 -1
package/assets/index.js CHANGED
@@ -2659,7 +2659,7 @@ const protobufjs = /* @__PURE__ */ getDefaultExportFromCjs(light), proto_data =
2659
2659
  console.log(import.meta.url);
2660
2660
  const a = new Worker(new URL(
2661
2661
  /* @vite-ignore */
2662
- "/assets/bundler.js",
2662
+ "./bundler.js",
2663
2663
  import.meta.url
2664
2664
  ), { type: "module" });
2665
2665
  a.postMessage({ type: "init", host: i.host, id: i.id, cdn_url: i.cdn_url }), a.addEventListener("message", async (f) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nil-/xit",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./package.json": "./package.json",