couchdb-web-node-plugin 1.0.754 → 1.0.756

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "couchdb-web-node-plugin",
3
- "version": "1.0.754",
3
+ "version": "1.0.756",
4
4
  "description": "A couchdb server, model instance conflict handler, rest api, authentication, session management, schema validator and model relation guarantee for webNode.",
5
5
  "keywords": [
6
6
  "api",
package/type.d.ts CHANGED
@@ -302,7 +302,7 @@ export interface CoreConfiguration<Type extends object = Mapping<unknown>, Attac
302
302
  password: string;
303
303
  roles: Array<string>;
304
304
  }>;
305
- views: Mapping<Mapping<{
305
+ materializedViews: Mapping<Mapping<{
306
306
  query: PouchDB.Find.FindRequest<object>;
307
307
  initialMapperExpression?: string;
308
308
  updateExpression?: string;