@carto/api-client 0.5.23-alpha.audit-tags.0 → 0.5.23

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -2
  2. package/package.json +2 -5
package/CHANGELOG.md CHANGED
@@ -2,10 +2,13 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
- - fix(fetchMap): Add tag-mapId to requests (#255)
6
-
7
5
  ## 0.5
8
6
 
7
+ ### 0.5.23
8
+
9
+ - fix(fetchMap): Add tag-mapId to requests (#255)
10
+ - chore(fetch-map): expose fillInMapDatasets and fillInTileStats as private (#254)
11
+
9
12
  ### 0.5.22
10
13
 
11
14
  - fix(parseMap): Fix scale info for custom & logarithmic scales (#251)
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.23-alpha.audit-tags.0",
11
+ "version": "0.5.23",
12
12
  "license": "MIT",
13
13
  "publishConfig": {
14
14
  "access": "public"
@@ -110,12 +110,10 @@
110
110
  "@types/react": "^18.3.18",
111
111
  "@types/semver": "^7.5.8",
112
112
  "@vitest/coverage-istanbul": "^3.0.9",
113
- "@webcomponents/webcomponentsjs": "^2.8.0",
114
113
  "concurrently": "^9.1.2",
115
114
  "echarts": "^6.0.0",
116
115
  "eslint": "^9.22.0",
117
116
  "lit": "^3.2.1",
118
- "lit-analyzer": "^2.0.3",
119
117
  "maplibre-gl": "^5.2.0",
120
118
  "prettier": "^3.5.3",
121
119
  "resolve-package-path": "^4.0.3",
@@ -132,6 +130,5 @@
132
130
  "resolutions": {
133
131
  "@carto/api-client": "portal:./",
134
132
  "rollup": "^4.20.0"
135
- },
136
- "stableVersion": "0.5.22"
133
+ }
137
134
  }