local-dir path, excludes param logging

This commit is contained in:
SamKirkland
2020-11-13 12:12:25 -06:00
parent 649aa38be8
commit f0ef8012ea
6 changed files with 40 additions and 47 deletions

14
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "ftp-deploy-action",
"version": "1.0.1",
"version": "4.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -147,9 +147,9 @@
}
},
"@samkirkland/ftp-deploy": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@samkirkland/ftp-deploy/-/ftp-deploy-1.0.0.tgz",
"integrity": "sha512-K1Iu2FJZuPH30v9EUmXQjS/8nTtFUTWURKv4SN4F6jSViyoUrf+ZtlzLZaUQU4/WMC80qdtEKCAvV3DTHSCfBA==",
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@samkirkland/ftp-deploy/-/ftp-deploy-1.0.1.tgz",
"integrity": "sha512-axyX1OLDulqh7/NW/yrcu/BQCGGgY/lt8AI7cHotR8ebq1awYHkf3aV0sEc11Blb2ZtezyKmd8SMIEVN4UGLQg==",
"requires": {
"basic-ftp": "^4.6.2",
"lodash": "^4.17.20",
@@ -345,9 +345,9 @@
"integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c="
},
"basic-ftp": {
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-4.6.2.tgz",
"integrity": "sha512-UO1L54c/ThZkW9ygaN3NJ4igA6BLoATUpaYARrmH4EXV86WNsk1BS2plFeePx3/vMaoLf1cLWI67uuMayZagDw=="
"version": "4.6.3",
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-4.6.3.tgz",
"integrity": "sha512-u/zMus8UacMmsxko3szgmuMYaf7pvYV/k/rMJb1I9RCByURWaVP7/jii/8cvPWF3Co7qqBgwRMhyI5vg727OhA=="
},
"binary-extensions": {
"version": "2.1.0",