couchdb-web-node-plugin 1.0.746 → 1.0.747

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.746",
3
+ "version": "1.0.747",
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
@@ -319,6 +319,7 @@ export interface CouchDB<Type extends object = Mapping<unknown>> {
319
319
  connector: Connector;
320
320
  server: {
321
321
  express?: Express;
322
+ expressPouchDB?: Express;
322
323
  process?: ChildProcess | HTTPServer;
323
324
  reject: (value: Error | ProcessCloseReason) => void;
324
325
  resolve: (reason?: ProcessCloseReason) => void;