w-dwload-dlp 1.0.28 → 1.0.30
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/.editorconfig +1 -1
- package/.jsdoc +3 -3
- package/dist/w-dwload-dlp.umd.js +1 -1
- package/docs/WDwloadDlp.mjs.html +1 -1
- package/docs/global.html +1 -1
- package/docs/index.html +1 -1
- package/package.json +4 -4
package/.editorconfig
CHANGED
package/.jsdoc
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"tags": {
|
|
3
|
-
"allowUnknownTags":
|
|
3
|
+
"allowUnknownTags": true
|
|
4
4
|
},
|
|
5
5
|
"source": {
|
|
6
|
-
"include": ["src/"
|
|
6
|
+
"include": ["src/"],
|
|
7
7
|
"includePattern": ".+\\.(js(doc|x)?|mjs|vue)$",
|
|
8
8
|
"excludePattern": "(node_modules/|docs)"
|
|
9
9
|
},
|
|
@@ -22,4 +22,4 @@
|
|
|
22
22
|
"cleverLinks": false,
|
|
23
23
|
"monospaceLinks": false
|
|
24
24
|
}
|
|
25
|
-
}
|
|
25
|
+
}
|
package/dist/w-dwload-dlp.umd.js
CHANGED
package/docs/WDwloadDlp.mjs.html
CHANGED
|
@@ -495,7 +495,7 @@ export default WDwloadDlp
|
|
|
495
495
|
<br class="clear">
|
|
496
496
|
|
|
497
497
|
<footer>
|
|
498
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
498
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Thu Aug 20 2026 00:22:45 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
499
499
|
</footer>
|
|
500
500
|
|
|
501
501
|
<script>prettyPrint();</script>
|
package/docs/global.html
CHANGED
|
@@ -511,7 +511,7 @@
|
|
|
511
511
|
<br class="clear">
|
|
512
512
|
|
|
513
513
|
<footer>
|
|
514
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
514
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Thu Aug 20 2026 00:22:45 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
515
515
|
</footer>
|
|
516
516
|
|
|
517
517
|
<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 Aug 20 2026 00:22:45 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,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "w-dwload-dlp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.30",
|
|
4
4
|
"main": "dist/w-dwload-dlp.umd.js",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"w-ffmpeg": "^1.0.
|
|
7
|
-
"wsemi": "^1.8.
|
|
6
|
+
"w-ffmpeg": "^1.0.9",
|
|
7
|
+
"wsemi": "^1.8.78"
|
|
8
8
|
},
|
|
9
9
|
"devDependencies": {
|
|
10
|
-
"w-package-tools": "^1.1.
|
|
10
|
+
"w-package-tools": "^1.1.14"
|
|
11
11
|
},
|
|
12
12
|
"scripts": {
|
|
13
13
|
"postinstall": "node scripts/install.mjs",
|