@backstage/plugin-catalog-backend-module-openapi 0.2.23-next.1 → 0.2.24-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.
- package/CHANGELOG.md +18 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend-module-openapi
|
|
2
2
|
|
|
3
|
+
## 0.2.24-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-plugin-api@1.9.3-next.0
|
|
9
|
+
- @backstage/plugin-catalog-node@2.2.3-next.0
|
|
10
|
+
|
|
11
|
+
## 0.2.23
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- cf4b34b: Fixed resolution of relative `$ref` paths in OpenAPI and AsyncAPI specs by using the original reference string and parent document URL from the ref parser, instead of computing paths relative to the process working directory. This fixes a regression where cross-directory refs like `./../../common/specs/common.yaml` and nested refs at depth > 1 would resolve incorrectly.
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
- @backstage/integration@2.0.3
|
|
18
|
+
- @backstage/backend-plugin-api@1.9.2
|
|
19
|
+
- @backstage/plugin-catalog-node@2.2.2
|
|
20
|
+
|
|
3
21
|
## 0.2.23-next.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-backend-module-openapi",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.24-next.0",
|
|
4
4
|
"description": "A Backstage catalog backend module that helps with OpenAPI specifications",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -41,17 +41,17 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@apidevtools/json-schema-ref-parser": "^15.3.5",
|
|
44
|
-
"@backstage/backend-plugin-api": "1.9.
|
|
44
|
+
"@backstage/backend-plugin-api": "1.9.3-next.0",
|
|
45
45
|
"@backstage/catalog-model": "1.9.0",
|
|
46
|
-
"@backstage/integration": "2.0.3
|
|
46
|
+
"@backstage/integration": "2.0.3",
|
|
47
47
|
"@backstage/plugin-catalog-common": "1.1.10",
|
|
48
|
-
"@backstage/plugin-catalog-node": "2.2.
|
|
48
|
+
"@backstage/plugin-catalog-node": "2.2.3-next.0",
|
|
49
49
|
"@backstage/types": "1.2.2",
|
|
50
50
|
"yaml": "^2.1.1"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@backstage/backend-test-utils": "1.11.
|
|
54
|
-
"@backstage/cli": "0.36.
|
|
53
|
+
"@backstage/backend-test-utils": "1.11.5-next.0",
|
|
54
|
+
"@backstage/cli": "0.36.4-next.0",
|
|
55
55
|
"openapi-types": "^12.0.0"
|
|
56
56
|
},
|
|
57
57
|
"typesVersions": {
|