@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(`
|
|
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
|
}
|
package/package.json
CHANGED
|
index 11200ad..def3db5 100644
|
|
|
Binary file
|