@caweb/html-webpack-plugin 2.1.4 → 2.1.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ v2.1.5
2
+ - Updated npm packages
3
+
1
4
  v2.1.4
2
5
  - Reemitting src/href/styles assets
3
6
  - Added minimum-scale=1.0 to viewport
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caweb/html-webpack-plugin",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "description": "CAWebPublishing Site Generation HTML Webpack Plugin",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -25,9 +25,9 @@
25
25
  "access": "public"
26
26
  },
27
27
  "dependencies": {
28
- "@caweb/framework": "^1.9.8",
28
+ "@caweb/framework": "^1.9.9",
29
29
  "@caweb/icon-library": "^1.1.7",
30
- "@caweb/template": "^1.0.14",
30
+ "@caweb/template": "^1.0.15",
31
31
  "html-webpack-plugin": "^5.6.6"
32
32
  },
33
33
  "scripts": {