diff --git a/README.md b/README.md index 0b070677..0f54ef88 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This adapter saves state history in a two-staged process. --> ## Changelog -### 1.10.0 (2021-12-14) +### __WORK IN PROGRESS__ * (bluefox) Support only `js.controller` >= 3.3.x * (bluefox) Used system/custom view for collecting the objects diff --git a/io-package.json b/io-package.json index f2f0cde5..30cc1566 100644 --- a/io-package.json +++ b/io-package.json @@ -188,15 +188,5 @@ "changesMinDelta": 0, "writeNulls": true }, - "objects": [ - { - "_id": "_design/custom", - "language": "javascript", - "views": { - "state": { - "map": "function(doc) { doc.type === 'state' && doc.common && doc.common.custom && emit(doc._id, doc.common.custom) }" - } - } - } - ] + "objects": [] }