weboptimizer 2.0.1592 → 2.0.1594

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/package.json +5 -5
  2. package/readme.md +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1592",
3
+ "version": "2.0.1594",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -98,7 +98,7 @@
98
98
  "babel-loader": "^10.0.0",
99
99
  "babel-plugin-transform-modern-regexp": "^0.0.6",
100
100
  "babel-preset-minify": "^0.5.2",
101
- "clientnode": "3.0.1297",
101
+ "clientnode": "3.0.1298",
102
102
  "ejs": "^3.1.10",
103
103
  "exports-loader": "^5.0.0",
104
104
  "extract-loader": "^5.1.0",
@@ -124,7 +124,7 @@
124
124
  "@types/html-minifier": "^4.0.5",
125
125
  "@types/html-minifier-terser": "^7.0.2",
126
126
  "@types/imagemin": "^9.0.1",
127
- "@types/node": "^24.0.7",
127
+ "@types/node": "^24.0.8",
128
128
  "@types/postcss-import": "^14.0.3",
129
129
  "@types/postcss-url": "^10.0.4",
130
130
  "@types/webpack-env": "^1.18.8",
@@ -132,13 +132,13 @@
132
132
  "@typescript-eslint/parser": "^8.35.1",
133
133
  "css-loader": "^7.1.2",
134
134
  "cssnano": "^7.0.7",
135
- "documentation-website": "^1.0.387",
135
+ "documentation-website": "^1.0.390",
136
136
  "eslint": "^9.30.0",
137
137
  "eslint-config-google": "^0.14.0",
138
138
  "eslint-plugin-jsdoc": "^51.3.1",
139
139
  "favicons": "^7.2.0",
140
140
  "favicons-webpack-plugin": "^6.0.1",
141
- "globals": "^16.2.0",
141
+ "globals": "^16.3.0",
142
142
  "image-minimizer-webpack-plugin": "^4.1.3",
143
143
  "jest": "^30.0.3",
144
144
  "jsdoc": "^4.0.4",
package/readme.md CHANGED
@@ -25,6 +25,7 @@ Project status
25
25
 
26
26
  [![code coverage](https://img.shields.io/coverallsCoverage/github/thaibault/weboptimizer?label=code%20coverage&style=for-the-badge)](https://coveralls.io/github/thaibault/weboptimizer)
27
27
 
28
+ [![deploy documentation website](https://img.shields.io/github/actions/workflow/status/thaibault/weboptimizer/deploy-documentation-website.yaml?label=deploy%20documentation%20website&style=for-the-badge)](https://github.com/thaibault/weboptimizer/actions/workflows/deploy-documentation-website.yaml)
28
29
  [![documentation website](https://img.shields.io/website-up-down-green-red/https/torben.website/weboptimizer.svg?label=documentation-website&style=for-the-badge)](https://torben.website/weboptimizer)
29
30
 
30
31
  [![Try out](https://img.shields.io/badge/Try%20it%20on%20runkit-%2345cc11?style=for-the-badge)](https://npm.runkit.com/weboptimizer)