File tree Expand file tree Collapse file tree 2 files changed +2
-29
lines changed Expand file tree Collapse file tree 2 files changed +2
-29
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The official [MongoDB](https://www.mongodb.com/) driver for Node.js.
9
9
| what | where |
10
10
| ------------- | ------------------------------------------------------------------------------------------------------- |
11
11
| documentation | [ docs.mongodb.com/drivers/node] ( https://docs.mongodb.com/drivers/node ) |
12
- | api-doc | [ mongodb.github.io/node-mongodb-native/4.1 /] ( https://mongodb.github.io/node-mongodb-native/4.1 / ) |
12
+ | api-doc | [ mongodb.github.io/node-mongodb-native/4.2 /] ( https://mongodb.github.io/node-mongodb-native/4.2 / ) |
13
13
| npm package | [ www.npmjs.com/package/mongodb ] ( https://www.npmjs.com/package/mongodb ) |
14
14
| source | [ github.com/mongodb/node-mongodb-native] ( https://github.com/mongodb/node-mongodb-native ) |
15
15
| mongodb | [ www.mongodb.com ] ( https://www.mongodb.com ) |
Original file line number Diff line number Diff line change 2
2
"entryPoints" : [
3
3
" src/index.ts"
4
4
],
5
- "toc" : [
6
- " Admin" ,
7
- " AggregationCursor" ,
8
- " Binary" ,
9
- " BSONRegExp" ,
10
- " ChangeStream" ,
11
- " Code" ,
12
- " Collection" ,
13
- " Db" ,
14
- " Decimal128" ,
15
- " Double" ,
16
- " FindCursor" ,
17
- " GridFSBucket" ,
18
- " Int32" ,
19
- " Long" ,
20
- " MongoClient" ,
21
- " MongoClientOptions" ,
22
- " MongoError" ,
23
- " MongoNetworkError" ,
24
- " MongoParseError" ,
25
- " MongoServerSelectionError" ,
26
- " MongoTimeoutError" ,
27
- " MongoWriteConcernError" ,
28
- " ObjectId" ,
29
- " ReadConcern" ,
30
- " ReadPreference" ,
31
- " WriteConcern"
32
- ],
5
+ "excludeTags" : [" internal" ],
33
6
"out" : " docs/public"
34
7
}
You can’t perform that action at this time.
0 commit comments