@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.
Files changed (2) hide show
  1. package/build/index.js +3 -0
  2. 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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.45.0-snapshot-13",
3
+ "version": "1.45.0-snapshot-14",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",