@backstage/plugin-catalog-backend-module-backstage-openapi 0.5.17-next.0 → 0.5.18-next.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @backstage/plugin-catalog-backend-module-backstage-openapi
2
2
 
3
+ ## 0.5.18-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-openapi-utils@0.7.2-next.0
9
+ - @backstage/backend-plugin-api@1.10.1-next.0
10
+ - @backstage/plugin-catalog-node@2.2.5-next.0
11
+
12
+ ## 0.5.17
13
+
14
+ ### Patch Changes
15
+
16
+ - 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.
17
+ - Updated dependencies
18
+ - @backstage/catalog-model@1.10.0
19
+ - @backstage/backend-plugin-api@1.10.0
20
+ - @backstage/backend-openapi-utils@0.7.1
21
+ - @backstage/plugin-catalog-node@2.2.4
22
+
3
23
  ## 0.5.17-next.0
4
24
 
5
25
  ### 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-next.0",
3
+ "version": "0.5.18-next.0",
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-next.0",
40
- "@backstage/backend-plugin-api": "1.10.0-next.0",
41
- "@backstage/catalog-model": "1.9.0",
39
+ "@backstage/backend-openapi-utils": "0.7.2-next.0",
40
+ "@backstage/backend-plugin-api": "1.10.1-next.0",
41
+ "@backstage/catalog-model": "1.10.0",
42
42
  "@backstage/config": "1.3.8",
43
43
  "@backstage/errors": "1.3.1",
44
- "@backstage/plugin-catalog-node": "2.2.4-next.0",
44
+ "@backstage/plugin-catalog-node": "2.2.5-next.0",
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.4",
51
+ "@backstage/cli": "0.36.6-next.0",
52
52
  "openapi3-ts": "^3.1.2"
53
53
  },
54
54
  "configSchema": "config.schema.json",