@hellotext/hellotext 1.7.1 → 1.7.2

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.
package/README.md CHANGED
@@ -118,5 +118,5 @@ Hellotext.initialize('HELLOTEXT_BUSINESS_ID', configurationOptions)
118
118
 
119
119
  | Property | Description | Type | Default |
120
120
  | ------------------- | ---------------------------------------------------------------------------------------------------------------- | ------- | ------- |
121
- | autogenerateSession | Whether the library should automatically generate a session when no session is found in the query or the cookies | Boolean | true |
121
+ | autoGenerateSession | Whether the library should automatically generate a session when no session is found in the query or the cookies | Boolean | true |
122
122
  | autoMountForms | Whether the library should automatically mount forms collected or not | Boolean | true |
@@ -9,7 +9,7 @@ beforeEach(() => {
9
9
  Business.prototype.fetchPublicData = jest.fn().mockResolvedValue({ whitelist: 'disabled' })
10
10
 
11
11
  Hellotext.initialize('M01az53K', {
12
- autogenerateSession: false,
12
+ autoGenerateSession: false,
13
13
  autoMountForms: false
14
14
  })
15
15
  })