Skip to content

Commit afee5c4

Browse files
authored
feat(compass-aggregations): update mongodb-constants to show $vectorSearch operator for mongodb 6.0.10 (#4894)
chore(compass-aggregations): update compass-constants and fix all usage of constants filtering
1 parent b2eee32 commit afee5c4

File tree

11 files changed

+259
-222
lines changed

11 files changed

+259
-222
lines changed

package-lock.json

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

packages/compass-aggregations/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@mongodb-js/compass-user-data": "^0.1.2",
4747
"@mongodb-js/compass-utils": "^0.4.0",
4848
"@mongodb-js/explain-plan-helper": "^1.1.2",
49-
"@mongodb-js/mongodb-constants": "^0.7.1",
49+
"@mongodb-js/mongodb-constants": "^0.8.3",
5050
"@mongodb-js/mongodb-redux-common": "^2.0.11",
5151
"bson": "^6.0.0",
5252
"compass-preferences-model": "^2.14.0",
@@ -106,7 +106,7 @@
106106
"@mongodb-js/compass-user-data": "^0.1.2",
107107
"@mongodb-js/compass-utils": "^0.4.0",
108108
"@mongodb-js/explain-plan-helper": "^1.1.2",
109-
"@mongodb-js/mongodb-constants": "^0.7.1",
109+
"@mongodb-js/mongodb-constants": "^0.8.3",
110110
"@mongodb-js/mongodb-redux-common": "^2.0.11",
111111
"bson": "^6.0.0",
112112
"compass-preferences-model": "^2.14.0",

0 commit comments

Comments
 (0)