@carto/api-client 0.5.6-alpha.bundle.2 → 0.5.6-alpha.bundle.4

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.
@@ -7469,7 +7469,6 @@ var WidgetTilesetSource = class extends WidgetSource {
7469
7469
  }
7470
7470
  if (this.props.widgetWorkerUrl) {
7471
7471
  this._workerImpl = new Worker(this.props.widgetWorkerUrl, {
7472
- type: "module",
7473
7472
  name: "cartowidgettileset"
7474
7473
  });
7475
7474
  } else {