@caweb/webpack 1.3.29 → 1.3.30

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.txt CHANGED
@@ -1,3 +1,6 @@
1
+ v1.3.30
2
+ - Updated npm packages
3
+
1
4
  v1.3.29
2
5
  - Updated npm packages
3
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caweb/webpack",
3
- "version": "1.3.29",
3
+ "version": "1.3.30",
4
4
  "description": "CAWebPublishing Webpack Configuration",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -37,7 +37,7 @@
37
37
  "dependencies": {
38
38
  "@caweb/a11y-webpack-plugin": "^1.0.9",
39
39
  "@caweb/css-audit-webpack-plugin": "^1.0.12",
40
- "@caweb/html-webpack-plugin": "^1.6.1",
40
+ "@caweb/html-webpack-plugin": "^1.6.2",
41
41
  "@caweb/jshint-webpack-plugin": "^2.0.1"
42
42
  }
43
43
  }
@@ -1,3 +1,6 @@
1
+ v1.6.2
2
+ - Changed serp class to searchpage both in css and body class name to better align with CAWeb theme
3
+
1
4
  v1.6.1
2
5
  - Fixed issue with scrolling removing styles when adding scroll-margin-top
3
6
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caweb/html-webpack-plugin",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "description": "CAWebPublishing Sample Page and Configurations",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -25,7 +25,7 @@
25
25
  {{/each}}
26
26
  {{/if}}
27
27
  </head>
28
- <body class="page-template-serp">
28
+ <body class="page-template-searchpage">
29
29
  {{> header }}
30
30
  <div id="page-container" class="page-container">
31
31
  <div id="main-content" class="main-content" tabindex="-1">