@backstage/plugin-catalog-backend-module-github-org 0.0.0-nightly-20251208024454 → 0.0.0-nightly-20251211024719

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/CHANGELOG.md +16 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-catalog-backend-module-github-org
2
2
 
3
- ## 0.0.0-nightly-20251208024454
3
+ ## 0.0.0-nightly-20251211024719
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -10,11 +10,22 @@
10
10
  Note that this option should be used only against GitHub Enterprise instances, the property does not exist in the github.com GraphQL schema, setting it will cause a schema validation error and the syncing of users will fail.
11
11
 
12
12
  - Updated dependencies
13
- - @backstage/plugin-events-node@0.0.0-nightly-20251208024454
14
- - @backstage/backend-plugin-api@0.0.0-nightly-20251208024454
15
- - @backstage/plugin-catalog-backend-module-github@0.0.0-nightly-20251208024454
13
+ - @backstage/plugin-events-node@0.0.0-nightly-20251211024719
14
+ - @backstage/backend-plugin-api@0.0.0-nightly-20251211024719
15
+ - @backstage/plugin-catalog-backend-module-github@0.0.0-nightly-20251211024719
16
16
  - @backstage/config@1.3.6
17
- - @backstage/plugin-catalog-node@0.0.0-nightly-20251208024454
17
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20251211024719
18
+
19
+ ## 0.3.17-next.2
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+ - @backstage/plugin-events-node@0.4.18-next.1
25
+ - @backstage/backend-plugin-api@1.6.0-next.1
26
+ - @backstage/config@1.3.6
27
+ - @backstage/plugin-catalog-backend-module-github@0.11.3-next.2
28
+ - @backstage/plugin-catalog-node@1.20.1-next.1
18
29
 
19
30
  ## 0.3.17-next.1
20
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-github-org",
3
- "version": "0.0.0-nightly-20251208024454",
3
+ "version": "0.0.0-nightly-20251211024719",
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": "0.0.0-nightly-20251208024454",
39
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20251211024719",
40
40
  "@backstage/config": "1.3.6",
41
- "@backstage/plugin-catalog-backend-module-github": "0.0.0-nightly-20251208024454",
42
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20251208024454",
43
- "@backstage/plugin-events-node": "0.0.0-nightly-20251208024454"
41
+ "@backstage/plugin-catalog-backend-module-github": "0.0.0-nightly-20251211024719",
42
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20251211024719",
43
+ "@backstage/plugin-events-node": "0.0.0-nightly-20251211024719"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/backend-test-utils": "0.0.0-nightly-20251208024454",
47
- "@backstage/cli": "0.0.0-nightly-20251208024454"
46
+ "@backstage/backend-test-utils": "0.0.0-nightly-20251211024719",
47
+ "@backstage/cli": "0.0.0-nightly-20251211024719"
48
48
  },
49
49
  "typesVersions": {
50
50
  "*": {