@livequery/client 1.0.50 → 1.0.51
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/build/Collection.js +1 -1
- package/package.json +1 -1
package/build/Collection.js
CHANGED
|
@@ -289,7 +289,7 @@ _CollectionObservable_$state = new WeakMap(), _CollectionObservable_subscription
|
|
|
289
289
|
const d = [r, ...c];
|
|
290
290
|
return refs_builder(d);
|
|
291
291
|
};
|
|
292
|
-
return path.split(',').map(f => refs_builder(f.trim().split('/').map(l => l.split('
|
|
292
|
+
return path.split(',').map(f => refs_builder(f.trim().split('/').map(l => l.split('|')))).flat(2);
|
|
293
293
|
}, _CollectionObservable_find_ref_by_id = function _CollectionObservable_find_ref_by_id(id) {
|
|
294
294
|
if (!id)
|
|
295
295
|
throw 'ID_NOT_FOUND';
|