Version Packages

This commit is contained in:
github-actions[bot]
2022-07-19 08:34:21 +00:00
parent 9bc1f6b757
commit 7d7da6caec
493 changed files with 7018 additions and 3467 deletions
+17
View File
@@ -1,5 +1,22 @@
# @backstage/plugin-vault-backend
## 0.2.0
### Minor Changes
- 5ebf2c7023: Throw exceptions instead of swallow them, remove some exported types from the `api-report`, small changes in the API responses & expose the vault `baseUrl` to the frontend as well
### Patch Changes
- 7ee4abdcc9: Added a path notion in addition to secret name to allow to differentiate secrets in sub-paths
- a70869e775: Updated dependency `msw` to `^0.43.0`.
- 8006d0f9bf: Updated dependency `msw` to `^0.44.0`.
- Updated dependencies
- @backstage/backend-common@0.14.1
- @backstage/backend-test-utils@0.1.26
- @backstage/backend-tasks@0.3.3
- @backstage/errors@1.1.0
## 0.2.0-next.3
### Patch Changes
+6 -6
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-vault-backend",
"description": "A Backstage backend plugin that integrates towards Vault",
"version": "0.2.0-next.3",
"version": "0.2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,11 +34,11 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-common": "^0.14.1-next.3",
"@backstage/backend-tasks": "^0.3.3-next.3",
"@backstage/backend-test-utils": "^0.1.26-next.3",
"@backstage/backend-common": "^0.14.1",
"@backstage/backend-tasks": "^0.3.3",
"@backstage/backend-test-utils": "^0.1.26",
"@backstage/config": "^1.0.1",
"@backstage/errors": "^1.1.0-next.0",
"@backstage/errors": "^1.1.0",
"@types/express": "*",
"compression": "^1.7.4",
"cors": "^2.8.5",
@@ -51,7 +51,7 @@
"yn": "^5.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.18.0-next.3",
"@backstage/cli": "^0.18.0",
"@types/compression": "^1.7.2",
"@types/supertest": "^2.0.8",
"msw": "^0.44.0",