@riboseinc/anafero-cli 0.0.11 → 0.0.13
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(`
|
|
316955
|
+
if (cache3.has(`path-for/${resourceURI}`)) {
|
|
316956
316956
|
try {
|
|
316957
316957
|
const path3 = cache3.get(`path-for/${resourceURI}`);
|
|
316958
|
-
return path3 && path3.indexOf("#") <
|
|
316958
|
+
return path3 && path3.indexOf("#") < 0;
|
|
316959
316959
|
} catch (e2) {
|
|
316960
316960
|
return false;
|
|
316961
316961
|
}
|
|
@@ -316989,10 +316989,6 @@ var makeContentReader = async function(entryPointURI, storeAdapters, contentAdap
|
|
|
316989
316989
|
return cache3.list(`graphs/${resourceURI}`);
|
|
316990
316990
|
}
|
|
316991
316991
|
function processResourceContents(resourceURI, containingResourcePath) {
|
|
316992
|
-
if (containingResourcePath.indexOf("tocC/tocC_03/tocC_03_01/tocC_03_01_04") >= 0) {
|
|
316993
|
-
console.debug("Marking as contained", containingResourcePath, resourceURI);
|
|
316994
|
-
console.debug(`${containingResourcePath}#${resourceURI}`);
|
|
316995
|
-
}
|
|
316996
316992
|
cache3.set({
|
|
316997
316993
|
[`path-for/${resourceURI}`]: `${containingResourcePath}#${resourceURI}`
|
|
316998
316994
|
});
|
package/package.json
CHANGED
|
index 11200ad..680b276 100644
|
|
|
Binary file
|