@backstage/plugin-catalog-backend 1.27.1 → 1.27.2-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 +35 -6
- package/alpha/package.json +1 -1
- package/package.json +20 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,44 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend
|
|
2
2
|
|
|
3
|
-
## 1.27.1
|
|
3
|
+
## 1.27.2-next.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/
|
|
9
|
-
- @backstage/backend-plugin-api@1.0.1
|
|
10
|
-
- @backstage/
|
|
11
|
-
- @backstage/
|
|
12
|
-
- @backstage/
|
|
8
|
+
- @backstage/backend-openapi-utils@0.2.1-next.1
|
|
9
|
+
- @backstage/backend-plugin-api@1.0.2-next.1
|
|
10
|
+
- @backstage/catalog-client@1.8.0-next.0
|
|
11
|
+
- @backstage/catalog-model@1.7.0
|
|
12
|
+
- @backstage/config@1.2.0
|
|
13
|
+
- @backstage/errors@1.2.4
|
|
14
|
+
- @backstage/integration@1.15.1
|
|
15
|
+
- @backstage/types@1.1.1
|
|
16
|
+
- @backstage/plugin-catalog-common@1.1.0
|
|
17
|
+
- @backstage/plugin-catalog-node@1.14.0-next.1
|
|
18
|
+
- @backstage/plugin-events-node@0.4.4-next.1
|
|
19
|
+
- @backstage/plugin-permission-common@0.8.1
|
|
20
|
+
- @backstage/plugin-permission-node@0.8.5-next.1
|
|
21
|
+
- @backstage/plugin-search-backend-module-catalog@0.2.5-next.1
|
|
22
|
+
|
|
23
|
+
## 1.27.2-next.0
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- Updated dependencies
|
|
28
|
+
- @backstage/plugin-events-node@0.4.3-next.0
|
|
29
|
+
- @backstage/plugin-search-backend-module-catalog@0.2.5-next.0
|
|
30
|
+
- @backstage/plugin-catalog-node@1.14.0-next.0
|
|
31
|
+
- @backstage/backend-openapi-utils@0.2.1-next.0
|
|
32
|
+
- @backstage/catalog-client@1.8.0-next.0
|
|
33
|
+
- @backstage/backend-plugin-api@1.0.2-next.0
|
|
34
|
+
- @backstage/catalog-model@1.7.0
|
|
35
|
+
- @backstage/config@1.2.0
|
|
36
|
+
- @backstage/errors@1.2.4
|
|
37
|
+
- @backstage/integration@1.15.1
|
|
38
|
+
- @backstage/types@1.1.1
|
|
39
|
+
- @backstage/plugin-catalog-common@1.1.0
|
|
40
|
+
- @backstage/plugin-permission-common@0.8.1
|
|
41
|
+
- @backstage/plugin-permission-node@0.8.5-next.0
|
|
13
42
|
|
|
14
43
|
## 1.27.0
|
|
15
44
|
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-backend",
|
|
3
|
-
"version": "1.27.1",
|
|
3
|
+
"version": "1.27.2-next.1",
|
|
4
4
|
"description": "The Backstage backend plugin that provides the Backstage catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin",
|
|
@@ -63,20 +63,20 @@
|
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@backstage/backend-common": "^0.25.0",
|
|
66
|
-
"@backstage/backend-openapi-utils": "
|
|
67
|
-
"@backstage/backend-plugin-api": "
|
|
68
|
-
"@backstage/catalog-client": "
|
|
69
|
-
"@backstage/catalog-model": "
|
|
70
|
-
"@backstage/config": "
|
|
71
|
-
"@backstage/errors": "
|
|
72
|
-
"@backstage/integration": "
|
|
73
|
-
"@backstage/plugin-catalog-common": "
|
|
74
|
-
"@backstage/plugin-catalog-node": "
|
|
75
|
-
"@backstage/plugin-events-node": "
|
|
76
|
-
"@backstage/plugin-permission-common": "
|
|
77
|
-
"@backstage/plugin-permission-node": "
|
|
78
|
-
"@backstage/plugin-search-backend-module-catalog": "
|
|
79
|
-
"@backstage/types": "
|
|
66
|
+
"@backstage/backend-openapi-utils": "0.2.1-next.1",
|
|
67
|
+
"@backstage/backend-plugin-api": "1.0.2-next.1",
|
|
68
|
+
"@backstage/catalog-client": "1.8.0-next.0",
|
|
69
|
+
"@backstage/catalog-model": "1.7.0",
|
|
70
|
+
"@backstage/config": "1.2.0",
|
|
71
|
+
"@backstage/errors": "1.2.4",
|
|
72
|
+
"@backstage/integration": "1.15.1",
|
|
73
|
+
"@backstage/plugin-catalog-common": "1.1.0",
|
|
74
|
+
"@backstage/plugin-catalog-node": "1.14.0-next.1",
|
|
75
|
+
"@backstage/plugin-events-node": "0.4.4-next.1",
|
|
76
|
+
"@backstage/plugin-permission-common": "0.8.1",
|
|
77
|
+
"@backstage/plugin-permission-node": "0.8.5-next.1",
|
|
78
|
+
"@backstage/plugin-search-backend-module-catalog": "0.2.5-next.1",
|
|
79
|
+
"@backstage/types": "1.1.1",
|
|
80
80
|
"@opentelemetry/api": "^1.3.0",
|
|
81
81
|
"@types/express": "^4.17.6",
|
|
82
82
|
"codeowners-utils": "^1.0.2",
|
|
@@ -99,11 +99,11 @@
|
|
|
99
99
|
"zod": "^3.22.4"
|
|
100
100
|
},
|
|
101
101
|
"devDependencies": {
|
|
102
|
-
"@backstage/backend-defaults": "
|
|
103
|
-
"@backstage/backend-test-utils": "
|
|
104
|
-
"@backstage/cli": "
|
|
105
|
-
"@backstage/plugin-permission-common": "
|
|
106
|
-
"@backstage/repo-tools": "
|
|
102
|
+
"@backstage/backend-defaults": "0.5.3-next.1",
|
|
103
|
+
"@backstage/backend-test-utils": "1.0.3-next.1",
|
|
104
|
+
"@backstage/cli": "0.29.0-next.1",
|
|
105
|
+
"@backstage/plugin-permission-common": "0.8.1",
|
|
106
|
+
"@backstage/repo-tools": "0.11.0-next.1",
|
|
107
107
|
"@types/core-js": "^2.5.4",
|
|
108
108
|
"@types/git-url-parse": "^9.0.0",
|
|
109
109
|
"@types/glob": "^8.0.0",
|