@firestartr/cli 1.36.5 → 1.36.6

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
@@ -141732,7 +141732,7 @@ class GithubRepositoryChart extends BaseGithubChart {
141732
141732
  const features = [];
141733
141733
  for (const featurePatch of featuresPatches) {
141734
141734
  const featureClaim = await featurePatch.post(cr);
141735
- const renderedFeature = await (await new FeatureRepoChart(this, featureClaim.name, cr.spec.firestartr.tfStateKey, featureClaim, [], cr).render()).postRenderer([]);
141735
+ const renderedFeature = await (await new FeatureRepoChart(this, `${featureClaim.name}-feature`, cr.spec.firestartr.tfStateKey, featureClaim, [], cr).render()).postRenderer([]);
141736
141736
  features.push({
141737
141737
  claim: {
141738
141738
  kind: featureClaim.kind,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.36.5",
3
+ "version": "1.36.6",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",