@firestartr/cli 1.42.1-snapshot-7 → 1.42.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
@@ -287211,7 +287211,7 @@ function extractVirtualRefs(parsedClaim) {
287211
287211
  switch (parsedClaim.kind) {
287212
287212
  case 'ComponentClaim': {
287213
287213
  if (parsedClaim.providers.github.orgPermissions === 'view' ||
287214
- parsedClaim.providers.github.orgPermissions === 'maintain') {
287214
+ parsedClaim.providers.github.orgPermissions === 'contribute') {
287215
287215
  refsExtractor_log(`Adding virtual reference for ${parsedClaim.providers.github.org}-all`);
287216
287216
  virtualRefs.push(`GroupClaim-${parsedClaim.providers.github.org}-all`);
287217
287217
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.42.1-snapshot-7",
3
+ "version": "1.42.1",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",