@carto/api-client 0.5.13 → 0.5.15-alpha.raster-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/build/worker.js CHANGED
@@ -6521,6 +6521,10 @@ var WidgetTilesetSourceImpl = class extends WidgetSource {
6521
6521
  max: aggregationFunctions.max(filteredFeatures, column)
6522
6522
  };
6523
6523
  }
6524
+ /** @experimental */
6525
+ async getExtent() {
6526
+ return Promise.reject(new Error("not implemented"));
6527
+ }
6524
6528
  /****************************************************************************
6525
6529
  * INTERNAL
6526
6530
  */