@backstage/plugin-catalog-backend-module-openapi 0.1.11-next.2 → 0.1.12-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 +29 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @backstage/plugin-catalog-backend-module-openapi
2
2
 
3
+ ## 0.1.12-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-backend@1.9.2-next.0
9
+ - @backstage/plugin-catalog-node@1.3.7-next.0
10
+ - @backstage/backend-common@0.18.6-next.0
11
+ - @backstage/integration@1.4.5
12
+ - @backstage/config@1.0.7
13
+ - @backstage/catalog-model@1.3.0
14
+ - @backstage/types@1.0.2
15
+ - @backstage/plugin-catalog-common@1.0.13
16
+
17
+ ## 0.1.11
18
+
19
+ ### Patch Changes
20
+
21
+ - accaceadffa: Fixed bug in `jsonSchemaRefPlaceholderResolver` where relative $ref files were resolved through file system instead of base URL of file
22
+ - Updated dependencies
23
+ - @backstage/plugin-catalog-backend@1.9.1
24
+ - @backstage/backend-common@0.18.5
25
+ - @backstage/integration@1.4.5
26
+ - @backstage/plugin-catalog-node@1.3.6
27
+ - @backstage/catalog-model@1.3.0
28
+ - @backstage/config@1.0.7
29
+ - @backstage/types@1.0.2
30
+ - @backstage/plugin-catalog-common@1.0.13
31
+
3
32
  ## 0.1.11-next.2
4
33
 
5
34
  ### Patch Changes
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.11-next.2",
4
+ "version": "0.1.12-next.0",
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.18.5-next.1",
36
+ "@backstage/backend-common": "^0.18.6-next.0",
37
37
  "@backstage/catalog-model": "^1.3.0",
38
38
  "@backstage/config": "^1.0.7",
39
- "@backstage/integration": "^1.4.5-next.0",
40
- "@backstage/plugin-catalog-backend": "^1.9.1-next.2",
39
+ "@backstage/integration": "^1.4.5",
40
+ "@backstage/plugin-catalog-backend": "^1.9.2-next.0",
41
41
  "@backstage/plugin-catalog-common": "^1.0.13",
42
- "@backstage/plugin-catalog-node": "^1.3.6-next.1",
42
+ "@backstage/plugin-catalog-node": "^1.3.7-next.0",
43
43
  "@backstage/types": "^1.0.2",
44
44
  "winston": "^3.2.1",
45
45
  "yaml": "^2.1.1"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/backend-test-utils": "^0.1.37-next.1",
49
- "@backstage/cli": "^0.22.7-next.0",
48
+ "@backstage/backend-test-utils": "^0.1.38-next.0",
49
+ "@backstage/cli": "^0.22.8-next.0",
50
50
  "openapi-types": "^12.0.0"
51
51
  },
52
52
  "files": [