@point-hub/papi 0.5.4 → 0.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -61021,7 +61021,7 @@ class MongoDBConnection {
|
|
|
61021
61021
|
this.databaseName = databaseName;
|
|
61022
61022
|
const options = {
|
|
61023
61023
|
writeConcern: { w: "majority" },
|
|
61024
|
-
readConcern: { level: "
|
|
61024
|
+
readConcern: { level: "majority" }
|
|
61025
61025
|
};
|
|
61026
61026
|
this.client = new import_mongodb2.MongoClient(connectionString, options);
|
|
61027
61027
|
this.database(databaseName);
|