@carto/api-client 0.5.22-0.alpha.raster-scales.0 → 0.5.22

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 +4 -0
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@
4
4
 
5
5
  ## 0.5
6
6
 
7
+ ### 0.5.22
8
+
9
+ - fix(parseMap): Fix scale info for custom & logarithmic scales (#251)
10
+
7
11
  ### 0.5.21
8
12
 
9
13
  - fix(query,fetchMap): Fix queryParameter encoding for POST requests. (#247)
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.22-0.alpha.raster-scales.0",
11
+ "version": "0.5.22",
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.21"
135
+ }
137
136
  }