@firestartr/cli 1.52.0-snapshot-3 → 1.52.0-snapshot-4

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
@@ -364074,7 +364074,7 @@ class RepoSecretsSectionChart extends BaseGithubChart {
364074
364074
  },
364075
364075
  },
364076
364076
  spec: {
364077
- context: claim.context,
364077
+ context: this.get('repoCr').spec?.context,
364078
364078
  org: claim.org,
364079
364079
  repositoryTarget,
364080
364080
  secrets: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.52.0-snapshot-3",
3
+ "version": "1.52.0-snapshot-4",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",