weboptimizer 3.0.24 → 3.0.25
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/browser.js +1 -1
- package/configurator.js +1 -1
- package/ejsLoader.js +1 -1
- package/helper.js +1 -1
- package/index.html.ejs +1 -1
- package/index.js +1 -1
- package/jestSetup.js +1 -1
- package/package.json +27 -28
- package/plugins/HTMLTransformation.js +1 -1
- package/plugins/InPlaceAssetsIntoHTML.js +1 -1
- package/readme.md +1 -1
- package/stylelintConfigurator.js +1 -1
- package/type.js +1 -1
- package/webpackConfigurator.js +1 -1
package/browser.js
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
License
|
|
11
11
|
-------
|
|
12
12
|
|
|
13
|
-
This library written by Torben Sickert
|
|
13
|
+
This library written by Torben Sickert stands under a creative commons
|
|
14
14
|
naming 3.0 unported license.
|
|
15
15
|
See https://creativecommons.org/licenses/by/3.0/deed.de
|
|
16
16
|
endregion
|
package/configurator.js
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
License
|
|
11
11
|
-------
|
|
12
12
|
|
|
13
|
-
This library written by Torben Sickert
|
|
13
|
+
This library written by Torben Sickert stands under a creative commons
|
|
14
14
|
naming 3.0 unported license.
|
|
15
15
|
See https://creativecommons.org/licenses/by/3.0/deed.de
|
|
16
16
|
endregion
|
package/ejsLoader.js
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
License
|
|
11
11
|
-------
|
|
12
12
|
|
|
13
|
-
This library written by Torben Sickert
|
|
13
|
+
This library written by Torben Sickert stands under a creative commons
|
|
14
14
|
naming 3.0 unported license.
|
|
15
15
|
See https://creativecommons.org/licenses/by/3.0/deed.de
|
|
16
16
|
endregion
|
package/helper.js
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
License
|
|
11
11
|
-------
|
|
12
12
|
|
|
13
|
-
This library written by Torben Sickert
|
|
13
|
+
This library written by Torben Sickert stands under a creative commons
|
|
14
14
|
naming 3.0 unported license.
|
|
15
15
|
See https://creativecommons.org/licenses/by/3.0/deed.de
|
|
16
16
|
endregion
|
package/index.html.ejs
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
License
|
|
7
7
|
-------
|
|
8
8
|
|
|
9
|
-
This library written by Torben Sickert
|
|
9
|
+
This library written by Torben Sickert stands under a creative commons
|
|
10
10
|
naming 3.0 unported license.
|
|
11
11
|
See https://creativecommons.org/licenses/by/3.0/deed.de
|
|
12
12
|
endregion
|
package/index.js
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
License
|
|
13
13
|
-------
|
|
14
14
|
|
|
15
|
-
This library written by Torben Sickert
|
|
15
|
+
This library written by Torben Sickert stands under a creative commons
|
|
16
16
|
naming 3.0 unported license.
|
|
17
17
|
See https://creativecommons.org/licenses/by/3.0/deed.de
|
|
18
18
|
endregion
|
package/jestSetup.js
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
License
|
|
11
11
|
-------
|
|
12
12
|
|
|
13
|
-
This library written by Torben Sickert
|
|
13
|
+
This library written by Torben Sickert stands under a creative commons
|
|
14
14
|
naming 3.0 unported license.
|
|
15
15
|
See https://creativecommons.org/licenses/by/3.0/deed.de
|
|
16
16
|
endregion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.25",
|
|
4
4
|
"description": "A generic web optimizer, (module) bundler and development environment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -85,20 +85,20 @@
|
|
|
85
85
|
"update:documentation": "web-documentation"
|
|
86
86
|
},
|
|
87
87
|
"dependencies": {
|
|
88
|
-
"@babel/core": "^7.29.
|
|
88
|
+
"@babel/core": "^7.29.7",
|
|
89
89
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
90
|
-
"@babel/plugin-proposal-decorators": "^7.29.
|
|
90
|
+
"@babel/plugin-proposal-decorators": "^7.29.7",
|
|
91
91
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
92
92
|
"@babel/plugin-syntax-top-level-await": "^7.14.5",
|
|
93
|
-
"@babel/plugin-transform-runtime": "^7.29.
|
|
94
|
-
"@babel/preset-env": "^7.29.
|
|
95
|
-
"@babel/preset-typescript": "^7.
|
|
96
|
-
"@babel/runtime": "^7.29.
|
|
93
|
+
"@babel/plugin-transform-runtime": "^7.29.7",
|
|
94
|
+
"@babel/preset-env": "^7.29.7",
|
|
95
|
+
"@babel/preset-typescript": "^7.29.7",
|
|
96
|
+
"@babel/runtime": "^7.29.7",
|
|
97
97
|
"babel-loader": "^10.1.1",
|
|
98
98
|
"babel-plugin-transform-modern-regexp": "^0.0.6",
|
|
99
99
|
"babel-preset-minify": "^0.5.2",
|
|
100
|
-
"clientnode": "4.0.
|
|
101
|
-
"ejs": "^
|
|
100
|
+
"clientnode": "4.0.1423",
|
|
101
|
+
"ejs": "^6.0.1",
|
|
102
102
|
"exports-loader": "^5.0.0",
|
|
103
103
|
"extract-loader": "^5.1.0",
|
|
104
104
|
"glob-all": "^3.3.1",
|
|
@@ -110,13 +110,13 @@
|
|
|
110
110
|
"rimraf": "^6.1.3",
|
|
111
111
|
"script-loader": "^0.7.2",
|
|
112
112
|
"typescript": "^6.0.3",
|
|
113
|
-
"webpack": "^5.
|
|
114
|
-
"webpack-cli": "^7.0.
|
|
115
|
-
"webpack-sources": "^3.
|
|
113
|
+
"webpack": "^5.107.2",
|
|
114
|
+
"webpack-cli": "^7.0.3",
|
|
115
|
+
"webpack-sources": "^3.5.0"
|
|
116
116
|
},
|
|
117
117
|
"devDependencies": {
|
|
118
|
-
"@babel/cli": "^7.
|
|
119
|
-
"@babel/eslint-parser": "^7.
|
|
118
|
+
"@babel/cli": "^7.29.7",
|
|
119
|
+
"@babel/eslint-parser": "^7.29.7",
|
|
120
120
|
"@eslint/js": "^10.0.1",
|
|
121
121
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
122
122
|
"@types/ejs": "^3.1.5",
|
|
@@ -124,18 +124,18 @@
|
|
|
124
124
|
"@types/html-minifier": "^4.0.6",
|
|
125
125
|
"@types/html-minifier-terser": "^7.0.2",
|
|
126
126
|
"@types/imagemin": "^9.0.1",
|
|
127
|
-
"@types/node": "^25.9.
|
|
127
|
+
"@types/node": "^25.9.3",
|
|
128
128
|
"@types/postcss-import": "^14.0.3",
|
|
129
129
|
"@types/postcss-url": "^10.0.4",
|
|
130
130
|
"@types/webpack-env": "^1.18.8",
|
|
131
131
|
"@types/webpack-sources": "^3.2.3",
|
|
132
|
-
"@typescript-eslint/parser": "^8.
|
|
132
|
+
"@typescript-eslint/parser": "^8.61.1",
|
|
133
133
|
"css-loader": "^7.1.4",
|
|
134
|
-
"cssnano": "^8.0.
|
|
135
|
-
"eslint": "^10.
|
|
134
|
+
"cssnano": "^8.0.2",
|
|
135
|
+
"eslint": "^10.5.0",
|
|
136
136
|
"eslint-config-google": "^0.14.0",
|
|
137
|
-
"eslint-plugin-jsdoc": "^
|
|
138
|
-
"favicons": "^7.
|
|
137
|
+
"eslint-plugin-jsdoc": "^63.0.5",
|
|
138
|
+
"favicons": "^7.3.0",
|
|
139
139
|
"favicons-webpack-plugin": "^6.0.1",
|
|
140
140
|
"globals": "^17.6.0",
|
|
141
141
|
"image-minimizer-webpack-plugin": "^5.0.0",
|
|
@@ -144,21 +144,21 @@
|
|
|
144
144
|
"mini-css-extract-plugin": "^2.10.2",
|
|
145
145
|
"mkdirp": "^3.0.1",
|
|
146
146
|
"node-fetch": "^3.3.2",
|
|
147
|
-
"postcss": "^8.5.
|
|
147
|
+
"postcss": "^8.5.15",
|
|
148
148
|
"postcss-fontpath": "^1.0.0",
|
|
149
149
|
"postcss-import": "^16.1.1",
|
|
150
150
|
"postcss-loader": "^8.2.1",
|
|
151
|
-
"postcss-preset-env": "^11.3.
|
|
151
|
+
"postcss-preset-env": "^11.3.1",
|
|
152
152
|
"postcss-sprites": "^4.2.1",
|
|
153
|
-
"postcss-url": "^10.1.
|
|
153
|
+
"postcss-url": "^10.1.4",
|
|
154
154
|
"shx": "^0.4.0",
|
|
155
155
|
"style-loader": "^4.0.0",
|
|
156
|
-
"stylelint": "^17.
|
|
156
|
+
"stylelint": "^17.13.0",
|
|
157
157
|
"stylelint-config-standard": "^40.0.0",
|
|
158
158
|
"stylelint-config-standard-scss": "^17.0.0",
|
|
159
|
-
"typescript-eslint": "^8.
|
|
159
|
+
"typescript-eslint": "^8.61.1",
|
|
160
160
|
"typescript-plugin-css-modules": "^5.2.0",
|
|
161
|
-
"web-documentation": "^1.0.
|
|
161
|
+
"web-documentation": "^1.0.40",
|
|
162
162
|
"workbox-webpack-plugin": "^7.4.1"
|
|
163
163
|
},
|
|
164
164
|
"peerDependencies": {
|
|
@@ -325,8 +325,7 @@
|
|
|
325
325
|
"colors": "1.4.0"
|
|
326
326
|
},
|
|
327
327
|
"sideEffects": true,
|
|
328
|
-
"
|
|
329
|
-
"name": "weboptimizer",
|
|
328
|
+
"webDocumentation": {
|
|
330
329
|
"trackingCode": "UA-40192634-11"
|
|
331
330
|
},
|
|
332
331
|
"configuration": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
License
|
|
11
11
|
-------
|
|
12
12
|
|
|
13
|
-
This library written by Torben Sickert
|
|
13
|
+
This library written by Torben Sickert stands under a creative commons
|
|
14
14
|
naming 3.0 unported license.
|
|
15
15
|
See https://creativecommons.org/licenses/by/3.0/deed.de
|
|
16
16
|
endregion
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
License
|
|
11
11
|
-------
|
|
12
12
|
|
|
13
|
-
This library written by Torben Sickert
|
|
13
|
+
This library written by Torben Sickert stands under a creative commons
|
|
14
14
|
naming 3.0 unported license.
|
|
15
15
|
See https://creativecommons.org/licenses/by/3.0/deed.de
|
|
16
16
|
endregion
|
package/readme.md
CHANGED
|
@@ -6,7 +6,7 @@ Copyright Torben Sickert (info["~at~"]torben.website) 16.12.2012
|
|
|
6
6
|
License
|
|
7
7
|
-------
|
|
8
8
|
|
|
9
|
-
This library written by Torben Sickert
|
|
9
|
+
This library written by Torben Sickert stands under a creative commons naming
|
|
10
10
|
3.0 unported license. See https://creativecommons.org/licenses/by/3.0/deed.de
|
|
11
11
|
endregion -->
|
|
12
12
|
|
package/stylelintConfigurator.js
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
License
|
|
11
11
|
-------
|
|
12
12
|
|
|
13
|
-
This library written by Torben Sickert
|
|
13
|
+
This library written by Torben Sickert stands under a creative commons
|
|
14
14
|
naming 3.0 unported license.
|
|
15
15
|
See https://creativecommons.org/licenses/by/3.0/deed.de
|
|
16
16
|
endregion
|
package/type.js
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
License
|
|
11
11
|
-------
|
|
12
12
|
|
|
13
|
-
This library written by Torben Sickert
|
|
13
|
+
This library written by Torben Sickert stands under a creative commons
|
|
14
14
|
naming 3.0 unported license.
|
|
15
15
|
See https://creativecommons.org/licenses/by/3.0/deed.de
|
|
16
16
|
endregion
|
package/webpackConfigurator.js
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
License
|
|
11
11
|
-------
|
|
12
12
|
|
|
13
|
-
This library written by Torben Sickert
|
|
13
|
+
This library written by Torben Sickert stands under a creative commons
|
|
14
14
|
naming 3.0 unported license.
|
|
15
15
|
See https://creativecommons.org/licenses/by/3.0/deed.de
|
|
16
16
|
endregion
|