@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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. 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: "linearizable" }
61024
+ readConcern: { level: "majority" }
61025
61025
  };
61026
61026
  this.client = new import_mongodb2.MongoClient(connectionString, options);
61027
61027
  this.database(databaseName);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@point-hub/papi",
3
- "version": "0.5.4",
3
+ "version": "0.5.5",
4
4
  "description": "Point API Framework",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",