@firestartr/cli 2.7.0-snapshot-17 → 2.7.0-snapshot-18
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 +2 -2
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -290172,7 +290172,7 @@ async function renderClaim(catalogScope, firestartrScope, claim, patches, previo
|
|
|
290172
290172
|
.map((segment) => encodeURIComponent(segment))
|
|
290173
290173
|
.join('/');
|
|
290174
290174
|
apiAnnotations['backstage.io/edit-url'] =
|
|
290175
|
-
`${repoUrl}/blob/${
|
|
290175
|
+
`${repoUrl}/blob/${getDefaultBranch()}/${relativePath}`;
|
|
290176
290176
|
}
|
|
290177
290177
|
const apiChart = new charts.CatalogApiChart(catalogScope, `${chartId}-api-${sanitizedApiName}`, firestartrId, {
|
|
290178
290178
|
name: sanitizedApiName,
|
|
@@ -304517,7 +304517,7 @@ const crs_analyzerSubcommand = {
|
|
|
304517
304517
|
};
|
|
304518
304518
|
|
|
304519
304519
|
;// CONCATENATED MODULE: ./package.json
|
|
304520
|
-
const package_namespaceObject = JSON.parse('{"i8":"2.7.0-snapshot-
|
|
304520
|
+
const package_namespaceObject = JSON.parse('{"i8":"2.7.0-snapshot-18"}');
|
|
304521
304521
|
;// CONCATENATED MODULE: ../../package.json
|
|
304522
304522
|
const package_namespaceObject_1 = {"i8":"2.6.4"};
|
|
304523
304523
|
;// CONCATENATED MODULE: ./src/subcommands/index.ts
|