@riboseinc/anafero-cli 0.0.15 → 0.0.16
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
|
@@ -316914,7 +316914,7 @@ var makeContentReader = async function(entryPointURI, storeAdapters, contentAdap
|
|
|
316914
316914
|
}
|
|
316915
316915
|
}
|
|
316916
316916
|
function maybeGetPathComponent(relation) {
|
|
316917
|
-
if (!isURIString(relation.target)) {
|
|
316917
|
+
if (!isURIString(relation.target) || contentAdapter.crossReferences?.(relation)) {
|
|
316918
316918
|
return null;
|
|
316919
316919
|
}
|
|
316920
316920
|
if (!contentAdapter.contributingToHierarchy) {
|
package/dependencies.mts
CHANGED
|
@@ -138,9 +138,9 @@ const decoder = new TextDecoder();
|
|
|
138
138
|
/**
|
|
139
139
|
* Given a module reference (URI), fetches and provides a tuple
|
|
140
140
|
* with instantiated module and a map of any other generated files.
|
|
141
|
-
* NOTE: Doesn’t really
|
|
141
|
+
* NOTE: Doesn’t really validate that returned module conforms to anything.
|
|
142
142
|
*
|
|
143
|
-
* This currently relies on Node, and is therefore in the CLI module
|
|
143
|
+
* This currently relies on Node, and is therefore here in the CLI module;
|
|
144
144
|
* see TODO about resolveDir about making dependencies buildable
|
|
145
145
|
* in the browser.
|
|
146
146
|
*/
|
package/package.json
CHANGED
|
index 7a60455..2dac1a2 100644
|
|
|
Binary file
|