@carto/api-client 0.5.0-alpha.15 → 0.5.0-alpha.17

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.0-alpha.15",
11
+ "version": "0.5.0-alpha.17",
12
12
  "license": "MIT",
13
13
  "publishConfig": {
14
14
  "access": "public"
@@ -63,15 +63,6 @@
63
63
  ],
64
64
  "dependencies": {
65
65
  "@loaders.gl/schema": "^4.3.3",
66
- "@turf/bbox-clip": "^7.2.0",
67
- "@turf/bbox-polygon": "^7.2.0",
68
- "@turf/boolean-equal": "^7.2.0",
69
- "@turf/boolean-intersects": "^7.2.0",
70
- "@turf/boolean-within": "^7.2.0",
71
- "@turf/helpers": "^7.2.0",
72
- "@turf/intersect": "^7.2.0",
73
- "@turf/invariant": "^7.2.0",
74
- "@turf/union": "^7.2.0",
75
66
  "@types/geojson": "^7946.0.16",
76
67
  "d3-format": "^3.1.0",
77
68
  "d3-scale": "^4.0.2",
@@ -97,8 +88,17 @@
97
88
  "@luma.gl/engine": "~9.1.5",
98
89
  "@luma.gl/shadertools": "~9.1.5",
99
90
  "@luma.gl/webgl": "~9.1.5",
91
+ "@turf/bbox-clip": "^7.2.0",
92
+ "@turf/bbox-polygon": "^7.2.0",
93
+ "@turf/boolean-equal": "^7.2.0",
94
+ "@turf/boolean-intersects": "^7.2.0",
95
+ "@turf/boolean-within": "^7.2.0",
100
96
  "@turf/buffer": "^7.2.0",
97
+ "@turf/helpers": "^7.2.0",
98
+ "@turf/intersect": "^7.2.0",
99
+ "@turf/invariant": "^7.2.0",
101
100
  "@turf/random": "^7.2.0",
101
+ "@turf/union": "^7.2.0",
102
102
  "@types/d3-format": "^3.0.4",
103
103
  "@types/d3-scale": "^4.0.9",
104
104
  "@types/json-schema": "^7.0.15",
@@ -232,7 +232,7 @@ export class WidgetTilesetSource<
232
232
  const worker = this._getWorker();
233
233
 
234
234
  worker.postMessage({
235
- type: Method.SET_TILE_FEATURE_EXTRACT_OPTIONS,
235
+ method: Method.SET_TILE_FEATURE_EXTRACT_OPTIONS,
236
236
  params: [options],
237
237
  });
238
238
  }