w-data-html-minify 1.0.0 → 1.0.2

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
@@ -19,9 +19,10 @@ npm i w-data-html-minify
19
19
  ```
20
20
 
21
21
  #### Example:
22
- > **Link:** [[dev source code](https://github.com/yuda-lyu/w-data-html-minify/blob/master/g-read.mjs)]
22
+ > **Link:** [[dev source code](https://github.com/yuda-lyu/w-data-html-minify/blob/master/g.test.minify.mjs)]
23
23
  ```alias
24
- import wdc from './src/WDataHtmlMinify.mjs'
24
+ import wdhm from './src/WDataHtmlMinify.mjs'
25
+ // import wdhm from './dist/w-data-html-minify.umd.js'
25
26
 
26
27
  let hin = `
27
28
  <html>
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * w-data-html-minify v1.0.0
2
+ * w-data-html-minify v1.0.2
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -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:51:38 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 16:56:11 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.0/dist/w-data-html-minify.umd.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>
15
15
 
16
16
  </head>
17
17
 
package/docs/global.html CHANGED
@@ -446,7 +446,7 @@
446
446
  <br class="clear">
447
447
 
448
448
  <footer>
449
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Tue Oct 31 2023 16:51:38 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
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.
450
450
  </footer>
451
451
 
452
452
  <script>prettyPrint();</script>
@@ -26265,7 +26265,7 @@ exports.minify = function(value, options) {
26265
26265
  <br class="clear">
26266
26266
 
26267
26267
  <footer>
26268
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Tue Oct 31 2023 16:51:38 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
26268
+ 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.
26269
26269
  </footer>
26270
26270
 
26271
26271
  <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.2</a> on Tue Oct 31 2023 16:51:38 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 16:56:11 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.2</a> on Tue Oct 31 2023 16:51:38 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 16:56:12 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.0",
3
+ "version": "1.0.2",
4
4
  "main": "dist/w-data-html-minify.umd.js",
5
5
  "dependencies": {
6
6
  "html-minifier": "^4.0.0",
@@ -28,4 +28,4 @@
28
28
  ],
29
29
  "author": "yuda-lyu(semisphere)",
30
30
  "license": "MIT"
31
- }
31
+ }