@backstage/plugin-catalog-backend-module-openapi 0.1.18 → 0.1.19-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 +22 -22
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,46 +1,46 @@
1
1
  # @backstage/plugin-catalog-backend-module-openapi
2
2
 
3
- ## 0.1.18
3
+ ## 0.1.19-next.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-catalog-backend@1.12.4
9
-
10
- ## 0.1.17
11
-
12
- ### Patch Changes
13
-
14
- - Updated dependencies
15
- - @backstage/plugin-catalog-backend@1.12.3
8
+ - @backstage/plugin-catalog-backend@1.13.0-next.2
9
+ - @backstage/config@1.1.0-next.1
10
+ - @backstage/backend-common@0.19.5-next.2
11
+ - @backstage/plugin-catalog-node@1.4.4-next.2
12
+ - @backstage/integration@1.7.0-next.2
13
+ - @backstage/catalog-model@1.4.2-next.1
14
+ - @backstage/types@1.1.0
15
+ - @backstage/plugin-catalog-common@1.0.16-next.1
16
16
 
17
- ## 0.1.16
17
+ ## 0.1.19-next.1
18
18
 
19
19
  ### Patch Changes
20
20
 
21
21
  - Updated dependencies
22
- - @backstage/plugin-catalog-backend@1.12.2
23
- - @backstage/integration@1.6.2
24
- - @backstage/backend-common@0.19.4
25
- - @backstage/plugin-catalog-node@1.4.3
26
- - @backstage/catalog-model@1.4.1
27
- - @backstage/config@1.0.8
22
+ - @backstage/plugin-catalog-backend@1.13.0-next.1
23
+ - @backstage/config@1.1.0-next.0
24
+ - @backstage/integration@1.7.0-next.1
25
+ - @backstage/backend-common@0.19.5-next.1
26
+ - @backstage/catalog-model@1.4.2-next.0
27
+ - @backstage/plugin-catalog-node@1.4.4-next.1
28
+ - @backstage/plugin-catalog-common@1.0.16-next.0
28
29
  - @backstage/types@1.1.0
29
- - @backstage/plugin-catalog-common@1.0.15
30
30
 
31
- ## 0.1.15
31
+ ## 0.1.16-next.0
32
32
 
33
33
  ### Patch Changes
34
34
 
35
35
  - Updated dependencies
36
- - @backstage/integration@1.6.1
37
- - @backstage/plugin-catalog-backend@1.12.1
38
- - @backstage/backend-common@0.19.3
39
- - @backstage/plugin-catalog-node@1.4.2
36
+ - @backstage/plugin-catalog-backend@1.12.2-next.0
37
+ - @backstage/backend-common@0.19.4-next.0
38
+ - @backstage/integration@1.7.0-next.0
40
39
  - @backstage/catalog-model@1.4.1
41
40
  - @backstage/config@1.0.8
42
41
  - @backstage/types@1.1.0
43
42
  - @backstage/plugin-catalog-common@1.0.15
43
+ - @backstage/plugin-catalog-node@1.4.3-next.0
44
44
 
45
45
  ## 0.1.14
46
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.18",
4
+ "version": "0.1.19-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.4",
37
- "@backstage/catalog-model": "^1.4.1",
38
- "@backstage/config": "^1.0.8",
39
- "@backstage/integration": "^1.6.2",
40
- "@backstage/plugin-catalog-backend": "^1.12.4",
41
- "@backstage/plugin-catalog-common": "^1.0.15",
42
- "@backstage/plugin-catalog-node": "^1.4.3",
36
+ "@backstage/backend-common": "^0.19.5-next.2",
37
+ "@backstage/catalog-model": "^1.4.2-next.1",
38
+ "@backstage/config": "^1.1.0-next.1",
39
+ "@backstage/integration": "^1.7.0-next.2",
40
+ "@backstage/plugin-catalog-backend": "^1.13.0-next.2",
41
+ "@backstage/plugin-catalog-common": "^1.0.16-next.1",
42
+ "@backstage/plugin-catalog-node": "^1.4.4-next.2",
43
43
  "@backstage/types": "^1.1.0",
44
44
  "winston": "^3.2.1",
45
45
  "yaml": "^2.1.1"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/backend-test-utils": "^0.2.2",
49
- "@backstage/cli": "^0.22.12",
48
+ "@backstage/backend-test-utils": "^0.2.3-next.2",
49
+ "@backstage/cli": "^0.22.13-next.2",
50
50
  "openapi-types": "^12.0.0"
51
51
  },
52
52
  "files": [