Version Packages

This commit is contained in:
github-actions[bot]
2025-12-16 14:08:20 +00:00
parent 08f8a58f82
commit c24788d5bb
487 changed files with 4885 additions and 1335 deletions
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-auth-node
## 0.6.10
### Patch Changes
- 2389358: remove leading dot in auth cookie cleanup call
- de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0
- b35f8b2: Fixed chunked cookie replacing edge case in OAuthCookieManager class where some of the old chunks would not get removed if new chunked cookie would have fewer chunks.
- e9dd634: fix flawed cookie removal logic with chunked tokens
- Updated dependencies
- @backstage/backend-plugin-api@1.6.0
## 0.6.10-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-node",
"version": "0.6.10-next.1",
"version": "0.6.10",
"backstage": {
"role": "node-library",
"pluginId": "auth",