@backstage/plugin-catalog-backend-module-backstage-openapi 0.5.14 → 0.5.15

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 CHANGED
@@ -1,5 +1,23 @@
1
1
  # @backstage/plugin-catalog-backend-module-backstage-openapi
2
2
 
3
+ ## 0.5.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@1.9.2
9
+ - @backstage/backend-openapi-utils@0.6.10
10
+ - @backstage/plugin-catalog-node@2.2.2
11
+
12
+ ## 0.5.15-next.0
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - @backstage/plugin-catalog-node@2.2.2-next.0
18
+ - @backstage/backend-plugin-api@1.9.2-next.0
19
+ - @backstage/backend-openapi-utils@0.6.10-next.0
20
+
3
21
  ## 0.5.14
4
22
 
5
23
  ### Patch Changes
package/README.md CHANGED
@@ -28,7 +28,7 @@ catalog:
28
28
  - catalog
29
29
  - events
30
30
  - search
31
- definitionFormat: 'yaml"' # Optional, defaults to 'json'
31
+ definitionFormat: 'yaml' # Optional, defaults to 'json'
32
32
  entityOverrides: # All optional
33
33
  metadata:
34
34
  name: 'my-name'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-backstage-openapi",
3
- "version": "0.5.14",
3
+ "version": "0.5.15",
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.6.9",
40
- "@backstage/backend-plugin-api": "^1.9.1",
39
+ "@backstage/backend-openapi-utils": "^0.6.10",
40
+ "@backstage/backend-plugin-api": "^1.9.2",
41
41
  "@backstage/catalog-model": "^1.9.0",
42
42
  "@backstage/config": "^1.3.8",
43
43
  "@backstage/errors": "^1.3.1",
44
- "@backstage/plugin-catalog-node": "^2.2.1",
44
+ "@backstage/plugin-catalog-node": "^2.2.2",
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.2",
51
+ "@backstage/cli": "^0.36.3",
52
52
  "openapi3-ts": "^3.1.2"
53
53
  },
54
54
  "configSchema": "config.d.ts",