mod-build 4.0.40-beta.4 → 4.0.40

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-build",
3
- "version": "4.0.40-beta.4",
3
+ "version": "4.0.40",
4
4
  "description": "Share components for S3 sites.",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -201,7 +201,8 @@ const getConsentCaptureLanguage = async function(config, tempConfig) {
201
201
  }
202
202
 
203
203
  if (config.isBranded) {
204
- const websiteName = config.website_name,
204
+ const websiteName = config.website_name.toLowerCase(),
205
+ companyName = config.company_name,
205
206
  apiDomain = 'https://form-service-hs.qnst.com/';
206
207
 
207
208
  let apiUrl = '';