@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.
Files changed (2) hide show
  1. package/build/index.js +6 -6
  2. 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
- repositories {
298367
- edges {
298368
- permission
298369
- node {
298370
- name
298365
+ repositories {
298366
+ edges {
298367
+ permission
298368
+ node {
298369
+ name
298370
+ }
298371
298371
  }
298372
298372
  }
298373
298373
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.50.1-snapshot-38",
3
+ "version": "1.50.1-snapshot-39",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",