couchdb-web-node-plugin 2.0.835 → 2.0.836
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/helper.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
- package/type.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "couchdb-web-node-plugin",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.836",
|
|
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
|
@@ -166,7 +166,7 @@ export interface DocumentUpdateStrategyMeta {
|
|
|
166
166
|
_updateStrategy?: UpdateStrategy;
|
|
167
167
|
}
|
|
168
168
|
export interface DocumentIgnoreIfNoOldDocumentMeta {
|
|
169
|
-
|
|
169
|
+
_ignoreIfNoOldDocument: boolean;
|
|
170
170
|
}
|
|
171
171
|
export interface DocumentTypeMeta {
|
|
172
172
|
'-type': string;
|