@firestartr/cli 1.47.0-snapshot-0 → 1.47.0-snapshot-1
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/index.js +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -286266,7 +286266,7 @@ async function runRenderer(globalsPath, initializersPath, claimsPath, crsPath, c
|
|
|
286266
286266
|
const claimFilesListPaths = claimFilesList
|
|
286267
286267
|
.replace(/\s/g, '')
|
|
286268
286268
|
.split(',')
|
|
286269
|
-
.map((entryPath) => getClaimsEntryAbsolutePath(
|
|
286269
|
+
.map((entryPath) => getClaimsEntryAbsolutePath(claimsPath, entryPath, forbidRelativeFileListPaths));
|
|
286270
286270
|
claimRefsList = await resolveClaimEntries(claimFilesListPaths);
|
|
286271
286271
|
}
|
|
286272
286272
|
else {
|