w-zip 1.0.24 → 1.0.26
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/dist/w-zip.umd.js +1 -1
- package/docs/index.html +1 -1
- package/docs/m7z.html +1 -1
- package/docs/m7z.mjs.html +1 -1
- package/docs/mZip.html +1 -1
- package/docs/mZip.mjs.html +1 -1
- package/package.json +3 -4
- package/toolg/cleanFolder.mjs +1 -0
package/dist/w-zip.umd.js
CHANGED
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 Fri Aug 07 2026 17:25:37 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/docs/m7z.html
CHANGED
|
@@ -1429,7 +1429,7 @@
|
|
|
1429
1429
|
<br class="clear">
|
|
1430
1430
|
|
|
1431
1431
|
<footer>
|
|
1432
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
1432
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Fri Aug 07 2026 17:25:37 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
1433
1433
|
</footer>
|
|
1434
1434
|
|
|
1435
1435
|
<script>prettyPrint();</script>
|
package/docs/m7z.mjs.html
CHANGED
|
@@ -360,7 +360,7 @@ export default m7z()
|
|
|
360
360
|
<br class="clear">
|
|
361
361
|
|
|
362
362
|
<footer>
|
|
363
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
363
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Fri Aug 07 2026 17:25:37 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
364
364
|
</footer>
|
|
365
365
|
|
|
366
366
|
<script>prettyPrint();</script>
|
package/docs/mZip.html
CHANGED
|
@@ -1097,7 +1097,7 @@
|
|
|
1097
1097
|
<br class="clear">
|
|
1098
1098
|
|
|
1099
1099
|
<footer>
|
|
1100
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
1100
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Fri Aug 07 2026 17:25:37 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
1101
1101
|
</footer>
|
|
1102
1102
|
|
|
1103
1103
|
<script>prettyPrint();</script>
|
package/docs/mZip.mjs.html
CHANGED
|
@@ -398,7 +398,7 @@ export default mZip()
|
|
|
398
398
|
<br class="clear">
|
|
399
399
|
|
|
400
400
|
<footer>
|
|
401
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
401
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Fri Aug 07 2026 17:25:37 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
402
402
|
</footer>
|
|
403
403
|
|
|
404
404
|
<script>prettyPrint();</script>
|
package/package.json
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "w-zip",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.26",
|
|
4
4
|
"main": "dist/w-zip.umd.js",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@zip.js/zip.js": "^2.8.26",
|
|
7
|
-
"
|
|
8
|
-
"wsemi": "^1.8.66"
|
|
7
|
+
"wsemi": "^1.8.68"
|
|
9
8
|
},
|
|
10
9
|
"devDependencies": {
|
|
11
|
-
"w-package-tools": "^1.1.
|
|
10
|
+
"w-package-tools": "^1.1.12"
|
|
12
11
|
},
|
|
13
12
|
"scripts": {
|
|
14
13
|
"test": "mocha --parallel --timeout 60000",
|