kcommons 6.2.17 → 6.2.18

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.
@@ -8,6 +8,7 @@ var CONTACT_PEOPLE_INCLUDE;
8
8
  CONTACT_PEOPLE_INCLUDE["company"] = "company";
9
9
  CONTACT_PEOPLE_INCLUDE["referred_pos"] = "referred_pos";
10
10
  })(CONTACT_PEOPLE_INCLUDE || (exports.CONTACT_PEOPLE_INCLUDE = CONTACT_PEOPLE_INCLUDE = {}));
11
+ // updates for lable change on FE
11
12
  var CONTACT_PERSON_TYPE;
12
13
  (function (CONTACT_PERSON_TYPE) {
13
14
  CONTACT_PERSON_TYPE["COMPANY_USER"] = "COMPANY_USER";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "6.2.17",
3
+ "version": "6.2.18",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.js",