@backstage/plugin-catalog-backend-module-backstage-openapi 0.5.2-next.1 → 0.5.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.
- package/CHANGELOG.md +26 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend-module-backstage-openapi
|
|
2
2
|
|
|
3
|
+
## 0.5.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d385854: Do not swallow errors; instead allow them to bubble up to the task scheduler for better tracking and logging.
|
|
8
|
+
- 72d019d: Removed various typos
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/catalog-model@1.7.4
|
|
11
|
+
- @backstage/plugin-catalog-node@1.17.0
|
|
12
|
+
- @backstage/backend-plugin-api@1.3.1
|
|
13
|
+
- @backstage/backend-openapi-utils@0.5.3
|
|
14
|
+
- @backstage/config@1.3.2
|
|
15
|
+
- @backstage/errors@1.2.7
|
|
16
|
+
|
|
17
|
+
## 0.5.2-next.2
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies
|
|
22
|
+
- @backstage/backend-openapi-utils@0.5.3-next.2
|
|
23
|
+
- @backstage/backend-plugin-api@1.3.1-next.2
|
|
24
|
+
- @backstage/catalog-model@1.7.3
|
|
25
|
+
- @backstage/config@1.3.2
|
|
26
|
+
- @backstage/errors@1.2.7
|
|
27
|
+
- @backstage/plugin-catalog-node@1.17.0-next.2
|
|
28
|
+
|
|
3
29
|
## 0.5.2-next.1
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-backend-module-backstage-openapi",
|
|
3
|
-
"version": "0.5.2
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "backend-plugin-module",
|
|
6
6
|
"pluginId": "catalog",
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"test": "backstage-cli package test"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@backstage/backend-openapi-utils": "0.5.3
|
|
40
|
-
"@backstage/backend-plugin-api": "1.3.1
|
|
41
|
-
"@backstage/catalog-model": "1.7.
|
|
42
|
-
"@backstage/config": "1.3.2",
|
|
43
|
-
"@backstage/errors": "1.2.7",
|
|
44
|
-
"@backstage/plugin-catalog-node": "1.17.0
|
|
39
|
+
"@backstage/backend-openapi-utils": "^0.5.3",
|
|
40
|
+
"@backstage/backend-plugin-api": "^1.3.1",
|
|
41
|
+
"@backstage/catalog-model": "^1.7.4",
|
|
42
|
+
"@backstage/config": "^1.3.2",
|
|
43
|
+
"@backstage/errors": "^1.2.7",
|
|
44
|
+
"@backstage/plugin-catalog-node": "^1.17.0",
|
|
45
45
|
"cross-fetch": "^4.0.0",
|
|
46
46
|
"lodash": "^4.17.21",
|
|
47
47
|
"openapi-merge": "^1.3.2",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"yaml": "^2.7.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@backstage/cli": "0.32.1
|
|
52
|
+
"@backstage/cli": "^0.32.1",
|
|
53
53
|
"openapi3-ts": "^3.1.2"
|
|
54
54
|
},
|
|
55
55
|
"configSchema": "config.d.ts",
|