Skip to content

Commit

Permalink
Merge pull request #20 from SorinGFS:dev
Browse files Browse the repository at this point in the history
bump zerodep to 1.4.0
  • Loading branch information
SorinGFS authored Feb 27, 2023
2 parents b101d22 + d7a259f commit fd0510e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = (workdir, filter) => {
};
let configs = [];
enabled.forEach((config) => configs.push(require(fs.pathResolve(workdir, 'available', config))));
fn.replaceDeep(configs, 'include', sources);
fn.replaceDeepKey('include', sources, configs);
const filtered = configs.filter((config) => {
return filter(config);
});
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webaccess",
"version": "1.6.1",
"version": "1.6.2",
"description": "Access Management Reverse Proxy based on JWT.",
"main": "index.js",
"scripts": {
Expand All @@ -23,7 +23,7 @@
"webaccess-actions": "1.6.0",
"webaccess-middlewares": "1.6.0",
"webaccess-servers": "1.6.0",
"zerodep": "1.3.0"
"zerodep": "1.4.0"
},
"devDependencies": {
"commander": "^8.2.0",
Expand Down

0 comments on commit fd0510e

Please sign in to comment.