Releases: jeffbski/wait-on
Releases · jeffbski/wait-on
v7.0.0
v6.0.1
v6.0.0
v5.3.0
Allow resources to be passed in via config file. Thanks @michaelmerrill for the PR.
Example config.js file with resources
module.exports = {
resources: ['http://localhost:8123', 'http://localhost:8123/foo'],
};v5.2.2
Updated [email protected]
Updated lodash dependency to close vulnerability
v5.2.1
v5.2.0
v5.1.0
Add proxy option which can override the http(s) proxy which might be configured in environment variables.
- opts.proxy: undefined, false, or object as defined in axios. Default is undefined. If not set (undefined) axios detects proxy from env vars http_proxy and https_proxy. https://github.com/axios/axios#config-defaults
// example proxy object
{
host: '127.0.0.1',
port: 9000,
auth: {
username: 'mikeymike',
password: 'rapunz3l'
}
}v5.0.3
update to [email protected]
v5.0.2
[email protected] update which resolved some potential lodash vulnerabilities