@muze-nl/jsfs-solid 0.1.10 → 0.1.11

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/dist/browser.js CHANGED
@@ -14729,7 +14729,7 @@
14729
14729
  if (!result2.data.primary?.ldp$contains) {
14730
14730
  throw new Error(path + " could not find ldp container", { cause: result2 });
14731
14731
  }
14732
- from(result2.data.primary.ldp$contains).where({
14732
+ return from(result2.data.primary.ldp$contains).where({
14733
14733
  a: "ldp$Resource"
14734
14734
  }).select({
14735
14735
  filename: (o) => jsfs.path.filename(metro.url(o.id).pathname),