Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: update devtools-connect and add necessary proxy api stub
  • Loading branch information
nbbeeken committed Dec 3, 2025
commit 0db004094c57b4e4dba77b732e004ceb02b5aa8a
32 changes: 16 additions & 16 deletions 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/atlas-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@mongodb-js/compass-user-data": "^0.11.2",
"@mongodb-js/compass-utils": "^0.9.23",
"@mongodb-js/connection-info": "^0.24.0",
"@mongodb-js/devtools-connect": "^3.11.0",
"@mongodb-js/devtools-connect": "^3.12.0",
"@mongodb-js/devtools-proxy-support": "^0.5.5",
"@mongodb-js/oidc-plugin": "^2.0.4",
"compass-preferences-model": "^2.66.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
export function createAgent(): void {
// The original can return 'undefined' as well
}
export function isExistingAgentInstance(): boolean {
return false;
}
export function useOrCreateAgent(): void {
// The original can return 'undefined' as well
}
Expand Down
2 changes: 1 addition & 1 deletion packages/data-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"dependencies": {
"@mongodb-js/compass-utils": "^0.9.23",
"@mongodb-js/devtools-connect": "^3.11.0",
"@mongodb-js/devtools-connect": "^3.12.0",
"@mongodb-js/devtools-proxy-support": "^0.5.5",
"bson": "^6.10.4",
"debug": "^4.3.4",
Expand Down
Loading