@backstage/plugin-catalog-backend 3.3.1-next.1 → 3.3.2
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 +21 -0
- package/package.json +20 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend
|
|
2
2
|
|
|
3
|
+
## 3.3.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 5683c85: Bump to latest zod to ensure it has the latest features
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/backend-plugin-api@1.6.2
|
|
10
|
+
- @backstage/plugin-permission-common@0.9.5
|
|
11
|
+
- @backstage/plugin-permission-node@0.10.9
|
|
12
|
+
|
|
13
|
+
## 3.3.1
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @backstage/backend-plugin-api@1.6.1
|
|
19
|
+
- @backstage/integration@1.19.2
|
|
20
|
+
- @backstage/backend-openapi-utils@0.6.5
|
|
21
|
+
- @backstage/plugin-permission-common@0.9.4
|
|
22
|
+
- @backstage/plugin-permission-node@0.10.8
|
|
23
|
+
|
|
3
24
|
## 3.3.1-next.1
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-backend",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.2",
|
|
4
4
|
"description": "The Backstage backend plugin that provides the Backstage catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin",
|
|
@@ -73,19 +73,19 @@
|
|
|
73
73
|
"test": "backstage-cli package test"
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@backstage/backend-openapi-utils": "0.6.5
|
|
77
|
-
"@backstage/backend-plugin-api": "1.6.
|
|
78
|
-
"@backstage/catalog-client": "1.12.1",
|
|
79
|
-
"@backstage/catalog-model": "1.7.6",
|
|
80
|
-
"@backstage/config": "1.3.6",
|
|
81
|
-
"@backstage/errors": "1.2.7",
|
|
82
|
-
"@backstage/integration": "1.19.2
|
|
83
|
-
"@backstage/plugin-catalog-common": "1.1.7",
|
|
84
|
-
"@backstage/plugin-catalog-node": "1.20.1",
|
|
85
|
-
"@backstage/plugin-events-node": "0.4.18",
|
|
86
|
-
"@backstage/plugin-permission-common": "0.9.
|
|
87
|
-
"@backstage/plugin-permission-node": "0.10.
|
|
88
|
-
"@backstage/types": "1.2.2",
|
|
76
|
+
"@backstage/backend-openapi-utils": "^0.6.5",
|
|
77
|
+
"@backstage/backend-plugin-api": "^1.6.2",
|
|
78
|
+
"@backstage/catalog-client": "^1.12.1",
|
|
79
|
+
"@backstage/catalog-model": "^1.7.6",
|
|
80
|
+
"@backstage/config": "^1.3.6",
|
|
81
|
+
"@backstage/errors": "^1.2.7",
|
|
82
|
+
"@backstage/integration": "^1.19.2",
|
|
83
|
+
"@backstage/plugin-catalog-common": "^1.1.7",
|
|
84
|
+
"@backstage/plugin-catalog-node": "^1.20.1",
|
|
85
|
+
"@backstage/plugin-events-node": "^0.4.18",
|
|
86
|
+
"@backstage/plugin-permission-common": "^0.9.5",
|
|
87
|
+
"@backstage/plugin-permission-node": "^0.10.9",
|
|
88
|
+
"@backstage/types": "^1.2.2",
|
|
89
89
|
"@opentelemetry/api": "^1.9.0",
|
|
90
90
|
"codeowners-utils": "^1.0.2",
|
|
91
91
|
"core-js": "^3.6.5",
|
|
@@ -103,14 +103,14 @@
|
|
|
103
103
|
"uuid": "^11.0.0",
|
|
104
104
|
"yaml": "^2.0.0",
|
|
105
105
|
"yn": "^4.0.0",
|
|
106
|
-
"zod": "^3.
|
|
106
|
+
"zod": "^3.25.76"
|
|
107
107
|
},
|
|
108
108
|
"devDependencies": {
|
|
109
|
-
"@backstage/backend-defaults": "0.
|
|
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.
|
|
109
|
+
"@backstage/backend-defaults": "^0.15.1",
|
|
110
|
+
"@backstage/backend-test-utils": "^1.10.4",
|
|
111
|
+
"@backstage/cli": "^0.35.3",
|
|
112
|
+
"@backstage/plugin-permission-common": "^0.9.5",
|
|
113
|
+
"@backstage/repo-tools": "^0.16.3",
|
|
114
114
|
"@types/core-js": "^2.5.4",
|
|
115
115
|
"@types/express": "^4.17.6",
|
|
116
116
|
"@types/git-url-parse": "^9.0.0",
|