@riboseinc/anafero-cli 0.0.12 → 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
|
@@ -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 def3db5..680b276 100644
|
|
|
Binary file
|