Skip to content

Commit bd3dfd8

Browse files
committed
chore: update dependencies to version 7.0.0-alpha.33 across all packages and add new entry in CHANGELOG
Signed-off-by: Vladislav Polyakov <[email protected]>
1 parent 236c3e5 commit bd3dfd8

File tree

24 files changed

+130
-49
lines changed

24 files changed

+130
-49
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"tall-colts-follow",
5858
"ten-carrots-repair",
5959
"tender-symbols-drive",
60+
"tiny-friends-chew",
6061
"tough-fans-watch",
6162
"twenty-hands-write",
6263
"violet-words-wave",

examples/api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
},
1515
"dependencies": {
1616
"@bufbuild/protobuf": "^2.6.0",
17-
"@ydbjs/api": "^6.0.1-alpha.32",
18-
"@ydbjs/auth": "^6.0.1-alpha.32",
19-
"@ydbjs/core": "^6.0.1-alpha.32"
17+
"@ydbjs/api": "^7.0.0-alpha.33",
18+
"@ydbjs/auth": "^7.0.0-alpha.33",
19+
"@ydbjs/core": "^7.0.0-alpha.33"
2020
},
2121
"publishConfig": {
2222
"access": "restricted"

examples/query/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"dev": "DEBUG=ydbjs:* node index.js"
1414
},
1515
"dependencies": {
16-
"@ydbjs/core": "^6.0.1-alpha.32",
17-
"@ydbjs/query": "^6.0.1-alpha.32",
18-
"@ydbjs/value": "^6.0.1-alpha.32"
16+
"@ydbjs/core": "^7.0.0-alpha.33",
17+
"@ydbjs/query": "^7.0.0-alpha.33",
18+
"@ydbjs/value": "^7.0.0-alpha.33"
1919
},
2020
"publishConfig": {
2121
"access": "restricted"

examples/sls/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"dev": "DEBUG=ydbjs:* node index.js"
1515
},
1616
"dependencies": {
17-
"@ydbjs/auth": "^6.0.1-alpha.32",
18-
"@ydbjs/core": "^6.0.1-alpha.32",
19-
"@ydbjs/query": "^6.0.1-alpha.32"
17+
"@ydbjs/auth": "^7.0.0-alpha.33",
18+
"@ydbjs/core": "^7.0.0-alpha.33",
19+
"@ydbjs/query": "^7.0.0-alpha.33"
2020
},
2121
"publishConfig": {
2222
"access": "restricted"

packages/abortable/CHANGELOG.md

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

3+
## 7.0.0-alpha.33
4+
35
## 6.0.1-alpha.32
46

57
### Patch Changes

packages/abortable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ydbjs/abortable",
3-
"version": "6.0.1-alpha.32",
3+
"version": "7.0.0-alpha.33",
44
"description": "Utilities for working with AbortController and AbortSignal in YDB operations.",
55
"keywords": [
66
"ydb",

packages/api/CHANGELOG.md

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

3+
## 7.0.0-alpha.33
4+
5+
### Minor Changes
6+
7+
- 236c3e5: Sync proto apis
8+
39
## 6.0.1-alpha.32
410

511
### Patch Changes

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ydbjs/api",
3-
"version": "6.0.1-alpha.32",
3+
"version": "7.0.0-alpha.33",
44
"description": "TypeScript gRPC service definitions and protobuf types for all YDB APIs. Enables strongly-typed client generation and low-level protocol access.",
55
"keywords": [
66
"ydb",

packages/auth/CHANGELOG.md

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

3+
## 7.0.0-alpha.33
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [236c3e5]
8+
- @ydbjs/api@7.0.0-alpha.33
9+
- @ydbjs/error@7.0.0-alpha.33
10+
- @ydbjs/retry@7.0.0-alpha.33
11+
- @ydbjs/debug@7.0.0-alpha.33
12+
313
## 6.0.1-alpha.32
414

515
### Patch Changes

packages/auth/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ydbjs/auth",
3-
"version": "6.0.1-alpha.32",
3+
"version": "7.0.0-alpha.33",
44
"description": "Authentication providers for YDB: static credentials, tokens, anonymous, and cloud metadata. Integrates with the core driver for secure access.",
55
"keywords": [
66
"ydb",
@@ -49,10 +49,10 @@
4949
"dependencies": {
5050
"@bufbuild/protobuf": "2.6.0",
5151
"@grpc/grpc-js": "^1.13.4",
52-
"@ydbjs/api": "6.0.1-alpha.32",
53-
"@ydbjs/debug": "6.0.1-alpha.32",
54-
"@ydbjs/error": "6.0.1-alpha.32",
55-
"@ydbjs/retry": "6.0.1-alpha.32",
52+
"@ydbjs/api": "7.0.0-alpha.33",
53+
"@ydbjs/debug": "7.0.0-alpha.33",
54+
"@ydbjs/error": "7.0.0-alpha.33",
55+
"@ydbjs/retry": "7.0.0-alpha.33",
5656
"nice-grpc": "^2.1.12"
5757
},
5858
"publishConfig": {

0 commit comments

Comments
 (0)