Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,5 @@ | ||
## 1.0.3 / 2022-06-21 | ||
* Updated lib `oro-functions` to `v1.1.7`. | ||
* Updated lib-dev `jest` to `v28.1.1`. | ||
## 1.0.0 / 2022-05-26 | ||
@@ -2,0 +6,0 @@ * Added `MIT License`. |
{ | ||
"name": "oro-sftp", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Class OroSftp is a wrapper of ssh2-sftp-client to work as promises async/await.", | ||
@@ -26,8 +26,8 @@ "main": "index.js", | ||
"dependencies": { | ||
"oro-functions": "^1.1.4", | ||
"oro-functions": "^1.1.7", | ||
"ssh2-sftp-client": "^8.1.0" | ||
}, | ||
"devDependencies": { | ||
"jest": "^28.1.0" | ||
"jest": "^28.1.1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22230
Updatedoro-functions@^1.1.7