Skip to content

Commit

Permalink
refactor(db-proxy): refact constructor of accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed Dec 14, 2023
1 parent 0873645 commit 374b00b
Show file tree
Hide file tree
Showing 17 changed files with 514 additions and 403 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"strings": true
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
// eslint
"eslint.alwaysShowStatus": true,
Expand Down Expand Up @@ -78,6 +78,7 @@
"millicores",
"MINIO",
"moby",
"mongorestore",
"MONOG",
"nestjs",
"objs",
Expand Down
159 changes: 112 additions & 47 deletions packages/cloud-sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cloud-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/ws": "^8.5.3",
"axios": "^1.2.1",
"database-proxy": "^1.0.0-beta.12",
"mongodb": "^4.12.1",
"mongodb": "^5.9.2",
"ws": "^8.11.0"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit 374b00b

Please sign in to comment.