@backstage/plugin-catalog-backend-module-backstage-openapi 0.5.17-next.0 → 0.5.17
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 +11 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend-module-backstage-openapi
|
|
2
2
|
|
|
3
|
+
## 0.5.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 74d8cbf: The internal OpenAPI documentation provider now automatically discovers installed plugins via the system metadata service. The `catalog.providers.backstageOpenapi.plugins` configuration option is now optional and deprecated; when omitted, all installed plugins are discovered dynamically.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/catalog-model@1.10.0
|
|
10
|
+
- @backstage/backend-plugin-api@1.10.0
|
|
11
|
+
- @backstage/backend-openapi-utils@0.7.1
|
|
12
|
+
- @backstage/plugin-catalog-node@2.2.4
|
|
13
|
+
|
|
3
14
|
## 0.5.17-next.0
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-backend-module-backstage-openapi",
|
|
3
|
-
"version": "0.5.17
|
|
3
|
+
"version": "0.5.17",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "backend-plugin-module",
|
|
6
6
|
"pluginId": "catalog",
|
|
@@ -36,19 +36,19 @@
|
|
|
36
36
|
"test": "backstage-cli package test"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@backstage/backend-openapi-utils": "0.7.1
|
|
40
|
-
"@backstage/backend-plugin-api": "1.10.0
|
|
41
|
-
"@backstage/catalog-model": "1.
|
|
42
|
-
"@backstage/config": "1.3.8",
|
|
43
|
-
"@backstage/errors": "1.3.1",
|
|
44
|
-
"@backstage/plugin-catalog-node": "2.2.4
|
|
39
|
+
"@backstage/backend-openapi-utils": "^0.7.1",
|
|
40
|
+
"@backstage/backend-plugin-api": "^1.10.0",
|
|
41
|
+
"@backstage/catalog-model": "^1.10.0",
|
|
42
|
+
"@backstage/config": "^1.3.8",
|
|
43
|
+
"@backstage/errors": "^1.3.1",
|
|
44
|
+
"@backstage/plugin-catalog-node": "^2.2.4",
|
|
45
45
|
"cross-fetch": "^4.0.0",
|
|
46
46
|
"lodash": "^4.17.21",
|
|
47
47
|
"openapi-merge": "^1.3.2",
|
|
48
48
|
"yaml": "^2.7.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@backstage/cli": "0.36.
|
|
51
|
+
"@backstage/cli": "^0.36.5",
|
|
52
52
|
"openapi3-ts": "^3.1.2"
|
|
53
53
|
},
|
|
54
54
|
"configSchema": "config.schema.json",
|