@backstage/plugin-proxy-backend 0.5.4-next.3 → 0.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 +12 -0
- package/alpha/package.json +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @backstage/plugin-proxy-backend
|
|
2
2
|
|
|
3
|
+
## 0.5.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 93095ee: Make sure node-fetch is version 2.7.0 or greater
|
|
8
|
+
- b63d378: Update internal imports
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/backend-plugin-api@0.8.0
|
|
11
|
+
- @backstage/backend-common@0.24.0
|
|
12
|
+
- @backstage/config@1.2.0
|
|
13
|
+
- @backstage/types@1.1.1
|
|
14
|
+
|
|
3
15
|
## 0.5.4-next.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-proxy-backend",
|
|
3
|
-
"version": "0.5.4
|
|
3
|
+
"version": "0.5.4",
|
|
4
4
|
"description": "A Backstage backend plugin that helps you set up proxy endpoints in the backend",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin",
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
"test": "backstage-cli package test"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@backstage/backend-common": "^0.
|
|
56
|
-
"@backstage/backend-plugin-api": "^0.8.0
|
|
55
|
+
"@backstage/backend-common": "^0.24.0",
|
|
56
|
+
"@backstage/backend-plugin-api": "^0.8.0",
|
|
57
57
|
"@backstage/config": "^1.2.0",
|
|
58
58
|
"@backstage/types": "^1.1.1",
|
|
59
59
|
"@types/express": "^4.17.6",
|
|
@@ -68,11 +68,11 @@
|
|
|
68
68
|
"yup": "^1.0.0"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@backstage/backend-app-api": "^0.
|
|
72
|
-
"@backstage/backend-defaults": "^0.4.2
|
|
73
|
-
"@backstage/backend-test-utils": "^0.
|
|
74
|
-
"@backstage/cli": "^0.27.0
|
|
75
|
-
"@backstage/config-loader": "^1.9.0
|
|
71
|
+
"@backstage/backend-app-api": "^0.9.0",
|
|
72
|
+
"@backstage/backend-defaults": "^0.4.2",
|
|
73
|
+
"@backstage/backend-test-utils": "^0.5.0",
|
|
74
|
+
"@backstage/cli": "^0.27.0",
|
|
75
|
+
"@backstage/config-loader": "^1.9.0",
|
|
76
76
|
"@backstage/errors": "^1.2.4",
|
|
77
77
|
"@types/http-proxy-middleware": "^1.0.0",
|
|
78
78
|
"@types/uuid": "^9.0.0",
|