Skip to content

Commit 6e3b0bc

Browse files
authored
COMPASS-4444 - fix: $out and $sql not shown when connected to a data lake (#2047)
* COMPASS-4444: fix $out and $sql not shown when connected to a data lake * bump compass aggregations
1 parent 150ad43 commit 6e3b0bc

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
"url": "git://github.com/mongodb-js/compass.git"
250250
},
251251
"dependencies": {
252-
"@mongodb-js/compass-aggregations": "^7.1.6",
252+
"@mongodb-js/compass-aggregations": "^7.1.7",
253253
"@mongodb-js/compass-app-stores": "^4.0.2",
254254
"@mongodb-js/compass-auth-kerberos": "^4.0.1",
255255
"@mongodb-js/compass-auth-ldap": "^4.0.1",
@@ -259,7 +259,7 @@
259259
"@mongodb-js/compass-collection-stats": "^5.0.5",
260260
"@mongodb-js/compass-collections-ddl": "^3.0.4",
261261
"@mongodb-js/compass-connect": "^5.4.13",
262-
"@mongodb-js/compass-crud": "^10.0.3",
262+
"@mongodb-js/compass-crud": "^10.0.4",
263263
"@mongodb-js/compass-database": "^1.0.1",
264264
"@mongodb-js/compass-databases-ddl": "^3.0.4",
265265
"@mongodb-js/compass-deployment-awareness": "^10.0.7",
@@ -328,7 +328,7 @@
328328
"marky": "^1.2.0",
329329
"moment": "^2.10.6",
330330
"mongodb": "^3.6.1",
331-
"mongodb-ace-autocompleter": "^0.4.11",
331+
"mongodb-ace-autocompleter": "^0.4.12",
332332
"mongodb-ace-mode": "^0.4.1",
333333
"mongodb-ace-theme": "^0.0.1",
334334
"mongodb-ace-theme-query": "^0.0.2",

0 commit comments

Comments
 (0)