@carto/api-client 0.0.37 → 0.0.39

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.
@@ -816,7 +816,7 @@ const V3_MINOR_VERSION = '3.4';
816
816
  const MAX_GET_LENGTH = 8192;
817
817
  const DEFAULT_PARAMETERS = {
818
818
  v: V3_MINOR_VERSION,
819
- deckglVersion: "0.0.37"
819
+ deckglVersion: "0.0.39"
820
820
  };
821
821
  const DEFAULT_HEADERS = {
822
822
  Accept: 'application/json',
@@ -761,7 +761,7 @@ const V3_MINOR_VERSION = '3.4';
761
761
  const MAX_GET_LENGTH = 8192;
762
762
  const DEFAULT_PARAMETERS = {
763
763
  v: V3_MINOR_VERSION,
764
- deckglVersion: "0.0.37"
764
+ deckglVersion: "0.0.39"
765
765
  };
766
766
  const DEFAULT_HEADERS = {
767
767
  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.0.37",
7
+ "version": "0.0.39",
8
8
  "license": "MIT",
9
9
  "publishConfig": {
10
10
  "access": "public",
@@ -39,6 +39,10 @@
39
39
  "format": "prettier \"**/*.{cjs,html,js,json,md,ts}\" --ignore-path ./.eslintignore --write",
40
40
  "clean": "rimraf build/*",
41
41
  "prepack": "yarn clean && yarn build",
42
+ "postversion": "yarn postversion:check && yarn postversion:commit && yarn postversion:push",
43
+ "postversion:check": "yarn lint && yarn test",
44
+ "postversion:commit": "TAG=v$npm_package_version && git add -u && git commit -m $TAG && git tag -a $TAG -m $TAG",
45
+ "postversion:push": "git push && git push --tags",
42
46
  "prepublish": "yarn lint && yarn test"
43
47
  },
44
48
  "files": [