couchdb-web-node-plugin 1.0.555 → 1.0.556
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 +2 -14
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.556",
|
|
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",
|
|
@@ -293,22 +293,10 @@
|
|
|
293
293
|
]
|
|
294
294
|
}
|
|
295
295
|
},
|
|
296
|
-
"_scope": {
|
|
297
|
-
"_additional": {
|
|
298
|
-
"declaration": "Templatedata",
|
|
299
|
-
"description": "Values for template and language specific placeholder.",
|
|
300
|
-
"type": "_expressionMapping"
|
|
301
|
-
},
|
|
302
|
-
"parameter": {
|
|
303
|
-
"declaration": "Templateparameter",
|
|
304
|
-
"description": "Template specific option values.",
|
|
305
|
-
"type": "any"
|
|
306
|
-
}
|
|
307
|
-
},
|
|
308
296
|
"_stringMapping": {
|
|
309
297
|
"_additional": {
|
|
310
298
|
"declaration": "Templatedata",
|
|
311
|
-
"description": "
|
|
299
|
+
"description": "String mapped values.",
|
|
312
300
|
"emptyEqualsToNull": false,
|
|
313
301
|
"type": "string"
|
|
314
302
|
}
|