mod-build 3.6.83 → 3.6.85
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 +8 -0
- package/gulp-tasks/grab-cdn.js +0 -2
- package/package.json +1 -1
- package/src/data/seasons.js +2 -2
- package/package-lock-1.json +0 -35243
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.6.85
|
|
4
|
+
|
|
5
|
+
- Updated the `firstDate` for the Warmer Weather season (needs to match the flags set in the seasonal-updates repository trigger)
|
|
6
|
+
|
|
7
|
+
## 3.6.84
|
|
8
|
+
|
|
9
|
+
- Removed downloading of jornaya file.
|
|
10
|
+
|
|
3
11
|
## 3.6.83
|
|
4
12
|
|
|
5
13
|
- Add 'Water Filtration' to the list of trades unsupported by CXP
|
package/gulp-tasks/grab-cdn.js
CHANGED
|
@@ -42,8 +42,6 @@ module.exports = function(gulp, gulpPlugins, siteSettings, siteData) {
|
|
|
42
42
|
'/quote/resources/shared-resources/templates/modals/faq/': ['/resources/templates/modals/faq/', 'index.html']
|
|
43
43
|
})
|
|
44
44
|
|
|
45
|
-
Object.assign(externalResources, {'/quote/resources/mod-site/templates/scripts/jornaya.html': ['/templates/scripts/', 'jornaya.html']});
|
|
46
|
-
|
|
47
45
|
if (isModWhiteLabel || domainHasModernize) {
|
|
48
46
|
Object.assign(externalResources, {'/quote/resources/mod-site/templates/scripts/recaptcha.html': ['/templates/scripts/', 'recaptcha.html']});
|
|
49
47
|
}
|
package/package.json
CHANGED