Skip to content

Commit d7d3452

Browse files
authored
feat(integration): allow user to choose custom mapping values for intercom integration (#399)
1 parent b3e07b4 commit d7d3452

File tree

3 files changed

+9
-21
lines changed

3 files changed

+9
-21
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

33
## [Unreleased]
4+
### Added
5+
- Integrations - Allow user to choose custom mapping values for intercom integration.
46

57
## RELEASE 6.0.1 - 2020-04-06
68
### Fixed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"@babel/runtime": "7.8.3",
2727
"bluebird": "2.9.25",
28-
"forest-express": "7.0.3",
28+
"forest-express": "7.1.0",
2929
"http-errors": "1.6.1",
3030
"lodash": "4.17.13",
3131
"moment": "2.19.4",
@@ -68,4 +68,4 @@
6868
"pre-commit": [
6969
"pre-commit"
7070
]
71-
}
71+
}

yarn.lock

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2693,10 +2693,10 @@ for-in@^1.0.2:
26932693
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
26942694
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
26952695

2696-
forest-express@7.0.3:
2697-
version "7.0.3"
2698-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.0.3.tgz#31ddc8f9c7d2502e00081c7691ee18786f5d7ef6"
2699-
integrity sha512-fpbLZr4UeEFWe8Vax8kYqecXbSNu3RTpTtJGqLqf/h91HcODfmI22/NVRHkUWf0ip2e2tJkdeFzEiMNXYakUgg==
2696+
forest-express@7.1.0:
2697+
version "7.1.0"
2698+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.1.0.tgz#c6b542ebf59ad69dac13c7610d1c185239b212b3"
2699+
integrity sha512-th2fkO0GyrDdvuEHIsPmeUNXg03JEg+eXdVaB2hCCxkq8cHjVyegPy9AGbfrUzQaC/n44IzlM21RFW+j0w25vA==
27002700
dependencies:
27012701
"@babel/runtime" "7.8.3"
27022702
base32-encode "1.1.1"
@@ -2720,7 +2720,6 @@ [email protected]:
27202720
require-all "3.0.0"
27212721
semver "6.3.0"
27222722
superagent "3.7.0"
2723-
useragent "2.1.13"
27242723
uuid "3.3.3"
27252724
verror "1.10.0"
27262725
winston "3.2.1"
@@ -4125,11 +4124,6 @@ loose-envify@^1.0.0:
41254124
dependencies:
41264125
js-tokens "^3.0.0 || ^4.0.0"
41274126

4128-
4129-
version "2.2.4"
4130-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-2.2.4.tgz#6c658619becf14031d0d0b594b16042ce4dc063d"
4131-
integrity sha1-bGWGGb7PFAMdDQtZSxYELOTcBj0=
4132-
41334127
lru-cache@^4.0.1, lru-cache@^4.1.3:
41344128
version "4.1.5"
41354129
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
@@ -5868,7 +5862,7 @@ through@2, through@^2.3.6:
58685862
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
58695863
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
58705864

5871-
tmp@0.0.x, tmp@^0.0.33:
5865+
tmp@^0.0.33:
58725866
version "0.0.33"
58735867
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
58745868
integrity sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==
@@ -6077,14 +6071,6 @@ use@^3.1.0:
60776071
resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f"
60786072
integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==
60796073

6080-
6081-
version "2.1.13"
6082-
resolved "https://registry.yarnpkg.com/useragent/-/useragent-2.1.13.tgz#bba43e8aa24d5ceb83c2937473e102e21df74c10"
6083-
integrity sha1-u6Q+iqJNXOuDwpN0c+EC4h33TBA=
6084-
dependencies:
6085-
lru-cache "2.2.x"
6086-
tmp "0.0.x"
6087-
60886074
util-deprecate@^1.0.1, util-deprecate@~1.0.1:
60896075
version "1.0.2"
60906076
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"

0 commit comments

Comments
 (0)