@backstage/plugin-catalog-backend-module-github 0.0.0-nightly-20260129030729 → 0.0.0-nightly-20260131030451

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 +6 -6
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,19 +1,19 @@
1
1
  # @backstage/plugin-catalog-backend-module-github
2
2
 
3
- ## 0.0.0-nightly-20260129030729
3
+ ## 0.0.0-nightly-20260131030451
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - cfd8103: Updated imports to use stable catalog extension points from `@backstage/plugin-catalog-node` instead of the deprecated alpha exports.
8
8
  - 7455dae: Use node prefix on native imports
9
9
  - Updated dependencies
10
- - @backstage/plugin-catalog-node@0.0.0-nightly-20260129030729
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20260129030729
12
- - @backstage/integration@0.0.0-nightly-20260129030729
13
- - @backstage/plugin-events-node@0.0.0-nightly-20260129030729
10
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20260131030451
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260131030451
12
+ - @backstage/integration@0.0.0-nightly-20260131030451
13
+ - @backstage/plugin-events-node@0.0.0-nightly-20260131030451
14
14
  - @backstage/catalog-model@1.7.6
15
15
  - @backstage/config@1.3.6
16
- - @backstage/plugin-catalog-common@0.0.0-nightly-20260129030729
16
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20260131030451
17
17
 
18
18
  ## 0.12.2-next.0
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-github",
3
- "version": "0.0.0-nightly-20260129030729",
3
+ "version": "0.0.0-nightly-20260131030451",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards GitHub",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -65,13 +65,13 @@
65
65
  "test": "backstage-cli package test"
66
66
  },
67
67
  "dependencies": {
68
- "@backstage/backend-plugin-api": "0.0.0-nightly-20260129030729",
68
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260131030451",
69
69
  "@backstage/catalog-model": "1.7.6",
70
70
  "@backstage/config": "1.3.6",
71
- "@backstage/integration": "0.0.0-nightly-20260129030729",
72
- "@backstage/plugin-catalog-common": "0.0.0-nightly-20260129030729",
73
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20260129030729",
74
- "@backstage/plugin-events-node": "0.0.0-nightly-20260129030729",
71
+ "@backstage/integration": "0.0.0-nightly-20260131030451",
72
+ "@backstage/plugin-catalog-common": "0.0.0-nightly-20260131030451",
73
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20260131030451",
74
+ "@backstage/plugin-events-node": "0.0.0-nightly-20260131030451",
75
75
  "@octokit/core": "^5.2.0",
76
76
  "@octokit/graphql": "^7.0.2",
77
77
  "@octokit/plugin-throttling": "^8.1.3",
@@ -82,8 +82,8 @@
82
82
  "uuid": "^11.0.0"
83
83
  },
84
84
  "devDependencies": {
85
- "@backstage/backend-test-utils": "0.0.0-nightly-20260129030729",
86
- "@backstage/cli": "0.0.0-nightly-20260129030729",
85
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260131030451",
86
+ "@backstage/cli": "0.0.0-nightly-20260131030451",
87
87
  "@types/lodash": "^4.14.151",
88
88
  "msw": "^2.0.0",
89
89
  "type-fest": "^4.41.0"