@firestartr/cli 1.50.1-snapshot-37 → 1.50.1-snapshot-38
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
|
@@ -298362,6 +298362,7 @@ async function getOrgTeamsDirectAccess(org) {
|
|
|
298362
298362
|
nodes {
|
|
298363
298363
|
id
|
|
298364
298364
|
name
|
|
298365
|
+
}
|
|
298365
298366
|
repositories {
|
|
298366
298367
|
edges {
|
|
298367
298368
|
permission
|
|
@@ -298376,8 +298377,7 @@ async function getOrgTeamsDirectAccess(org) {
|
|
|
298376
298377
|
}
|
|
298377
298378
|
}
|
|
298378
298379
|
}
|
|
298379
|
-
}
|
|
298380
|
-
}`, { org });
|
|
298380
|
+
}`, { org });
|
|
298381
298381
|
return transformGraphQLResponse(response);
|
|
298382
298382
|
}
|
|
298383
298383
|
function transformGraphQLResponse(response) {
|