@riboseinc/anafero-cli 0.0.11 → 0.0.12

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-site.mjs CHANGED
@@ -316952,10 +316952,10 @@ var makeContentReader = async function(entryPointURI, storeAdapters, contentAdap
316952
316952
  }
316953
316953
  }
316954
316954
  function isInPageHierarchy(resourceURI) {
316955
- if (cache3.has(`graphs/${resourceURI}`)) {
316955
+ if (cache3.has(`path-for/${resourceURI}`)) {
316956
316956
  try {
316957
316957
  const path3 = cache3.get(`path-for/${resourceURI}`);
316958
- return path3 && path3.indexOf("#") < 1;
316958
+ return path3 && path3.indexOf("#") < 0;
316959
316959
  } catch (e2) {
316960
316960
  return false;
316961
316961
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@riboseinc/anafero-cli",
3
3
  "type": "module",
4
- "version": "0.0.11",
4
+ "version": "0.0.12",
5
5
  "packageManager": "yarn@4.5.0",
6
6
  "bin": {
7
7
  "build-site": "build-site.mjs"
index 11200ad..def3db5 100644
Binary file