Skip to content

Commit 0db0040

Browse files
committed
chore: update devtools-connect and add necessary proxy api stub
1 parent de44e19 commit 0db0040

File tree

4 files changed

+21
-18
lines changed

4 files changed

+21
-18
lines changed

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/atlas-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@mongodb-js/compass-user-data": "^0.11.2",
7777
"@mongodb-js/compass-utils": "^0.9.23",
7878
"@mongodb-js/connection-info": "^0.24.0",
79-
"@mongodb-js/devtools-connect": "^3.11.0",
79+
"@mongodb-js/devtools-connect": "^3.12.0",
8080
"@mongodb-js/devtools-proxy-support": "^0.5.5",
8181
"@mongodb-js/oidc-plugin": "^2.0.4",
8282
"compass-preferences-model": "^2.66.3",

packages/compass-web/polyfills/@mongodb-js/devtools-proxy-support/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
export function createAgent(): void {
22
// The original can return 'undefined' as well
33
}
4+
export function isExistingAgentInstance(): boolean {
5+
return false;
6+
}
47
export function useOrCreateAgent(): void {
58
// The original can return 'undefined' as well
69
}

packages/data-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"dependencies": {
5555
"@mongodb-js/compass-utils": "^0.9.23",
56-
"@mongodb-js/devtools-connect": "^3.11.0",
56+
"@mongodb-js/devtools-connect": "^3.12.0",
5757
"@mongodb-js/devtools-proxy-support": "^0.5.5",
5858
"bson": "^6.10.4",
5959
"debug": "^4.3.4",

0 commit comments

Comments
 (0)