@carto/api-client 0.0.30 → 0.0.32

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.
@@ -815,7 +815,7 @@ const V3_MINOR_VERSION = '3.4';
815
815
  const MAX_GET_LENGTH = 8192;
816
816
  const DEFAULT_PARAMETERS = {
817
817
  v: V3_MINOR_VERSION,
818
- deckglVersion: "0.0.30"
818
+ deckglVersion: "0.0.32"
819
819
  };
820
820
  const DEFAULT_HEADERS = {
821
821
  Accept: 'application/json',
@@ -760,7 +760,7 @@ const V3_MINOR_VERSION = '3.4';
760
760
  const MAX_GET_LENGTH = 8192;
761
761
  const DEFAULT_PARAMETERS = {
762
762
  v: V3_MINOR_VERSION,
763
- deckglVersion: "0.0.30"
763
+ deckglVersion: "0.0.32"
764
764
  };
765
765
  const DEFAULT_HEADERS = {
766
766
  Accept: 'application/json',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carto/api-client",
3
- "version": "0.0.30",
3
+ "version": "0.0.32",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "tag": "alpha"