@firestartr/cli 1.45.0-snapshot-13 → 1.45.0-snapshot-14
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 +3 -0
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -280022,6 +280022,9 @@ async function runRenderer(globalsPath, initializersPath, claimsPath, crsPath, c
|
|
|
280022
280022
|
});
|
|
280023
280023
|
let claimRefsList = [];
|
|
280024
280024
|
if (claimRefs) {
|
|
280025
|
+
claimRefsList = claimRefs.replace(/\s/g, '').split(',');
|
|
280026
|
+
}
|
|
280027
|
+
else if (claimFilesList) {
|
|
280025
280028
|
claimRefsList = resolveClaimFilesList(claimFilesList);
|
|
280026
280029
|
}
|
|
280027
280030
|
try {
|