w-data-html-minify 1.0.8 → 1.0.9
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/README.md
CHANGED
|
@@ -40,7 +40,7 @@ console.log(hout)
|
|
|
40
40
|
|
|
41
41
|
Add script for w-data-html-minify.
|
|
42
42
|
```alias
|
|
43
|
-
<script src="https://cdn.jsdelivr.net/npm/w-data-html-minify@1.0.
|
|
43
|
+
<script src="https://cdn.jsdelivr.net/npm/w-data-html-minify@1.0.9/dist/w-data-html-minify.umd.js"></script>
|
|
44
44
|
```
|
|
45
45
|
|
|
46
46
|
> **minify html:** [ex-html-minify.html](https://yuda-lyu.github.io/w-data-html-minify/examples/ex-html-minify.html) [[source code](https://github.com/yuda-lyu/w-data-html-minify/blob/master/docs/examples/ex-html-minify.html)]
|
|
@@ -121,7 +121,7 @@ export default WDataHtmlMinify
|
|
|
121
121
|
<br class="clear">
|
|
122
122
|
|
|
123
123
|
<footer>
|
|
124
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
124
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Thu Jul 23 2026 18:04:40 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
125
125
|
</footer>
|
|
126
126
|
|
|
127
127
|
<script>prettyPrint();</script>
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
<script src="https://cdn.jsdelivr.net/npm/wsemi/dist/wsemi.umd.js"></script>
|
|
12
12
|
|
|
13
13
|
<script _src="../src/htmlminifier.min.js"></script>
|
|
14
|
-
<script src="https://cdn.jsdelivr.net/npm/w-data-html-minify@1.0.
|
|
14
|
+
<script src="https://cdn.jsdelivr.net/npm/w-data-html-minify@1.0.9/dist/w-data-html-minify.umd.js"></script>
|
|
15
15
|
|
|
16
16
|
</head>
|
|
17
17
|
|
package/docs/global.html
CHANGED
|
@@ -364,7 +364,7 @@
|
|
|
364
364
|
<br class="clear">
|
|
365
365
|
|
|
366
366
|
<footer>
|
|
367
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
367
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Thu Jul 23 2026 18:04:40 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
368
368
|
</footer>
|
|
369
369
|
|
|
370
370
|
<script>prettyPrint();</script>
|
|
@@ -94,7 +94,7 @@ export default htmlminifier
|
|
|
94
94
|
<br class="clear">
|
|
95
95
|
|
|
96
96
|
<footer>
|
|
97
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
97
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Thu Jul 23 2026 18:04:40 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
98
98
|
</footer>
|
|
99
99
|
|
|
100
100
|
<script>prettyPrint();</script>
|
package/docs/index.html
CHANGED
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
<br class="clear">
|
|
72
72
|
|
|
73
73
|
<footer>
|
|
74
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
74
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Thu Jul 23 2026 18:04:40 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
75
75
|
</footer>
|
|
76
76
|
|
|
77
77
|
<script>prettyPrint();</script>
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "w-data-html-minify",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"main": "dist/w-data-html-minify.umd.js",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"html-minifier": "^4.0.0",
|
|
7
|
-
"lodash-es": "^4.
|
|
8
|
-
"wsemi": "^1.8.
|
|
7
|
+
"lodash-es": "^4.18.1",
|
|
8
|
+
"wsemi": "^1.8.67"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
|
-
"w-package-tools": "^1.1.
|
|
11
|
+
"w-package-tools": "^1.1.12"
|
|
12
12
|
},
|
|
13
13
|
"scripts": {
|
|
14
14
|
"test": "mocha --parallel --timeout 60000",
|