w-ftp 1.0.26 → 1.0.28

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/.jsdoc CHANGED
@@ -1,25 +1,25 @@
1
- {
2
- "tags": {
3
- "allowUnknownTags": true
4
- },
5
- "source": {
6
- "include": ["src/", "server/"],
7
- "includePattern": ".+\\.(js(doc|x)?|mjs|vue)$",
8
- "excludePattern": "(node_modules/|docs)"
9
- },
10
- "plugins": [
11
- "plugins/markdown",
12
- "node_modules/jsdoc-vuejs"
13
- ],
14
- "opts": {
15
- "template": "node_modules/docdash",
16
- "encoding": "utf8",
17
- "destination": "docs/",
18
- "recurse": true,
19
- "verbose": true
20
- },
21
- "templates": {
22
- "cleverLinks": false,
23
- "monospaceLinks": false
24
- }
25
- }
1
+ {
2
+ "tags": {
3
+ "allowUnknownTags": true
4
+ },
5
+ "source": {
6
+ "include": ["src/"],
7
+ "includePattern": ".+\\.(js(doc|x)?|mjs|vue)$",
8
+ "excludePattern": "(node_modules/|docs)"
9
+ },
10
+ "plugins": [
11
+ "plugins/markdown",
12
+ "node_modules/jsdoc-vuejs"
13
+ ],
14
+ "opts": {
15
+ "template": "node_modules/docdash",
16
+ "encoding": "utf8",
17
+ "destination": "docs/",
18
+ "recurse": true,
19
+ "verbose": true
20
+ },
21
+ "templates": {
22
+ "cleverLinks": false,
23
+ "monospaceLinks": false
24
+ }
25
+ }
package/dist/w-ftp.umd.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * w-ftp v1.0.26
2
+ * w-ftp v1.0.28
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 Tue Aug 18 2026 23:22:21 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 Fri Aug 21 2026 11:10:46 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 Tue Aug 18 2026 23:22:21 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 Fri Aug 21 2026 11:10:46 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 Tue Aug 18 2026 23:22:21 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 Fri Aug 21 2026 11:10:46 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,16 +1,16 @@
1
1
  {
2
2
  "name": "w-ftp",
3
- "version": "1.0.26",
3
+ "version": "1.0.28",
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.77"
9
+ "wsemi": "^1.8.79"
10
10
  },
11
11
  "devDependencies": {
12
12
  "ssh2": "^1.17.0",
13
- "w-package-tools": "^1.1.13"
13
+ "w-package-tools": "^1.1.15"
14
14
  },
15
15
  "scripts": {
16
16
  "test": "mocha --parallel --timeout 60000",