@backstage/plugin-catalog-backend-module-openapi 0.1.22 → 0.1.23-next.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -10
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,29 +1,46 @@
1
1
  # @backstage/plugin-catalog-backend-module-openapi
2
2
 
3
- ## 0.1.22
3
+ ## 0.1.23-next.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-catalog-backend@1.13.3
9
- - @backstage/backend-common@0.19.7
10
- - @backstage/plugin-catalog-node@1.4.6
8
+ - @backstage/backend-common@0.19.8-next.2
9
+ - @backstage/plugin-catalog-backend@1.14.0-next.2
10
+ - @backstage/catalog-model@1.4.3-next.0
11
+ - @backstage/integration@1.7.1-next.1
12
+ - @backstage/plugin-catalog-node@1.4.7-next.2
13
+ - @backstage/config@1.1.1-next.0
14
+ - @backstage/types@1.1.1
15
+ - @backstage/plugin-catalog-common@1.0.17-next.0
11
16
 
12
- ## 0.1.21
17
+ ## 0.1.22-next.1
13
18
 
14
19
  ### Patch Changes
15
20
 
16
21
  - Updated dependencies
17
- - @backstage/plugin-catalog-backend@1.13.2
18
- - @backstage/backend-common@0.19.6
19
- - @backstage/plugin-catalog-node@1.4.5
22
+ - @backstage/plugin-catalog-backend@1.14.0-next.1
23
+ - @backstage/plugin-catalog-node@1.4.6-next.1
24
+ - @backstage/backend-common@0.19.7-next.1
25
+ - @backstage/config@1.1.0
26
+ - @backstage/catalog-model@1.4.2
27
+ - @backstage/integration@1.7.1-next.0
28
+ - @backstage/types@1.1.1
29
+ - @backstage/plugin-catalog-common@1.0.16
20
30
 
21
- ## 0.1.20
31
+ ## 0.1.22-next.0
22
32
 
23
33
  ### Patch Changes
24
34
 
25
35
  - Updated dependencies
26
- - @backstage/plugin-catalog-backend@1.13.1
36
+ - @backstage/integration@1.7.1-next.0
37
+ - @backstage/plugin-catalog-backend@1.14.0-next.0
38
+ - @backstage/backend-common@0.19.7-next.0
39
+ - @backstage/config@1.1.0
40
+ - @backstage/catalog-model@1.4.2
41
+ - @backstage/types@1.1.1
42
+ - @backstage/plugin-catalog-common@1.0.16
43
+ - @backstage/plugin-catalog-node@1.4.6-next.0
27
44
 
28
45
  ## 0.1.19
29
46
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-openapi",
3
3
  "description": "A Backstage catalog backend module that helps with OpenAPI specifications",
4
- "version": "0.1.22",
4
+ "version": "0.1.23-next.2",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,20 +33,20 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@apidevtools/json-schema-ref-parser": "^9.0.6",
36
- "@backstage/backend-common": "^0.19.7",
37
- "@backstage/catalog-model": "^1.4.2",
38
- "@backstage/config": "^1.1.0",
39
- "@backstage/integration": "^1.7.0",
40
- "@backstage/plugin-catalog-backend": "^1.13.3",
41
- "@backstage/plugin-catalog-common": "^1.0.16",
42
- "@backstage/plugin-catalog-node": "^1.4.6",
36
+ "@backstage/backend-common": "^0.19.8-next.2",
37
+ "@backstage/catalog-model": "^1.4.3-next.0",
38
+ "@backstage/config": "^1.1.1-next.0",
39
+ "@backstage/integration": "^1.7.1-next.1",
40
+ "@backstage/plugin-catalog-backend": "^1.14.0-next.2",
41
+ "@backstage/plugin-catalog-common": "^1.0.17-next.0",
42
+ "@backstage/plugin-catalog-node": "^1.4.7-next.2",
43
43
  "@backstage/types": "^1.1.1",
44
44
  "winston": "^3.2.1",
45
45
  "yaml": "^2.1.1"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/backend-test-utils": "^0.2.6",
49
- "@backstage/cli": "^0.22.13",
48
+ "@backstage/backend-test-utils": "^0.2.7-next.2",
49
+ "@backstage/cli": "^0.23.0-next.2",
50
50
  "openapi-types": "^12.0.0"
51
51
  },
52
52
  "files": [