@riboseinc/anafero-cli 0.0.7 → 0.0.8
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
|
@@ -317046,7 +317046,7 @@ var makeContentReader = async function(entryPointURI, storeAdapters, contentAdap
|
|
|
317046
317046
|
findURL: function findURL(resourceURI) {
|
|
317047
317047
|
const maybePath = cache3.get(`path-for/${resourceURI}`);
|
|
317048
317048
|
if (maybePath) {
|
|
317049
|
-
return maybePath
|
|
317049
|
+
return maybePath.startsWith("/") ? maybePath : `/${maybePath}`;
|
|
317050
317050
|
} else {
|
|
317051
317051
|
throw new Error("Unable to find URL for resource");
|
|
317052
317052
|
}
|
package/package.json
CHANGED
|
index f502322..d9975be 100644
|
|
|
Binary file
|