@resolveio/server-lib 20.8.1 → 20.8.3

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.
@@ -826,7 +826,8 @@ var MongoManagerModel = /** @class */ (function () {
826
826
  createLogs: false,
827
827
  checkSchema: false,
828
828
  collectionOptions: null,
829
- skipCache: true
829
+ skipCache: true,
830
+ bypassSession: true
830
831
  };
831
832
  if (options.collectionName === 'users') {
832
833
  this.collection_version = MongoManagerUserCollection.create(versionOptions);