@firestartr/cli 1.45.0-snapshot-15 → 1.45.0-snapshot-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.
Files changed (2) hide show
  1. package/build/index.js +3 -0
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -280039,6 +280039,9 @@ async function runRenderer(globalsPath, initializersPath, claimsPath, crsPath, c
280039
280039
  });
280040
280040
  let claimRefsList = [];
280041
280041
  if (claimRefs) {
280042
+ claimRefsList = claimRefs.replace(/\s/g, '').split(',');
280043
+ }
280044
+ else if (claimFilesList) {
280042
280045
  claimRefsList = resolveClaimFilesList(claimFilesList);
280043
280046
  }
280044
280047
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.45.0-snapshot-15",
3
+ "version": "1.45.0-snapshot-16",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",