@men-mvc/config
Advanced tools
Comparing version 0.94.0 to 0.95.0
@@ -32,2 +32,6 @@ import { CacheDriver } from './cacheDriver'; | ||
s3?: S3Config; | ||
local?: { | ||
urlSignerSecret: string; | ||
signedUrlDurationInSeconds?: number; | ||
}; | ||
}; | ||
@@ -34,0 +38,0 @@ logging?: { |
@@ -10,1 +10,2 @@ export * from './baseConfig'; | ||
export * from './baseConfig'; | ||
export * from './s3Config'; |
@@ -26,1 +26,2 @@ "use strict"; | ||
__exportStar(require("./baseConfig"), exports); | ||
__exportStar(require("./s3Config"), exports); |
@@ -6,2 +6,8 @@ export type S3Config = { | ||
secretAccessKey: string; | ||
cloudfront?: { | ||
domainName: string; | ||
publicKeyId: string; | ||
privateKeyString: string; | ||
signedUrlDurationInSeconds?: number; | ||
}; | ||
}; |
{ | ||
"name": "@men-mvc/config", | ||
"version": "0.94.0", | ||
"version": "0.95.0", | ||
"description": "Config package for Men MVC framework.", | ||
@@ -49,3 +49,3 @@ "private": false, | ||
"license": "MIT", | ||
"gitHead": "82a4607e3e1d50d6232e87daea162c61f1fad742" | ||
"gitHead": "98158f931423d503bf07d2583e2b5c70d53dddfc" | ||
} |
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
30913
752