@hellotext/hellotext 2.0.3 → 2.0.4

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.
@@ -40,7 +40,7 @@ let Configuration = /*#__PURE__*/function () {
40
40
  Object.entries(props).forEach(([key, value]) => {
41
41
  if (key === 'forms') {
42
42
  this.forms = _forms.Forms.assign(value);
43
- } else if (key === 'webChat') {
43
+ } else if (key === 'webchat') {
44
44
  this.webchat = _webchat.Webchat.assign(value);
45
45
  } else {
46
46
  this[key] = value;
@@ -36,7 +36,7 @@ var Configuration = /*#__PURE__*/function () {
36
36
  var [key, value] = _ref;
37
37
  if (key === 'forms') {
38
38
  this.forms = Forms.assign(value);
39
- } else if (key === 'webChat') {
39
+ } else if (key === 'webchat') {
40
40
  this.webchat = Webchat.assign(value);
41
41
  } else {
42
42
  this[key] = value;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hellotext/hellotext",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "Hellotext JavaScript Client",
5
5
  "source": "src/index.js",
6
6
  "main": "lib/index.cjs",
@@ -32,7 +32,7 @@ class Configuration {
32
32
  Object.entries(props).forEach(([key, value]) => {
33
33
  if (key === 'forms') {
34
34
  this.forms = Forms.assign(value)
35
- } else if(key === 'webChat') {
35
+ } else if (key === 'webchat') {
36
36
  this.webchat = Webchat.assign(value)
37
37
  } else {
38
38
  this[key] = value
@@ -48,4 +48,4 @@ class Configuration {
48
48
  }
49
49
  }
50
50
 
51
- export {Configuration}
51
+ export { Configuration }