Skip to content

Commit aeb0afe

Browse files
authored
feat(integration): allow user to choose custom mapping values for intercom integration (#310)
1 parent 550aba8 commit aeb0afe

File tree

3 files changed

+9
-20
lines changed

3 files changed

+9
-20
lines changed

CHANGELOG.md

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

33
## [Unreleased]
4+
### Added
5+
- Integrations - Allow user to choose custom mapping values for intercom integration.
6+
47
### Changed
58
- Technical - Introduce conventional commits.
69

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@babel/runtime": "7.8.3",
2828
"bluebird": "2.9.25",
29-
"forest-express": "7.0.3",
29+
"forest-express": "7.1.0",
3030
"http-errors": "1.7.2",
3131
"lodash": "4.17.13",
3232
"moment": "2.24.0",

yarn.lock

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

2996-
forest-express@7.0.3:
2997-
version "7.0.3"
2998-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.0.3.tgz#31ddc8f9c7d2502e00081c7691ee18786f5d7ef6"
2999-
integrity sha512-fpbLZr4UeEFWe8Vax8kYqecXbSNu3RTpTtJGqLqf/h91HcODfmI22/NVRHkUWf0ip2e2tJkdeFzEiMNXYakUgg==
2996+
forest-express@7.1.0:
2997+
version "7.1.0"
2998+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.1.0.tgz#c6b542ebf59ad69dac13c7610d1c185239b212b3"
2999+
integrity sha512-th2fkO0GyrDdvuEHIsPmeUNXg03JEg+eXdVaB2hCCxkq8cHjVyegPy9AGbfrUzQaC/n44IzlM21RFW+j0w25vA==
30003000
dependencies:
30013001
"@babel/runtime" "7.8.3"
30023002
base32-encode "1.1.1"
@@ -3020,7 +3020,6 @@ [email protected]:
30203020
require-all "3.0.0"
30213021
semver "6.3.0"
30223022
superagent "3.7.0"
3023-
useragent "2.1.13"
30243023
uuid "3.3.3"
30253024
verror "1.10.0"
30263025
winston "3.2.1"
@@ -4503,11 +4502,6 @@ loud-rejection@^1.0.0:
45034502
currently-unhandled "^0.4.1"
45044503
signal-exit "^3.0.0"
45054504

4506-
4507-
version "2.2.4"
4508-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-2.2.4.tgz#6c658619becf14031d0d0b594b16042ce4dc063d"
4509-
integrity sha1-bGWGGb7PFAMdDQtZSxYELOTcBj0=
4510-
45114505
make-dir@^2.0.0, make-dir@^2.1.0:
45124506
version "2.1.0"
45134507
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5"
@@ -6330,7 +6324,7 @@ through2@^3.0.0:
63306324
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
63316325
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
63326326

6333-
tmp@0.0.x, tmp@^0.0.33:
6327+
tmp@^0.0.33:
63346328
version "0.0.33"
63356329
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
63366330
integrity sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==
@@ -6539,14 +6533,6 @@ use@^3.1.0:
65396533
resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f"
65406534
integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==
65416535

6542-
6543-
version "2.1.13"
6544-
resolved "https://registry.yarnpkg.com/useragent/-/useragent-2.1.13.tgz#bba43e8aa24d5ceb83c2937473e102e21df74c10"
6545-
integrity sha1-u6Q+iqJNXOuDwpN0c+EC4h33TBA=
6546-
dependencies:
6547-
lru-cache "2.2.x"
6548-
tmp "0.0.x"
6549-
65506536
util-deprecate@^1.0.1, util-deprecate@~1.0.1:
65516537
version "1.0.2"
65526538
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"

0 commit comments

Comments
 (0)