@firestartr/cli 1.50.1-snapshot-38 → 1.50.1-snapshot-39
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 +6 -6
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -298362,12 +298362,12 @@ async function getOrgTeamsDirectAccess(org) {
|
|
|
298362
298362
|
nodes {
|
|
298363
298363
|
id
|
|
298364
298364
|
name
|
|
298365
|
-
|
|
298366
|
-
|
|
298367
|
-
|
|
298368
|
-
|
|
298369
|
-
|
|
298370
|
-
|
|
298365
|
+
repositories {
|
|
298366
|
+
edges {
|
|
298367
|
+
permission
|
|
298368
|
+
node {
|
|
298369
|
+
name
|
|
298370
|
+
}
|
|
298371
298371
|
}
|
|
298372
298372
|
}
|
|
298373
298373
|
}
|