indexzero / nconf

Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.
https://github.com/indexzero/nconf
MIT License
3.87k stars 253 forks source link

Inconsistency between npm artifact and source code in v0.x branch #401

Closed anirudhb-sf closed 2 years ago

anirudhb-sf commented 2 years ago

The source code in branch v0.x brings in async:^3.0.0 from here, however the published artifact references async:^1.4.0. Request for a new version of nconf to be published so that it references async:^3.0.0

mhamann commented 2 years ago

The v0.x branch is slightly ahead of the released npm code. A new npm release will be published soon with the upgraded dependency.

anirudhb-sf commented 2 years ago

@mhamann any update on this? We depend on nconf 0.x version and the package is currently flagged due to its dependence on async:^1.4.0

mhamann commented 2 years ago

v0.12.0 has been released, which resolves this issue.