Merge pull request #11157 from backstage/feat/streamable-url-reader

Add stream() to UrlReader.readUrl responses
This commit is contained in:
Fredrik Adelöw
2022-05-06 15:50:02 +02:00
committed by GitHub
22 changed files with 388 additions and 41 deletions
+2
View File
@@ -50,6 +50,7 @@
"@types/webpack-env": "^1.15.2",
"archiver": "^5.0.2",
"aws-sdk": "^2.840.0",
"base64-stream": "^1.0.0",
"compression": "^1.7.4",
"concat-stream": "^2.0.0",
"cors": "^2.8.5",
@@ -93,6 +94,7 @@
"@backstage/backend-test-utils": "^0.1.24-next.0",
"@backstage/cli": "^0.17.1-next.1",
"@types/archiver": "^5.1.0",
"@types/base64-stream": "^1.0.2",
"@types/compression": "^1.7.0",
"@types/concat-stream": "^2.0.0",
"@types/fs-extra": "^9.0.3",