Skip to content

Commit

Permalink
modify: supp. SFTP
Browse files Browse the repository at this point in the history
  • Loading branch information
yuda-lyu committed Aug 20, 2023
1 parent 08676e8 commit 8cdd4dd
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 5 deletions.
7 changes: 7 additions & 0 deletions dist/w-ftp.umd.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/w-ftp.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/WFtp.mjs.html
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ <h1 class="page-title">WFtp.mjs</h1>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Sun Aug 20 2023 20:16:49 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Sun Aug 20 2023 20:18:19 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -2895,7 +2895,7 @@ <h5 class="h5-returns">Returns:</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Sun Aug 20 2023 20:16:49 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Sun Aug 20 2023 20:18:19 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h3> </h3>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Sun Aug 20 2023 20:16:49 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Sun Aug 20 2023 20:18:19 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsftp.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ <h1 class="page-title">jsftp.js</h1>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Sun Aug 20 2023 20:16:49 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Sun Aug 20 2023 20:18:19 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "w-ftp",
"version": "1.0.9",
"version": "1.0.10",
"main": "dist/w-ftp.umd.js",
"dependencies": {
"dayjs": "^1.11.9",
Expand Down
2 changes: 2 additions & 0 deletions toolg/gDistRollup.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ rollupFiles({
'once': 'once',
'unorm': 'unorm',
'debug': 'debug',
'ssh2-sftp-client': 'ssh2-sftp-client',
},
external: [
'path',
Expand All @@ -38,6 +39,7 @@ rollupFiles({
'once',
'unorm',
'debug',
'ssh2-sftp-client',
],
})

0 comments on commit 8cdd4dd

Please sign in to comment.