mod-build 3.7.11-beta.1 → 3.7.12-beta.1

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/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.7.12
4
+
5
+ - Added the E-Sign Consent modal to be grabbed as part of the `grab-cdn` task.
6
+
3
7
  ## 3.7.11
8
+
4
9
  - Added branded name to `brandedIncludeExclusivelyConsentCapture` object in consent capture.
5
10
 
6
11
  ## 3.7.10
@@ -42,7 +42,8 @@ module.exports = function(gulp, _gulpPlugins, siteSettings, siteData) {
42
42
  '/quote/resources/shared-resources/templates/modals/privacy/': ['/resources/templates/modals/privacy/', 'index.html'],
43
43
  '/quote/resources/shared-resources/templates/modals/terms/': ['/resources/templates/modals/terms/', 'index.html'],
44
44
  '/quote/resources/shared-resources/templates/modals/contact-us/': ['/resources/templates/modals/contact-us/', 'index.html'],
45
- '/quote/resources/shared-resources/templates/modals/faq/': ['/resources/templates/modals/faq/', 'index.html']
45
+ '/quote/resources/shared-resources/templates/modals/faq/': ['/resources/templates/modals/faq/', 'index.html'],
46
+ '/quote/resources/shared-resources/templates/modals/e-sign-consent/': ['/resources/templates/modals/e-sign-consent/', 'index.html']
46
47
  });
47
48
 
48
49
  if (isModWhiteLabel || domainHasModernize) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-build",
3
- "version": "3.7.11-beta.1",
3
+ "version": "3.7.12-beta.1",
4
4
  "description": "Share components for S3 sites.",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",