@backstage/plugin-catalog-backend-module-openapi 0.1.18 → 0.1.19-next.1

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 +13 -27
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,46 +1,32 @@
1
1
  # @backstage/plugin-catalog-backend-module-openapi
2
2
 
3
- ## 0.1.18
3
+ ## 0.1.19-next.1
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
16
-
17
- ## 0.1.16
18
-
19
- ### Patch Changes
20
-
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
8
+ - @backstage/plugin-catalog-backend@1.13.0-next.1
9
+ - @backstage/config@1.1.0-next.0
10
+ - @backstage/integration@1.7.0-next.1
11
+ - @backstage/backend-common@0.19.5-next.1
12
+ - @backstage/catalog-model@1.4.2-next.0
13
+ - @backstage/plugin-catalog-node@1.4.4-next.1
14
+ - @backstage/plugin-catalog-common@1.0.16-next.0
28
15
  - @backstage/types@1.1.0
29
- - @backstage/plugin-catalog-common@1.0.15
30
16
 
31
- ## 0.1.15
17
+ ## 0.1.16-next.0
32
18
 
33
19
  ### Patch Changes
34
20
 
35
21
  - 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
22
+ - @backstage/plugin-catalog-backend@1.12.2-next.0
23
+ - @backstage/backend-common@0.19.4-next.0
24
+ - @backstage/integration@1.7.0-next.0
40
25
  - @backstage/catalog-model@1.4.1
41
26
  - @backstage/config@1.0.8
42
27
  - @backstage/types@1.1.0
43
28
  - @backstage/plugin-catalog-common@1.0.15
29
+ - @backstage/plugin-catalog-node@1.4.3-next.0
44
30
 
45
31
  ## 0.1.14
46
32
 
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.1",
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.1",
37
+ "@backstage/catalog-model": "^1.4.2-next.0",
38
+ "@backstage/config": "^1.1.0-next.0",
39
+ "@backstage/integration": "^1.7.0-next.1",
40
+ "@backstage/plugin-catalog-backend": "^1.13.0-next.1",
41
+ "@backstage/plugin-catalog-common": "^1.0.16-next.0",
42
+ "@backstage/plugin-catalog-node": "^1.4.4-next.1",
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.1",
49
+ "@backstage/cli": "^0.22.13-next.1",
50
50
  "openapi-types": "^12.0.0"
51
51
  },
52
52
  "files": [