Skip to content

Commit

Permalink
Update 3.60
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhorin committed Sep 3, 2023
1 parent c00f598 commit 44813bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 0 additions & 2 deletions db/MongoDatabase.js
Expand Up @@ -20,8 +20,6 @@ module.exports = class MongoDatabase extends Base {
});
this.settings.options = {
readPreference: 'primary',
useNewUrlParser: true,
useUnifiedTopology: true,
...this.settings.options
};
this._tableMap = {};
Expand Down
6 changes: 3 additions & 3 deletions package.json
@@ -1,14 +1,14 @@
{
"name": "areto",
"version": "3.5.3",
"version": "3.6.0",
"description": "Adaptive Node.js MVC Framework",
"author": {
"name": "Maxim Khorin",
"email": "maksimovichu@gmail.com"
},
"license": "Apache-2.0",
"engines": {
"node": ">=16.13.0"
"node": ">=16.20.1"
},
"homepage": "https://github.com/mkhorin/areto",
"repository": {
Expand All @@ -22,7 +22,7 @@
"express": "~4.18.2",
"express-session": "~1.17.2",
"moment": "~2.29.4",
"mongodb": "~5.6.0",
"mongodb": "~6.0.0",
"mysql": "~2.18.1",
"path-to-regexp": "~6.2.0"
},
Expand Down
4 changes: 1 addition & 3 deletions test/app/main/config/development-local.js
Expand Up @@ -12,9 +12,7 @@ module.exports = {
port: 27017,
user: '',
password: '',
options: {
useNewUrlParser: true
}
options: {}
}
}
}
Expand Down

0 comments on commit 44813bc

Please sign in to comment.