@backstage/plugin-catalog-backend-module-github-org 0.0.0-nightly-20260217031303 → 0.0.0-nightly-20260221030612

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 -6
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,16 +1,26 @@
1
1
  # @backstage/plugin-catalog-backend-module-github-org
2
2
 
3
- ## 0.0.0-nightly-20260217031303
3
+ ## 0.0.0-nightly-20260221030612
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - cfd8103: Updated imports to use stable catalog extension points from `@backstage/plugin-catalog-node` instead of the deprecated alpha exports.
8
7
  - Updated dependencies
9
- - @backstage/plugin-catalog-backend-module-github@0.0.0-nightly-20260217031303
10
- - @backstage/plugin-catalog-node@0.0.0-nightly-20260217031303
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20260217031303
12
- - @backstage/plugin-events-node@0.0.0-nightly-20260217031303
8
+ - @backstage/plugin-catalog-backend-module-github@0.0.0-nightly-20260221030612
9
+ - @backstage/backend-plugin-api@1.7.0
13
10
  - @backstage/config@1.3.6
11
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20260221030612
12
+ - @backstage/plugin-events-node@0.4.19
13
+
14
+ ## 0.3.19
15
+
16
+ ### Patch Changes
17
+
18
+ - cfd8103: Updated imports to use stable catalog extension points from `@backstage/plugin-catalog-node` instead of the deprecated alpha exports.
19
+ - Updated dependencies
20
+ - @backstage/plugin-catalog-backend-module-github@0.12.2
21
+ - @backstage/plugin-catalog-node@2.0.0
22
+ - @backstage/backend-plugin-api@1.7.0
23
+ - @backstage/plugin-events-node@0.4.19
14
24
 
15
25
  ## 0.3.19-next.1
16
26
 
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-20260217031303",
3
+ "version": "0.0.0-nightly-20260221030612",
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-20260217031303",
39
+ "@backstage/backend-plugin-api": "1.7.0",
40
40
  "@backstage/config": "1.3.6",
41
- "@backstage/plugin-catalog-backend-module-github": "0.0.0-nightly-20260217031303",
42
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20260217031303",
43
- "@backstage/plugin-events-node": "0.0.0-nightly-20260217031303"
41
+ "@backstage/plugin-catalog-backend-module-github": "0.0.0-nightly-20260221030612",
42
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20260221030612",
43
+ "@backstage/plugin-events-node": "0.4.19"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/backend-test-utils": "0.0.0-nightly-20260217031303",
47
- "@backstage/cli": "0.0.0-nightly-20260217031303"
46
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260221030612",
47
+ "@backstage/cli": "0.0.0-nightly-20260221030612"
48
48
  },
49
49
  "typesVersions": {
50
50
  "*": {