When running feathers 5.0.37 I am getting from @feathersjs/configuration this error ;
config.util.getEnv does not exist anymore on newer version of config , which is used by @feathersjs/configuration ;
The culprit looks to be config lib ( version 4.x.x ) ; Only version 5.0.34 @feathersjs/configuration seems to work fine ;
Is there an upcoming fix for this ?