couchdb-web-node-plugin 1.0.527 → 1.0.528
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/index.d.ts +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -26,8 +26,8 @@ export declare class Database implements PluginHandler {
|
|
|
26
26
|
* @param state.configuration - Applications configuration.
|
|
27
27
|
* @param state.services - Applications services.
|
|
28
28
|
*
|
|
29
|
-
* @returns A
|
|
30
|
-
*
|
|
29
|
+
* @returns A mapping to promises which correspond to the plugin specific
|
|
30
|
+
* continues services.
|
|
31
31
|
*/
|
|
32
32
|
static loadService({ configuration, services }: State): Promise<PluginPromises>;
|
|
33
33
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "couchdb-web-node-plugin",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.528",
|
|
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",
|