@backstage/plugin-catalog-backend 1.24.1-next.1 → 1.24.1-next.3
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 +45 -0
- package/alpha/package.json +1 -1
- package/package.json +19 -19
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,50 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend
|
|
2
2
|
|
|
3
|
+
## 1.24.1-next.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-plugin-api@0.8.0-next.3
|
|
9
|
+
- @backstage/backend-common@0.23.4-next.3
|
|
10
|
+
- @backstage/catalog-model@1.6.0-next.0
|
|
11
|
+
- @backstage/backend-openapi-utils@0.1.16-next.3
|
|
12
|
+
- @backstage/backend-tasks@0.5.28-next.3
|
|
13
|
+
- @backstage/catalog-client@1.6.6-next.0
|
|
14
|
+
- @backstage/config@1.2.0
|
|
15
|
+
- @backstage/errors@1.2.4
|
|
16
|
+
- @backstage/integration@1.14.0-next.0
|
|
17
|
+
- @backstage/types@1.1.1
|
|
18
|
+
- @backstage/plugin-catalog-common@1.0.26-next.2
|
|
19
|
+
- @backstage/plugin-catalog-node@1.12.5-next.3
|
|
20
|
+
- @backstage/plugin-events-node@0.3.9-next.3
|
|
21
|
+
- @backstage/plugin-permission-common@0.8.1-next.1
|
|
22
|
+
- @backstage/plugin-permission-node@0.8.1-next.3
|
|
23
|
+
- @backstage/plugin-search-backend-module-catalog@0.1.29-next.3
|
|
24
|
+
|
|
25
|
+
## 1.24.1-next.2
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- 93095ee: Make sure node-fetch is version 2.7.0 or greater
|
|
30
|
+
- Updated dependencies
|
|
31
|
+
- @backstage/backend-plugin-api@0.8.0-next.2
|
|
32
|
+
- @backstage/plugin-permission-common@0.8.1-next.1
|
|
33
|
+
- @backstage/backend-common@0.23.4-next.2
|
|
34
|
+
- @backstage/plugin-permission-node@0.8.1-next.2
|
|
35
|
+
- @backstage/backend-tasks@0.5.28-next.2
|
|
36
|
+
- @backstage/plugin-catalog-node@1.12.5-next.2
|
|
37
|
+
- @backstage/backend-openapi-utils@0.1.16-next.2
|
|
38
|
+
- @backstage/plugin-events-node@0.3.9-next.2
|
|
39
|
+
- @backstage/plugin-search-backend-module-catalog@0.1.29-next.2
|
|
40
|
+
- @backstage/plugin-catalog-common@1.0.26-next.1
|
|
41
|
+
- @backstage/integration@1.14.0-next.0
|
|
42
|
+
- @backstage/catalog-client@1.6.5
|
|
43
|
+
- @backstage/catalog-model@1.5.0
|
|
44
|
+
- @backstage/config@1.2.0
|
|
45
|
+
- @backstage/errors@1.2.4
|
|
46
|
+
- @backstage/types@1.1.1
|
|
47
|
+
|
|
3
48
|
## 1.24.1-next.1
|
|
4
49
|
|
|
5
50
|
### Patch Changes
|
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.24.1-next.
|
|
3
|
+
"version": "1.24.1-next.3",
|
|
4
4
|
"description": "The Backstage backend plugin that provides the Backstage catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin",
|
|
@@ -60,21 +60,21 @@
|
|
|
60
60
|
"test": "backstage-cli package test"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@backstage/backend-common": "^0.23.4-next.
|
|
64
|
-
"@backstage/backend-openapi-utils": "^0.1.16-next.
|
|
65
|
-
"@backstage/backend-plugin-api": "^0.
|
|
66
|
-
"@backstage/backend-tasks": "^0.5.28-next.
|
|
67
|
-
"@backstage/catalog-client": "^1.6.
|
|
68
|
-
"@backstage/catalog-model": "^1.
|
|
63
|
+
"@backstage/backend-common": "^0.23.4-next.3",
|
|
64
|
+
"@backstage/backend-openapi-utils": "^0.1.16-next.3",
|
|
65
|
+
"@backstage/backend-plugin-api": "^0.8.0-next.3",
|
|
66
|
+
"@backstage/backend-tasks": "^0.5.28-next.3",
|
|
67
|
+
"@backstage/catalog-client": "^1.6.6-next.0",
|
|
68
|
+
"@backstage/catalog-model": "^1.6.0-next.0",
|
|
69
69
|
"@backstage/config": "^1.2.0",
|
|
70
70
|
"@backstage/errors": "^1.2.4",
|
|
71
71
|
"@backstage/integration": "^1.14.0-next.0",
|
|
72
|
-
"@backstage/plugin-catalog-common": "^1.0.26-next.
|
|
73
|
-
"@backstage/plugin-catalog-node": "^1.12.5-next.
|
|
74
|
-
"@backstage/plugin-events-node": "^0.3.9-next.
|
|
75
|
-
"@backstage/plugin-permission-common": "^0.8.1-next.
|
|
76
|
-
"@backstage/plugin-permission-node": "^0.8.1-next.
|
|
77
|
-
"@backstage/plugin-search-backend-module-catalog": "^0.1.29-next.
|
|
72
|
+
"@backstage/plugin-catalog-common": "^1.0.26-next.2",
|
|
73
|
+
"@backstage/plugin-catalog-node": "^1.12.5-next.3",
|
|
74
|
+
"@backstage/plugin-events-node": "^0.3.9-next.3",
|
|
75
|
+
"@backstage/plugin-permission-common": "^0.8.1-next.1",
|
|
76
|
+
"@backstage/plugin-permission-node": "^0.8.1-next.3",
|
|
77
|
+
"@backstage/plugin-search-backend-module-catalog": "^0.1.29-next.3",
|
|
78
78
|
"@backstage/types": "^1.1.1",
|
|
79
79
|
"@opentelemetry/api": "^1.3.0",
|
|
80
80
|
"@types/express": "^4.17.6",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"lodash": "^4.17.21",
|
|
90
90
|
"luxon": "^3.0.0",
|
|
91
91
|
"minimatch": "^9.0.0",
|
|
92
|
-
"node-fetch": "^2.
|
|
92
|
+
"node-fetch": "^2.7.0",
|
|
93
93
|
"p-limit": "^3.0.2",
|
|
94
94
|
"prom-client": "^15.0.0",
|
|
95
95
|
"uuid": "^9.0.0",
|
|
@@ -98,11 +98,11 @@
|
|
|
98
98
|
"zod": "^3.22.4"
|
|
99
99
|
},
|
|
100
100
|
"devDependencies": {
|
|
101
|
-
"@backstage/backend-defaults": "^0.4.2-next.
|
|
102
|
-
"@backstage/backend-test-utils": "^0.4.5-next.
|
|
103
|
-
"@backstage/cli": "^0.27.0-next.
|
|
104
|
-
"@backstage/plugin-permission-common": "^0.8.1-next.
|
|
105
|
-
"@backstage/repo-tools": "^0.9.5-next.
|
|
101
|
+
"@backstage/backend-defaults": "^0.4.2-next.3",
|
|
102
|
+
"@backstage/backend-test-utils": "^0.4.5-next.3",
|
|
103
|
+
"@backstage/cli": "^0.27.0-next.4",
|
|
104
|
+
"@backstage/plugin-permission-common": "^0.8.1-next.1",
|
|
105
|
+
"@backstage/repo-tools": "^0.9.5-next.3",
|
|
106
106
|
"@types/core-js": "^2.5.4",
|
|
107
107
|
"@types/git-url-parse": "^9.0.0",
|
|
108
108
|
"@types/glob": "^8.0.0",
|