w-data-html-minify 1.0.2 → 1.0.3

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
@@ -23,6 +23,7 @@ npm i w-data-html-minify
23
23
  ```alias
24
24
  import wdhm from './src/WDataHtmlMinify.mjs'
25
25
  // import wdhm from './dist/w-data-html-minify.umd.js'
26
+ // import wdhm from 'w-data-html-minify'
26
27
 
27
28
  let hin = `
28
29
  <html>
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * w-data-html-minify v1.0.2
2
+ * w-data-html-minify v1.0.3
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -29,7 +29,7 @@
29
29
  <nav >
30
30
 
31
31
 
32
- <h2><a href="index.html">Home</a></h2><h3>Global</h3><ul><li><a href="global.html#WDataHtmlMinify">WDataHtmlMinify</a></li><li><a href="global.html#punycode">punycode</a></li></ul>
32
+ <h2><a href="index.html">Home</a></h2><h3>Global</h3><ul><li><a href="global.html#WDataHtmlMinify">WDataHtmlMinify</a></li></ul>
33
33
 
34
34
  </nav>
35
35
 
@@ -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.2</a> on Tue Oct 31 2023 16:56:11 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
124
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Tue Oct 31 2023 20:45:31 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.2/dist/w-data-html-minify.umd.js"></script>
14
+ <script src="https://cdn.jsdelivr.net/npm/w-data-html-minify@1.0.3/dist/w-data-html-minify.umd.js"></script>
15
15
 
16
16
  </head>
17
17
 
package/docs/global.html CHANGED
@@ -29,7 +29,7 @@
29
29
  <nav >
30
30
 
31
31
 
32
- <h2><a href="index.html">Home</a></h2><h3>Global</h3><ul><li><a href="global.html#WDataHtmlMinify">WDataHtmlMinify</a></li><li><a href="global.html#punycode">punycode</a></li></ul>
32
+ <h2><a href="index.html">Home</a></h2><h3>Global</h3><ul><li><a href="global.html#WDataHtmlMinify">WDataHtmlMinify</a></li></ul>
33
33
 
34
34
  </nav>
35
35
 
@@ -121,88 +121,6 @@
121
121
 
122
122
 
123
123
 
124
- <h3 class="subsection-title">Members</h3>
125
-
126
-
127
-
128
- <h4 class="name" id="punycode"><span class="type-signature"></span>punycode<span class="type-signature"> :Object</span></h4>
129
-
130
-
131
-
132
-
133
-
134
- <dl class="details">
135
-
136
- <dt class="tag-description">Description:</dt>
137
- <dd class="tag-description"><ul class="dummy"><li><p>The <code>punycode</code> object.</p></li></ul></dd>
138
-
139
-
140
-
141
- <dt class="tag-source">Source:</dt>
142
- <dd class="tag-source"><ul class="dummy"><li>
143
- <a href="htmlminifier.js.html">htmlminifier.js</a>, <a href="htmlminifier.js.html#line14883">line 14883</a>
144
- </li></ul></dd>
145
-
146
-
147
-
148
-
149
-
150
-
151
-
152
-
153
-
154
-
155
-
156
-
157
-
158
-
159
-
160
-
161
-
162
-
163
-
164
-
165
-
166
-
167
-
168
-
169
-
170
-
171
-
172
-
173
-
174
-
175
-
176
- </dl>
177
-
178
-
179
-
180
-
181
-
182
- <div class="description usertext">
183
- <p>The <code>punycode</code> object.</p>
184
- </div>
185
-
186
-
187
-
188
- <h5 class="h5-types">Type:</h5>
189
- <ul>
190
- <li>
191
-
192
- <span class="param-type">Object</span>
193
-
194
-
195
-
196
- </li>
197
- </ul>
198
-
199
-
200
-
201
-
202
-
203
-
204
-
205
-
206
124
 
207
125
 
208
126
  <h3 class="subsection-title">Methods</h3>
@@ -446,7 +364,7 @@
446
364
  <br class="clear">
447
365
 
448
366
  <footer>
449
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Tue Oct 31 2023 16:56:12 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
367
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Tue Oct 31 2023 20:45:31 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
450
368
  </footer>
451
369
 
452
370
  <script>prettyPrint();</script>
@@ -29,7 +29,7 @@
29
29
  <nav >
30
30
 
31
31
 
32
- <h2><a href="index.html">Home</a></h2><h3>Global</h3><ul><li><a href="global.html#WDataHtmlMinify">WDataHtmlMinify</a></li><li><a href="global.html#punycode">punycode</a></li></ul>
32
+ <h2><a href="index.html">Home</a></h2><h3>Global</h3><ul><li><a href="global.html#WDataHtmlMinify">WDataHtmlMinify</a></li></ul>
33
33
 
34
34
  </nav>
35
35
 
@@ -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.2</a> on Tue Oct 31 2023 16:56:11 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
97
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Tue Oct 31 2023 20:45:31 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
@@ -29,7 +29,7 @@
29
29
  <nav >
30
30
 
31
31
 
32
- <h2><a href="index.html">Home</a></h2><h3>Global</h3><ul><li><a href="global.html#WDataHtmlMinify">WDataHtmlMinify</a></li><li><a href="global.html#punycode">punycode</a></li></ul>
32
+ <h2><a href="index.html">Home</a></h2><h3>Global</h3><ul><li><a href="global.html#WDataHtmlMinify">WDataHtmlMinify</a></li></ul>
33
33
 
34
34
  </nav>
35
35
 
@@ -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.2</a> on Tue Oct 31 2023 16:56:12 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
74
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Tue Oct 31 2023 20:45:31 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,6 +1,6 @@
1
1
  {
2
2
  "name": "w-data-html-minify",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "main": "dist/w-data-html-minify.umd.js",
5
5
  "dependencies": {
6
6
  "html-minifier": "^4.0.0",