File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/internal-packages/indexes/lib Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 123
123
"marked" : " ^0.3.5" ,
124
124
"moment" : " ^2.10.6" ,
125
125
"mongodb" : " ^2.2.8" ,
126
- "mongodb-collection-model" : " ^0.2.3 " ,
126
+ "mongodb-collection-model" : " ^0.3.0 " ,
127
127
"mongodb-connection-model" : " ^6.2.0" ,
128
- "mongodb-data-service" : " ^1.8 .0" ,
128
+ "mongodb-data-service" : " ^1.9 .0" ,
129
129
"mongodb-database-model" : " ^0.1.2" ,
130
130
"mongodb-explain-plan-model" : " ^0.2.1" ,
131
131
"mongodb-extended-json" : " ^1.7.0" ,
132
- "mongodb-instance-model" : " ^3.1.7 " ,
132
+ "mongodb-instance-model" : " ^3.2.0 " ,
133
133
"mongodb-js-metrics" : " ^1.5.2" ,
134
134
"mongodb-language-model" : " ^0.3.3" ,
135
135
"mongodb-ns" : " ^1.0.3" ,
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ const HELP_URLS = {
15
15
TEXT : 'https://docs.mongodb.org/manual/core/index-text/' ,
16
16
HASHED : 'https://docs.mongodb.org/manual/core/index-hashed/' ,
17
17
REGULAR : 'https://docs.mongodb.com/manual/indexes/#single-field' ,
18
+ COLLATION : 'https://docs.mongodb.com/master/reference/bson-type-comparison-order/#collation' ,
18
19
UNKNOWN : null
19
20
} ;
20
21
You can’t perform that action at this time.
0 commit comments