Version Packages

This commit is contained in:
github-actions[bot]
2021-03-04 13:11:10 +00:00
parent f7f9a46618
commit ff2ab4fade
153 changed files with 1509 additions and 766 deletions
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-proxy-backend
## 0.2.5
### Patch Changes
- 1987c9341: Added a verification for well formed URLs when processing proxy targets. Otherwise users gets a cryptic error message thrown from Express which makes it hard to debug.
- 9ce68b677: Fix for proxy-backend plugin when global-agent is enabled
- Updated dependencies [497859088]
- Updated dependencies [8adb48df4]
- @backstage/backend-common@0.5.5
## 0.2.4
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-proxy-backend",
"version": "0.2.4",
"version": "0.2.5",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -28,7 +28,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/backend-common": "^0.5.2",
"@backstage/backend-common": "^0.5.5",
"@backstage/config": "^0.1.2",
"@types/express": "^4.17.6",
"express": "^4.17.1",
@@ -42,7 +42,7 @@
"yup": "^0.29.3"
},
"devDependencies": {
"@backstage/cli": "^0.6.0",
"@backstage/cli": "^0.6.3",
"@types/http-proxy-middleware": "^0.19.3",
"@types/supertest": "^2.0.8",
"@types/uuid": "^8.0.0",