@idetik/core 0.14.0 → 0.15.0

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/index.d.ts CHANGED
@@ -1377,7 +1377,7 @@ declare class OmeZarrImageLoader {
1377
1377
  constructor(props: OmeZarrImageLoaderProps);
1378
1378
  getSourceDimensionMap(): SourceDimensionMap;
1379
1379
  loadChunkData(chunk: Chunk, signal: AbortSignal): Promise<void>;
1380
- private trimChunkPadding;
1380
+ private sliceReceivedChunk;
1381
1381
  loadRegion(region: Region, lod: number, scheduler?: PromiseScheduler): Promise<Chunk>;
1382
1382
  private regionToIndices;
1383
1383
  }