@caweb/webpack 1.3.18 → 1.3.19

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.19
2
+ - Updated npm packages
3
+
1
4
  v1.3.18
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.18",
3
+ "version": "1.3.19",
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.5.19",
41
- "@caweb/jshint-webpack-plugin": "^2.0.0"
40
+ "@caweb/html-webpack-plugin": "^1.5.20",
41
+ "@caweb/jshint-webpack-plugin": "^2.0.1"
42
42
  }
43
43
  }
@@ -1,3 +1,6 @@
1
+ v1.5.20
2
+ - Recompiled src files
3
+
1
4
  v1.5.19
2
5
  - Added new assets parameters to head/footer sections for external files to be loaded
3
6
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@caweb/html-webpack-plugin",
3
- "version": "1.5.17",
3
+ "version": "1.5.20",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@caweb/html-webpack-plugin",
9
- "version": "1.5.17",
9
+ "version": "1.5.20",
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
12
  "@caweb/a11y-webpack-plugin": "^1.0.9",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caweb/html-webpack-plugin",
3
- "version": "1.5.19",
3
+ "version": "1.5.20",
4
4
  "description": "CAWebPublishing Sample Page and Configurations",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -1,3 +1,6 @@
1
+ v2.0.1
2
+ - Updated peerDeps
3
+
1
4
  v2.0.0
2
5
  - reporter now uses @caweb/html-webpack-plugin when creating report
3
6
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@caweb/jshint-webpack-plugin",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@caweb/jshint-webpack-plugin",
9
- "version": "2.0.0",
9
+ "version": "2.0.1",
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
12
  "get-all-files": "^5.0.0",
@@ -17,7 +17,7 @@
17
17
  "webpack-cli": "^6.0.1"
18
18
  },
19
19
  "peerDependencies": {
20
- "@caweb/html-webpack-plugin": "^1.5.19"
20
+ "@caweb/html-webpack-plugin": "^1.5.20"
21
21
  }
22
22
  },
23
23
  "node_modules/@ampproject/remapping": {
@@ -1977,9 +1977,9 @@
1977
1977
  }
1978
1978
  },
1979
1979
  "node_modules/@caweb/html-webpack-plugin": {
1980
- "version": "1.5.19",
1981
- "resolved": "https://registry.npmjs.org/@caweb/html-webpack-plugin/-/html-webpack-plugin-1.5.19.tgz",
1982
- "integrity": "sha512-hxUhFeHQjlyYCDYOwvo0j1IzBzRgC61v2Kaq8oOxoMkaKM5leSnzNRcOUP+UFGVPNrjYyXP76KrxkB0Bdo+7bA==",
1980
+ "version": "1.5.20",
1981
+ "resolved": "https://registry.npmjs.org/@caweb/html-webpack-plugin/-/html-webpack-plugin-1.5.20.tgz",
1982
+ "integrity": "sha512-pLeVFVptlqXs1LQ+/bl1kULmuYE8aBx63AHTru2rexslmbBqX5xI2R1cECzg/dHDbE1HOYXJYbQ3zlXaXM/lwA==",
1983
1983
  "license": "ISC",
1984
1984
  "peer": true,
1985
1985
  "dependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caweb/jshint-webpack-plugin",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "CAWebPublishing Webpack Plugin to run JSHint",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -45,6 +45,6 @@
45
45
  "webpack-cli": "^6.0.1"
46
46
  },
47
47
  "peerDependencies": {
48
- "@caweb/html-webpack-plugin": "^1.5.19"
48
+ "@caweb/html-webpack-plugin": "^1.5.20"
49
49
  }
50
50
  }