@backstage-community/plugin-ocm-backend 5.5.2 → 5.5.4
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 +17 -0
- package/package.json +3 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
### Dependencies
|
|
2
2
|
|
|
3
|
+
## 5.5.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 1ac3b94: remove @spotify/prettier-config direct dependency
|
|
8
|
+
- 5d032e5: Updated dependency `@openapitools/openapi-generator-cli` to `2.19.1`.
|
|
9
|
+
- Updated dependencies [1ac3b94]
|
|
10
|
+
- @backstage-community/plugin-ocm-common@3.8.3
|
|
11
|
+
|
|
12
|
+
## 5.5.3
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- f84ad73: chore: remove homepage field from package.json
|
|
17
|
+
- Updated dependencies [f84ad73]
|
|
18
|
+
- @backstage-community/plugin-ocm-common@3.8.2
|
|
19
|
+
|
|
3
20
|
## 5.5.2
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage-community/plugin-ocm-backend",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.4",
|
|
4
4
|
"main": "./dist/index.cjs.js",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
},
|
|
54
54
|
"configSchema": "config.d.ts",
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@backstage-community/plugin-ocm-common": "^3.8.
|
|
56
|
+
"@backstage-community/plugin-ocm-common": "^3.8.3",
|
|
57
57
|
"@backstage/backend-defaults": "^0.8.1",
|
|
58
58
|
"@backstage/backend-openapi-utils": "^0.5.0",
|
|
59
59
|
"@backstage/backend-plugin-api": "^1.2.0",
|
|
@@ -72,8 +72,7 @@
|
|
|
72
72
|
"@backstage/cli": "^0.30.0",
|
|
73
73
|
"@backstage/config": "^1.3.2",
|
|
74
74
|
"@backstage/plugin-catalog-backend": "^1.31.0",
|
|
75
|
-
"@openapitools/openapi-generator-cli": "2.
|
|
76
|
-
"@spotify/prettier-config": "^15.0.0",
|
|
75
|
+
"@openapitools/openapi-generator-cli": "2.19.1",
|
|
77
76
|
"@types/express": "4.17.21",
|
|
78
77
|
"@types/supertest": "2.0.16",
|
|
79
78
|
"msw": "1.3.5",
|
|
@@ -94,7 +93,6 @@
|
|
|
94
93
|
"backstage",
|
|
95
94
|
"plugin"
|
|
96
95
|
],
|
|
97
|
-
"homepage": "https://red.ht/rhdh",
|
|
98
96
|
"bugs": "https://github.com/backstage/community-plugins/issues",
|
|
99
97
|
"maintainers": [
|
|
100
98
|
"@04kash"
|