mod-build 4.0.22-beta.1 → 4.0.22

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
@@ -2,6 +2,10 @@
2
2
 
3
3
  - Add contractor form to list of shared resources
4
4
 
5
+ ## 4.0.21
6
+
7
+ - Updating VWO cookies' expiration date to be only 1 day
8
+
5
9
  ## 4.0.20
6
10
 
7
11
  - Seasonal updates enhancements
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-build",
3
- "version": "4.0.22-beta.1",
3
+ "version": "4.0.22",
4
4
  "description": "Share components for S3 sites.",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -1,4 +1,5 @@
1
1
  var _vwo_clicks=25;
2
+ var _vis_opt_cookieDays=1;
2
3
  var _vwo_code=(function(){
3
4
  var account_id=37264,
4
5
  settings_tolerance=4000,
@@ -128,7 +128,7 @@ const TASKS = {
128
128
  fileName: 'contractorFormFileName',
129
129
  dest: 'scripts/mod-form/form',
130
130
  },
131
- srcReplaceFn: replaceFootAssetScripts,
131
+ srcReplaceFn: null,
132
132
  },
133
133
  copyModalytics: {
134
134
  url: 'mod-alytics/modalytics.min.js',