@carto/api-client 0.2.2-alpha.0 → 0.2.2-alpha.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.
@@ -1056,7 +1056,7 @@ function buildSourceUrl({
1056
1056
  */
1057
1057
  const DEFAULT_PARAMETERS = {
1058
1058
  v: V3_MINOR_VERSION,
1059
- deckglVersion: "0.2.2-alpha.0"
1059
+ deckglVersion: "0.2.2-alpha.1"
1060
1060
  };
1061
1061
  const DEFAULT_HEADERS = {
1062
1062
  Accept: 'application/json',
@@ -994,7 +994,7 @@ function buildSourceUrl({
994
994
  */
995
995
  const DEFAULT_PARAMETERS = {
996
996
  v: V3_MINOR_VERSION,
997
- deckglVersion: "0.2.2-alpha.0"
997
+ deckglVersion: "0.2.2-alpha.1"
998
998
  };
999
999
  const DEFAULT_HEADERS = {
1000
1000
  Accept: 'application/json',
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "repository": "github:CartoDB/carto-api-client",
5
5
  "author": "Don McCurdy <donmccurdy@carto.com>",
6
6
  "packageManager": "yarn@4.3.1",
7
- "version": "0.2.2-alpha.0",
7
+ "version": "0.2.2-alpha.1",
8
8
  "license": "MIT",
9
9
  "publishConfig": {
10
10
  "access": "public",