Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-04-26 12:22:43 +00:00
parent 08e7fc564c
commit 1bff70d602
247 changed files with 3033 additions and 662 deletions
+12
View File
@@ -1,5 +1,17 @@
# @backstage/backend-common
## 0.13.3-next.0
### Patch Changes
- 6673babab9: Gerrit integration: Added optional `cloneUrl` string to config.
- 75bf9e1da9: Split BitbucketUrlReader into BitbucketCloudUrlReader and BitbucketServerUrlReader. Backwards compatible.
- cfc0f19699: Updated dependency `fs-extra` to `10.1.0`.
- 9ec4e0613e: Update to `jose` 4.6.0
- Updated dependencies
- @backstage/integration@1.2.0-next.0
- @backstage/config-loader@1.1.1-next.0
## 0.13.2
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-common",
"description": "Common functionality library for Backstage backends",
"version": "0.13.2",
"version": "0.13.3-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -36,9 +36,9 @@
"dependencies": {
"@backstage/cli-common": "^0.1.8",
"@backstage/config": "^1.0.0",
"@backstage/config-loader": "^1.1.0",
"@backstage/config-loader": "^1.1.1-next.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.1.0",
"@backstage/integration": "^1.2.0-next.0",
"@backstage/types": "^1.0.0",
"@google-cloud/storage": "^5.8.0",
"@manypkg/get-packages": "^1.1.3",
@@ -90,8 +90,8 @@
}
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.23",
"@backstage/cli": "^0.17.0",
"@backstage/backend-test-utils": "^0.1.24-next.0",
"@backstage/cli": "^0.17.1-next.0",
"@types/archiver": "^5.1.0",
"@types/compression": "^1.7.0",
"@types/concat-stream": "^2.0.0",