@carto/api-client 0.5.18-alpha.colormapfix-2 → 0.5.19-alpha.radius-aggregation-1

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.18-alpha.colormapfix-2",
11
+ "version": "0.5.19-alpha.radius-aggregation-1",
12
12
  "license": "MIT",
13
13
  "publishConfig": {
14
14
  "access": "public"
@@ -132,6 +132,5 @@
132
132
  "resolutions": {
133
133
  "@carto/api-client": "portal:./",
134
134
  "rollup": "^4.20.0"
135
- },
136
- "stableVersion": "0.5.17"
135
+ }
137
136
  }
@@ -392,7 +392,7 @@ function createChannelProps(
392
392
  const {accessor, ...scaleProps} = getSizeAccessor(
393
393
  radiusField,
394
394
  radiusScale,
395
- visConfig.sizeAggregation,
395
+ visConfig.radiusAggregation,
396
396
  radiusRange,
397
397
  data
398
398
  );
@@ -72,6 +72,7 @@ export type VisConfig = {
72
72
 
73
73
  radius: number;
74
74
  radiusRange?: number[];
75
+ radiusAggregation?: string;
75
76
 
76
77
  sizeAggregation?: string;
77
78
  sizeRange?: number[];