@carto/api-client 0.5.27-alpha.dd7e837.114 → 0.5.27
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/CHANGELOG.md +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
### 0.5.27
|
|
4
4
|
|
|
5
5
|
- feat(parseMap): custom aggregation support on spatial-index and geometry-aggregated layers. Adds `compileCustomAggregation(expression, { provider })` helper, `VisualChannelField.accessorKey`, and `{channel}AggregationExp` / `{channel}AggregationDomain` on `VisConfig` for all 6 channels.
|
|
6
6
|
- chore(ci): add prerelease support to release workflow (#274)
|
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.27
|
|
11
|
+
"version": "0.5.27",
|
|
12
12
|
"license": "MIT",
|
|
13
13
|
"publishConfig": {
|
|
14
14
|
"access": "public"
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"@loaders.gl/schema": "^4.3.3",
|
|
70
70
|
"@types/geojson": "^7946.0.16",
|
|
71
|
-
"d3-format": "^3.1.
|
|
71
|
+
"d3-format": "^3.1.2",
|
|
72
72
|
"d3-scale": "^4.0.2",
|
|
73
73
|
"h3-js": "^4.1.0",
|
|
74
74
|
"jsep": "^1.4.0",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"tsup": "^8.3.6",
|
|
125
125
|
"typescript": "~5.9.2",
|
|
126
126
|
"typescript-eslint": "^8.26.1",
|
|
127
|
-
"vite": "^7.
|
|
127
|
+
"vite": "^7.3.2",
|
|
128
128
|
"vitest": "3.2.4"
|
|
129
129
|
},
|
|
130
130
|
"resolutions": {
|