@backstage/plugin-catalog 0.0.0-nightly-20260102024955 → 0.0.0-nightly-20260104025723

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 CHANGED
@@ -1,24 +1,24 @@
1
1
  # @backstage/plugin-catalog
2
2
 
3
- ## 0.0.0-nightly-20260102024955
3
+ ## 0.0.0-nightly-20260104025723
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
8
  - @backstage/catalog-client@1.12.1
9
9
  - @backstage/catalog-model@1.7.6
10
- - @backstage/core-compat-api@0.0.0-nightly-20260102024955
10
+ - @backstage/core-compat-api@0.0.0-nightly-20260104025723
11
11
  - @backstage/core-components@0.18.4
12
12
  - @backstage/core-plugin-api@1.12.1
13
13
  - @backstage/errors@1.2.7
14
14
  - @backstage/frontend-plugin-api@0.13.2
15
- - @backstage/integration-react@0.0.0-nightly-20260102024955
15
+ - @backstage/integration-react@0.0.0-nightly-20260104025723
16
16
  - @backstage/types@1.2.2
17
17
  - @backstage/version-bridge@1.0.11
18
18
  - @backstage/plugin-catalog-common@1.1.7
19
- - @backstage/plugin-catalog-react@0.0.0-nightly-20260102024955
19
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20260104025723
20
20
  - @backstage/plugin-permission-react@0.4.39
21
- - @backstage/plugin-scaffolder-common@0.0.0-nightly-20260102024955
21
+ - @backstage/plugin-scaffolder-common@0.0.0-nightly-20260104025723
22
22
  - @backstage/plugin-search-common@1.2.21
23
23
  - @backstage/plugin-search-react@1.10.1
24
24
  - @backstage/plugin-techdocs-common@0.1.1
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-catalog";
2
- var version = "0.0.0-nightly-20260102024955";
2
+ var version = "0.0.0-nightly-20260104025723";
3
3
  var description = "The Backstage plugin for browsing the Backstage catalog";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog",
3
- "version": "0.0.0-nightly-20260102024955",
3
+ "version": "0.0.0-nightly-20260104025723",
4
4
  "description": "The Backstage plugin for browsing the Backstage catalog",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -72,16 +72,16 @@
72
72
  "dependencies": {
73
73
  "@backstage/catalog-client": "1.12.1",
74
74
  "@backstage/catalog-model": "1.7.6",
75
- "@backstage/core-compat-api": "0.0.0-nightly-20260102024955",
75
+ "@backstage/core-compat-api": "0.0.0-nightly-20260104025723",
76
76
  "@backstage/core-components": "0.18.4",
77
77
  "@backstage/core-plugin-api": "1.12.1",
78
78
  "@backstage/errors": "1.2.7",
79
79
  "@backstage/frontend-plugin-api": "0.13.2",
80
- "@backstage/integration-react": "0.0.0-nightly-20260102024955",
80
+ "@backstage/integration-react": "0.0.0-nightly-20260104025723",
81
81
  "@backstage/plugin-catalog-common": "1.1.7",
82
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20260102024955",
82
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20260104025723",
83
83
  "@backstage/plugin-permission-react": "0.4.39",
84
- "@backstage/plugin-scaffolder-common": "0.0.0-nightly-20260102024955",
84
+ "@backstage/plugin-scaffolder-common": "0.0.0-nightly-20260104025723",
85
85
  "@backstage/plugin-search-common": "1.2.21",
86
86
  "@backstage/plugin-search-react": "1.10.1",
87
87
  "@backstage/plugin-techdocs-common": "0.1.1",
@@ -102,10 +102,10 @@
102
102
  "zen-observable": "^0.10.0"
103
103
  },
104
104
  "devDependencies": {
105
- "@backstage/cli": "0.0.0-nightly-20260102024955",
105
+ "@backstage/cli": "0.0.0-nightly-20260104025723",
106
106
  "@backstage/core-app-api": "1.19.3",
107
- "@backstage/dev-utils": "0.0.0-nightly-20260102024955",
108
- "@backstage/frontend-test-utils": "0.0.0-nightly-20260102024955",
107
+ "@backstage/dev-utils": "0.0.0-nightly-20260104025723",
108
+ "@backstage/frontend-test-utils": "0.0.0-nightly-20260104025723",
109
109
  "@backstage/plugin-permission-common": "0.9.3",
110
110
  "@backstage/test-utils": "1.7.14",
111
111
  "@testing-library/dom": "^10.0.0",