@inditextech/weave-sdk 3.10.0 → 4.0.1

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.
@@ -2,6 +2,7 @@
2
2
  globalThis.onmessage = async (e) => {
3
3
  const { bitmap } = e.data;
4
4
  if (bitmap.width === 0 && bitmap.height === 0) return;
5
+ console.log("aqui?");
5
6
  const canvas = new OffscreenCanvas(bitmap.width, bitmap.height);
6
7
  const ctx = canvas.getContext("2d");
7
8
  ctx.drawImage(bitmap, 0, 0);
@@ -4930,7 +4930,7 @@ var drawChart = (function (exports) {
4930
4930
  </script>
4931
4931
  <script>
4932
4932
  /*<!--*/
4933
- const data = {"version":2,"tree":{"name":"root","children":[{"name":"stage-minimap.worker.js","children":[{"name":"src/plugins/stage-minimap/stage-minimap.worker.ts","uid":"4ffdbb3c-1"}]}],"isRoot":true},"nodeParts":{"4ffdbb3c-1":{"renderedLength":537,"gzipLength":328,"brotliLength":274,"metaUid":"4ffdbb3c-0"}},"nodeMetas":{"4ffdbb3c-0":{"id":"/src/plugins/stage-minimap/stage-minimap.worker.ts","moduleParts":{"stage-minimap.worker.js":"4ffdbb3c-1"},"imported":[],"importedBy":[],"isEntry":true}},"env":{"rollup":"4.23.0"},"options":{"gzip":true,"brotli":true,"sourcemap":false}};
4933
+ const data = {"version":2,"tree":{"name":"root","children":[{"name":"stage-minimap.worker.js","children":[{"name":"src/plugins/stage-minimap/stage-minimap.worker.ts","uid":"1720a25b-1"}]}],"isRoot":true},"nodeParts":{"1720a25b-1":{"renderedLength":560,"gzipLength":342,"brotliLength":296,"metaUid":"1720a25b-0"}},"nodeMetas":{"1720a25b-0":{"id":"/src/plugins/stage-minimap/stage-minimap.worker.ts","moduleParts":{"stage-minimap.worker.js":"1720a25b-1"},"imported":[],"importedBy":[],"isEntry":true}},"env":{"rollup":"4.23.0"},"options":{"gzip":true,"brotli":true,"sourcemap":false}};
4934
4934
 
4935
4935
  const run = () => {
4936
4936
  const width = window.innerWidth;