@backstage/plugin-catalog-backend-module-backstage-openapi 0.5.0-next.1 → 0.5.1-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 +28 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @backstage/plugin-catalog-backend-module-backstage-openapi
2
2
 
3
+ ## 0.5.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-node@1.16.3-next.0
9
+ - @backstage/backend-openapi-utils@0.5.1
10
+ - @backstage/backend-plugin-api@1.2.1
11
+ - @backstage/catalog-model@1.7.3
12
+ - @backstage/config@1.3.2
13
+ - @backstage/errors@1.2.7
14
+
15
+ ## 0.5.0
16
+
17
+ ### Minor Changes
18
+
19
+ - 62842ee: feat: Improve JSON format of OpenAPI definition, allow YAML format
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+ - @backstage/backend-openapi-utils@0.5.1
25
+ - @backstage/backend-plugin-api@1.2.1
26
+ - @backstage/catalog-model@1.7.3
27
+ - @backstage/config@1.3.2
28
+ - @backstage/errors@1.2.7
29
+ - @backstage/plugin-catalog-node@1.16.1
30
+
3
31
  ## 0.5.0-next.1
4
32
 
5
33
  ### Minor 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.0-next.1",
3
+ "version": "0.5.1-next.0",
4
4
  "backstage": {
5
5
  "role": "backend-plugin-module",
6
6
  "pluginId": "catalog",
@@ -36,12 +36,12 @@
36
36
  "test": "backstage-cli package test"
37
37
  },
38
38
  "dependencies": {
39
- "@backstage/backend-openapi-utils": "0.5.1-next.1",
40
- "@backstage/backend-plugin-api": "1.2.1-next.1",
39
+ "@backstage/backend-openapi-utils": "0.5.1",
40
+ "@backstage/backend-plugin-api": "1.2.1",
41
41
  "@backstage/catalog-model": "1.7.3",
42
42
  "@backstage/config": "1.3.2",
43
43
  "@backstage/errors": "1.2.7",
44
- "@backstage/plugin-catalog-node": "1.16.1-next.1",
44
+ "@backstage/plugin-catalog-node": "1.16.3-next.0",
45
45
  "cross-fetch": "^4.0.0",
46
46
  "lodash": "^4.17.21",
47
47
  "openapi-merge": "^1.3.2",
@@ -49,14 +49,14 @@
49
49
  "yaml": "^2.7.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/cli": "0.30.1-next.0",
52
+ "@backstage/cli": "0.32.0-next.2",
53
53
  "openapi3-ts": "^3.1.2"
54
54
  },
55
55
  "configSchema": "config.d.ts",
56
56
  "typesVersions": {
57
57
  "*": {
58
- "index": [
59
- "dist/index.d.ts"
58
+ "package.json": [
59
+ "package.json"
60
60
  ]
61
61
  }
62
62
  }