Skip to content

Commit 214d913

Browse files
committed
fix: update metadata token refresh logic and version to 6.0.0-alpha.13
Signed-off-by: Vladislav Polyakov <[email protected]>
1 parent f85a026 commit 214d913

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

.changeset/cold-donkeys-wash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@ydbjs/auth': patch
3+
---
4+
5+
Update metadata token refresh logic

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
},
1414
"changesets": [
1515
"angry-bags-fail",
16+
"cold-donkeys-wash",
1617
"common-facts-kneel",
1718
"cuddly-cougars-cough",
1819
"cute-cloths-care",

packages/auth/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @ydbjs/auth
22

3+
## 6.0.0-alpha.13
4+
5+
### Patch Changes
6+
7+
- Update metadata token refresh logic
8+
39
## 6.0.0-alpha.12
410

511
### Patch Changes

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ydbjs/auth",
3-
"version": "6.0.0-alpha.12",
3+
"version": "6.0.0-alpha.13",
44
"description": "Authentication providers for YDB: static credentials, tokens, anonymous, and cloud metadata. Integrates with the core driver for secure access.",
55
"license": "Apache-2.0",
66
"type": "module",

0 commit comments

Comments
 (0)