@carto/api-client 0.5.6-alpha.bundle.2 → 0.5.6-alpha.bundle.3
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/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"homepage": "https://github.com/CartoDB/carto-api-client#readme",
|
|
9
9
|
"author": "Don McCurdy <donmccurdy@carto.com>",
|
|
10
10
|
"packageManager": "yarn@4.3.1",
|
|
11
|
-
"version": "0.5.6-alpha.bundle.
|
|
11
|
+
"version": "0.5.6-alpha.bundle.3",
|
|
12
12
|
"license": "MIT",
|
|
13
13
|
"publishConfig": {
|
|
14
14
|
"access": "public"
|
|
@@ -103,7 +103,7 @@ export class WidgetTilesetSource<
|
|
|
103
103
|
// must be a static, inline object – duplicated below.
|
|
104
104
|
if (this.props.widgetWorkerUrl) {
|
|
105
105
|
this._workerImpl = new Worker(this.props.widgetWorkerUrl, {
|
|
106
|
-
type: 'module',
|
|
106
|
+
// type: 'module',
|
|
107
107
|
name: 'cartowidgettileset',
|
|
108
108
|
});
|
|
109
109
|
} else {
|