@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.
- package/build/index.js +1 -1
- 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 === '
|
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
|
}
|