Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-06-03 15:01:16 +00:00
parent b5e056f312
commit b844443164
176 changed files with 1791 additions and 408 deletions
+11
View File
@@ -1,5 +1,16 @@
# @backstage/backend-common
## 0.14.0-next.2
### Minor Changes
- 55647ec7df: **BREAKING**: Server-to-server tokens that are authenticated by the `ServerTokenManager` now must have an `exp` claim that has not expired. Tokens where the `exp` claim is in the past or missing are considered invalid and will throw an error. This is a followup to the deprecation from the `1.2` release of Backstage where perpetual tokens were deprecated. Be sure to update any usage of the `getToken()` method to have it be called every time a token is needed. Do not store tokens for later use.
### Patch Changes
- Updated dependencies
- @backstage/integration@1.2.1-next.2
## 0.13.6-next.1
### Patch Changes
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-common",
"description": "Common functionality library for Backstage backends",
"version": "0.13.6-next.1",
"version": "0.14.0-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -38,7 +38,7 @@
"@backstage/config": "^1.0.1",
"@backstage/config-loader": "^1.1.2-next.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.2.1-next.1",
"@backstage/integration": "^1.2.1-next.2",
"@backstage/types": "^1.0.0",
"@google-cloud/storage": "^5.8.0",
"@manypkg/get-packages": "^1.1.3",
@@ -91,8 +91,8 @@
}
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.25-next.1",
"@backstage/cli": "^0.17.2-next.1",
"@backstage/backend-test-utils": "^0.1.25-next.2",
"@backstage/cli": "^0.17.2-next.2",
"@types/archiver": "^5.1.0",
"@types/base64-stream": "^1.0.2",
"@types/compression": "^1.7.0",