basic-ftp
Advanced tools
Comparing version 1.0.7 to 1.0.8
# Changelog | ||
## 1.0.8 | ||
- Fix result for send command. | ||
## 1.0.7 | ||
- Improve documentation | ||
- Improve documentation. | ||
@@ -7,0 +11,0 @@ ## 1.0.6 |
@@ -213,3 +213,3 @@ "use strict"; | ||
if (success || (res.code && ignoreErrorCodes)) { | ||
task.resolve(res.code); | ||
task.resolve(res); | ||
} | ||
@@ -216,0 +216,0 @@ else { |
{ | ||
"name": "basic-ftp", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "FTP/FTPS client library", | ||
@@ -5,0 +5,0 @@ "main": "./lib/ftp", |
62266