@file-storage/core
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -5,4 +5,4 @@ "use strict"; | ||
const common_1 = require("@file-storage/common"); | ||
// import S3Driver2 from '@file-storage/local'; | ||
const S3Driver = common_1.requireDefaultModule('@file-storage/s3'); | ||
const FtpDriver = common_1.requireDefaultModule('@file-storage/ftp'); | ||
const LocalDriver = common_1.requireDefaultModule('@file-storage/local'); | ||
@@ -18,3 +18,3 @@ const SftpDriver = common_1.requireDefaultModule('@file-storage/sftp'); | ||
let availableDisks = [defaultDiskConfig]; | ||
const drivers = [S3Driver, LocalDriver, SftpDriver]; | ||
const drivers = [S3Driver, LocalDriver, FtpDriver, SftpDriver]; | ||
function handleDiskConfigs(diskConfigs) { | ||
@@ -21,0 +21,0 @@ const seen = new Set(); |
{ | ||
"name": "@file-storage/core", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "> TODO: description", | ||
@@ -36,3 +36,3 @@ "author": "Dang Nguyen <haidang009@gmail.com>", | ||
}, | ||
"gitHead": "7f834776baac80f138fc283bff507a776c22ddad" | ||
"gitHead": "bfd614160a13042eb996d98813187eb5dd0e68a4" | ||
} |
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
9249