@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.
@@ -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('.')))).flat(2);
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';
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "repository": {
4
4
  "url": "https://github.com/livequery/client"
5
5
  },
6
- "version": "1.0.50",
6
+ "version": "1.0.51",
7
7
  "description": "",
8
8
  "main": "build/index.js",
9
9
  "types": "build/index.d.ts",