@backstage/plugin-catalog-backend 3.4.0-next.0 → 3.4.0-next.1
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 +9 -0
- package/package.json +13 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend
|
|
2
2
|
|
|
3
|
+
## 3.4.0-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 5e3ef57: Added `peerModules` metadata declaring recommended modules for cross-plugin integrations.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/integration@1.20.0-next.1
|
|
10
|
+
- @backstage/backend-plugin-api@1.7.0-next.1
|
|
11
|
+
|
|
3
12
|
## 3.4.0-next.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-backend",
|
|
3
|
-
"version": "3.4.0-next.
|
|
3
|
+
"version": "3.4.0-next.1",
|
|
4
4
|
"description": "The Backstage backend plugin that provides the Backstage catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin",
|
|
@@ -12,6 +12,9 @@
|
|
|
12
12
|
"@backstage/plugin-catalog-node",
|
|
13
13
|
"@backstage/plugin-catalog-react"
|
|
14
14
|
],
|
|
15
|
+
"peerModules": [
|
|
16
|
+
"@backstage/plugin-search-backend-module-catalog"
|
|
17
|
+
],
|
|
15
18
|
"features": {
|
|
16
19
|
".": "@backstage/BackendFeature"
|
|
17
20
|
}
|
|
@@ -74,17 +77,17 @@
|
|
|
74
77
|
},
|
|
75
78
|
"dependencies": {
|
|
76
79
|
"@backstage/backend-openapi-utils": "0.6.6-next.0",
|
|
77
|
-
"@backstage/backend-plugin-api": "1.7.0-next.
|
|
80
|
+
"@backstage/backend-plugin-api": "1.7.0-next.1",
|
|
78
81
|
"@backstage/catalog-client": "1.12.1",
|
|
79
82
|
"@backstage/catalog-model": "1.7.6",
|
|
80
83
|
"@backstage/config": "1.3.6",
|
|
81
84
|
"@backstage/errors": "1.2.7",
|
|
82
|
-
"@backstage/integration": "1.
|
|
85
|
+
"@backstage/integration": "1.20.0-next.1",
|
|
83
86
|
"@backstage/plugin-catalog-common": "1.1.8-next.0",
|
|
84
87
|
"@backstage/plugin-catalog-node": "1.21.0-next.0",
|
|
85
88
|
"@backstage/plugin-events-node": "0.4.19-next.0",
|
|
86
|
-
"@backstage/plugin-permission-common": "0.9.
|
|
87
|
-
"@backstage/plugin-permission-node": "0.10.
|
|
89
|
+
"@backstage/plugin-permission-common": "0.9.6-next.0",
|
|
90
|
+
"@backstage/plugin-permission-node": "0.10.10-next.0",
|
|
88
91
|
"@backstage/types": "1.2.2",
|
|
89
92
|
"@opentelemetry/api": "^1.9.0",
|
|
90
93
|
"codeowners-utils": "^1.0.2",
|
|
@@ -106,11 +109,11 @@
|
|
|
106
109
|
"zod": "^3.25.76"
|
|
107
110
|
},
|
|
108
111
|
"devDependencies": {
|
|
109
|
-
"@backstage/backend-defaults": "0.15.
|
|
110
|
-
"@backstage/backend-test-utils": "1.10.
|
|
111
|
-
"@backstage/cli": "0.35.
|
|
112
|
-
"@backstage/plugin-permission-common": "0.9.
|
|
113
|
-
"@backstage/repo-tools": "0.16.
|
|
112
|
+
"@backstage/backend-defaults": "0.15.2-next.1",
|
|
113
|
+
"@backstage/backend-test-utils": "1.10.5-next.0",
|
|
114
|
+
"@backstage/cli": "0.35.4-next.1",
|
|
115
|
+
"@backstage/plugin-permission-common": "0.9.6-next.0",
|
|
116
|
+
"@backstage/repo-tools": "0.16.4-next.1",
|
|
114
117
|
"@types/core-js": "^2.5.4",
|
|
115
118
|
"@types/express": "^4.17.6",
|
|
116
119
|
"@types/git-url-parse": "^9.0.0",
|