Skip to content

Commit 5bc9935

Browse files
authored
fix: improve schema analysis on big collections COMPASS-4154 (#2105)
* update import export * fix: improve schema analysis on big collections COMPASS-4154
1 parent 5c26d67 commit 5bc9935

File tree

2 files changed

+38
-46
lines changed

2 files changed

+38
-46
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
"@mongodb-js/compass-plugin-info": "^2.0.1",
275275
"@mongodb-js/compass-query-bar": "^6.2.0",
276276
"@mongodb-js/compass-query-history": "^7.0.4",
277-
"@mongodb-js/compass-schema": "^2.0.10",
277+
"@mongodb-js/compass-schema": "^2.1.0",
278278
"@mongodb-js/compass-schema-validation": "^4.0.5",
279279
"@mongodb-js/compass-server-version": "^4.0.1",
280280
"@mongodb-js/compass-serverstats": "^14.0.0",
@@ -332,7 +332,7 @@
332332
"mongodb-ace-theme-query": "^0.0.2",
333333
"mongodb-collection-model": "^3.1.0",
334334
"mongodb-connection-model": "^19.0.2",
335-
"mongodb-data-service": "^18.2.1",
335+
"mongodb-data-service": "^19.0.0",
336336
"mongodb-database-model": "^0.1.3",
337337
"mongodb-explain-plan-model": "^0.2.3",
338338
"mongodb-extended-json": "^1.11.0",

0 commit comments

Comments
 (0)