@backstage/plugin-catalog-backend-module-github-org 0.3.16-next.1 → 0.3.16
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/CHANGELOG.md +12 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend-module-github-org
|
|
2
2
|
|
|
3
|
+
## 0.3.16
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 999d1c1: Added configurable `pageSizes` for GitHub GraphQL API queries to prevent `RESOURCE_LIMITS_EXCEEDED` errors with organizations with large number of teams and members. Please see the [GitHub Org Data documentation](https://backstage.io/docs/integrations/github/org#configuration-details) for new configuration options.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/plugin-catalog-node@1.20.0
|
|
10
|
+
- @backstage/backend-plugin-api@1.5.0
|
|
11
|
+
- @backstage/plugin-catalog-backend-module-github@0.11.2
|
|
12
|
+
- @backstage/plugin-events-node@0.4.17
|
|
13
|
+
- @backstage/config@1.3.6
|
|
14
|
+
|
|
3
15
|
## 0.3.16-next.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-backend-module-github-org",
|
|
3
|
-
"version": "0.3.16
|
|
3
|
+
"version": "0.3.16",
|
|
4
4
|
"description": "The github-org backend module for the catalog plugin.",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"test": "backstage-cli package test"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@backstage/backend-plugin-api": "1.5.0
|
|
40
|
-
"@backstage/config": "1.3.6
|
|
41
|
-
"@backstage/plugin-catalog-backend-module-github": "0.11.2
|
|
42
|
-
"@backstage/plugin-catalog-node": "1.20.0
|
|
43
|
-
"@backstage/plugin-events-node": "0.4.17
|
|
39
|
+
"@backstage/backend-plugin-api": "^1.5.0",
|
|
40
|
+
"@backstage/config": "^1.3.6",
|
|
41
|
+
"@backstage/plugin-catalog-backend-module-github": "^0.11.2",
|
|
42
|
+
"@backstage/plugin-catalog-node": "^1.20.0",
|
|
43
|
+
"@backstage/plugin-events-node": "^0.4.17"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@backstage/backend-test-utils": "1.10.0
|
|
47
|
-
"@backstage/cli": "0.34.5
|
|
46
|
+
"@backstage/backend-test-utils": "^1.10.0",
|
|
47
|
+
"@backstage/cli": "^0.34.5"
|
|
48
48
|
},
|
|
49
49
|
"typesVersions": {
|
|
50
50
|
"*": {
|