w-ftp 1.0.31 → 1.0.32

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-ftp.umd.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * w-ftp v1.0.31
2
+ * w-ftp v1.0.32
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -777,7 +777,7 @@ export default WFtp
777
777
  <br class="clear">
778
778
 
779
779
  <footer>
780
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Sep 02 2026 18:30:41 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
780
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat Sep 05 2026 22:32:32 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
781
781
  </footer>
782
782
 
783
783
  <script>prettyPrint();</script>
package/docs/global.html CHANGED
@@ -2895,7 +2895,7 @@
2895
2895
  <br class="clear">
2896
2896
 
2897
2897
  <footer>
2898
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Sep 02 2026 18:30:41 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2898
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat Sep 05 2026 22:32:32 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2899
2899
  </footer>
2900
2900
 
2901
2901
  <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 Wed Sep 02 2026 18:30:41 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.5</a> on Sat Sep 05 2026 22:32:32 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,12 +1,12 @@
1
1
  {
2
2
  "name": "w-ftp",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "main": "dist/w-ftp.umd.js",
5
5
  "dependencies": {
6
6
  "dayjs": "^1.11.21",
7
7
  "jsftp": "^2.1.3",
8
8
  "ssh2-sftp-client": "^12.1.1",
9
- "wsemi": "^1.8.84"
9
+ "wsemi": "^1.8.85"
10
10
  },
11
11
  "devDependencies": {
12
12
  "ssh2": "^1.17.0",