@travetto/config
Advanced tools
Comparing version 3.1.0 to 3.1.1
{ | ||
"name": "@travetto/config", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Configuration support", | ||
@@ -29,5 +29,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@travetto/di": "^3.1.0", | ||
"@travetto/schema": "^3.1.0", | ||
"@travetto/yaml": "^3.1.0" | ||
"@travetto/di": "^3.1.1", | ||
"@travetto/schema": "^3.1.1", | ||
"@travetto/yaml": "^3.1.1" | ||
}, | ||
@@ -34,0 +34,0 @@ "travetto": { |
@@ -31,3 +31,3 @@ import util from 'util'; | ||
#sources: string[] = []; | ||
#secrets: (RegExp | string)[] = [/password|private|secret/i]; | ||
#secrets: (RegExp | string)[] = [/password|private|secret|(api(-|_)?key)/i]; | ||
@@ -34,0 +34,0 @@ /** |
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
26626
Updated@travetto/di@^3.1.1
Updated@travetto/schema@^3.1.1
Updated@travetto/yaml@^3.1.1