@firestartr/cli 1.56.1-snapshot-6 → 1.56.1-snapshot-8

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 -2
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -367090,7 +367090,8 @@ function getClaimPathFromCR(claimsBasePath, cr) {
367090
367090
  FirestartrGithubRepository: 'components',
367091
367091
  FirestartrGithubMembership: 'users',
367092
367092
  };
367093
- return external_path_.join(claimsBasePath, mapCrsToClaims[cr.kind], `${cr.metadata.annotations[catalog_common.generic.getFirestartrAnnotation('external-name')]}.yaml`.toLowerCase());
367093
+ const claimRef = `${cr.metadata.annotations['firestartr.dev/claim-ref']}.yaml`.toLowerCase();
367094
+ return external_path_.join(claimsBasePath, mapCrsToClaims[cr.kind], claimRef.replace(/^[^/]+/, ''));
367094
367095
  }
367095
367096
  function getCrPath(crsBasePath, cr) {
367096
367097
  return external_path_.join(crsBasePath, `${cr.kind}.${cr.metadata.name}.yaml`);
@@ -376451,7 +376452,7 @@ const crs_analyzerSubcommand = {
376451
376452
  };
376452
376453
 
376453
376454
  ;// CONCATENATED MODULE: ./package.json
376454
- const package_namespaceObject = JSON.parse('{"i8":"1.56.1-snapshot-6"}');
376455
+ const package_namespaceObject = JSON.parse('{"i8":"1.56.1-snapshot-8"}');
376455
376456
  ;// CONCATENATED MODULE: ../../package.json
376456
376457
  const package_namespaceObject_1 = {"i8":"1.56.0"};
376457
376458
  ;// CONCATENATED MODULE: ./src/subcommands/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.56.1-snapshot-6",
3
+ "version": "1.56.1-snapshot-8",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",