@unifig/core
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "@unifig/core", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Universal, typed and validated configuration manager", | ||
@@ -46,3 +46,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "8578b78265ddc8eca2382bb4fe184a3e3d4fe8dd" | ||
"gitHead": "254a28e9924f0d3148123d18357d02558a8c5249" | ||
} |
@@ -88,3 +88,3 @@ <h1 align="center">Unifig</h1> | ||
console.log(Config.values(Settings).port); // output: 3000 | ||
console.log(Config.getValues(Settings).port); // output: 3000 | ||
} | ||
@@ -109,6 +109,6 @@ | ||
config.log(Config.values(Settings).someProperty) | ||
config.log(Config.values(AnotherSettings).someProperty) | ||
config.log(Config.values(MoreAnotherSettings).someProperty) | ||
config.log(Config.values(YetMoreAnotherSettings).someProperty) | ||
config.log(Config.getValues(Settings).someProperty) | ||
config.log(Config.getValues(AnotherSettings).someProperty) | ||
config.log(Config.getValues(MoreAnotherSettings).someProperty) | ||
config.log(Config.getValues(YetMoreAnotherSettings).someProperty) | ||
} | ||
@@ -115,0 +115,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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
32983
0