Skip to content

Commit 2eacfe2

Browse files
committed
1.4.2
1 parent f198486 commit 2eacfe2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "relational-pouch",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "PouchDB, relational-style",
55
"homepage": "https://github.com/nolanlawson/relational-pouch",
66
"authors": [

dist/pouchdb.relational-pouch.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ exports.setSchema = function (schema) {
473473

474474
function find(type, idOrIds) {
475475
return Promise.resolve().then(function () {
476-
return _find(type, idOrIds, new collections.Map());
476+
return _find(getTypeInfo(type).singular, idOrIds, new collections.Map());
477477
});
478478
}
479479

dist/pouchdb.relational-pouch.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "relational-pouch",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "PouchDB, relational style",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)