@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.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. 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(entryPath, claimsPath, forbidRelativeFileListPaths));
286269
+ .map((entryPath) => getClaimsEntryAbsolutePath(claimsPath, entryPath, forbidRelativeFileListPaths));
286270
286270
  claimRefsList = await resolveClaimEntries(claimFilesListPaths);
286271
286271
  }
286272
286272
  else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.47.0-snapshot-0",
3
+ "version": "1.47.0-snapshot-1",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",