Skip to content

Commit 1fe8831

Browse files
committed
chore: rollback to v6 major
Signed-off-by: Vladislav Polyakov <[email protected]>
1 parent 9c404b1 commit 1fe8831

File tree

15 files changed

+108
-108
lines changed

15 files changed

+108
-108
lines changed

.changeset/eighty-cows-stay.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
'@ydbjs/error': major
3-
'@ydbjs/query': major
4-
'@ydbjs/retry': major
5-
'@ydbjs/topic': major
6-
'@ydbjs/value': major
7-
'@ydbjs/auth': major
8-
'@ydbjs/core': major
9-
'@ydbjs/api': major
2+
'@ydbjs/error': minor
3+
'@ydbjs/query': minor
4+
'@ydbjs/retry': minor
5+
'@ydbjs/topic': minor
6+
'@ydbjs/value': minor
7+
'@ydbjs/auth': minor
8+
'@ydbjs/core': minor
9+
'@ydbjs/api': minor
1010
---
1111

1212
Migrate to ESM-only package

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": "^7.0.0-alpha.33",
18-
"@ydbjs/auth": "^7.0.0-alpha.33",
19-
"@ydbjs/core": "^7.0.0-alpha.33"
17+
"@ydbjs/api": "^6.0.0-alpha.33",
18+
"@ydbjs/auth": "^6.0.0-alpha.33",
19+
"@ydbjs/core": "^6.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": "^7.0.0-alpha.33",
17-
"@ydbjs/query": "^7.0.0-alpha.33",
18-
"@ydbjs/value": "^7.0.0-alpha.33"
16+
"@ydbjs/core": "^6.0.0-alpha.33",
17+
"@ydbjs/query": "^6.0.0-alpha.33",
18+
"@ydbjs/value": "^6.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": "^7.0.0-alpha.33",
18-
"@ydbjs/core": "^7.0.0-alpha.33",
19-
"@ydbjs/query": "^7.0.0-alpha.33"
17+
"@ydbjs/auth": "^6.0.0-alpha.33",
18+
"@ydbjs/core": "^6.0.0-alpha.33",
19+
"@ydbjs/query": "^6.0.0-alpha.33"
2020
},
2121
"publishConfig": {
2222
"access": "restricted"

package-lock.json

Lines changed: 49 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "7.0.0-alpha.33",
3+
"version": "6.0.0-alpha.33",
44
"description": "Utilities for working with AbortController and AbortSignal in YDB operations.",
55
"keywords": [
66
"ydb",

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": "7.0.0-alpha.33",
3+
"version": "6.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/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": "7.0.0-alpha.33",
3+
"version": "6.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": "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",
52+
"@ydbjs/api": "6.0.0-alpha.33",
53+
"@ydbjs/debug": "6.0.0-alpha.33",
54+
"@ydbjs/error": "6.0.0-alpha.33",
55+
"@ydbjs/retry": "6.0.0-alpha.33",
5656
"nice-grpc": "^2.1.12"
5757
},
5858
"publishConfig": {

packages/core/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ydbjs/core",
3-
"version": "7.0.0-alpha.33",
3+
"version": "6.0.0-alpha.33",
44
"description": "Core driver for YDB: manages connections, endpoint discovery, authentication, and service client creation. Foundation for all YDB client operations.",
55
"keywords": [
66
"ydb",
@@ -45,12 +45,12 @@
4545
"dependencies": {
4646
"@bufbuild/protobuf": "2.6.0",
4747
"@grpc/grpc-js": "^1.13.4",
48-
"@ydbjs/abortable": "7.0.0-alpha.33",
49-
"@ydbjs/api": "7.0.0-alpha.33",
50-
"@ydbjs/auth": "^7.0.0-alpha.33",
51-
"@ydbjs/debug": "7.0.0-alpha.33",
52-
"@ydbjs/error": "7.0.0-alpha.33",
53-
"@ydbjs/retry": "7.0.0-alpha.33",
48+
"@ydbjs/abortable": "6.0.0-alpha.33",
49+
"@ydbjs/api": "6.0.0-alpha.33",
50+
"@ydbjs/auth": "^6.0.0-alpha.33",
51+
"@ydbjs/debug": "6.0.0-alpha.33",
52+
"@ydbjs/error": "6.0.0-alpha.33",
53+
"@ydbjs/retry": "6.0.0-alpha.33",
5454
"debug": "^4.4.0",
5555
"nice-grpc": "^2.1.12"
5656
},

packages/debug/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ydbjs/debug",
3-
"version": "7.0.0-alpha.33",
3+
"version": "6.0.0-alpha.33",
44
"description": "Centralized debug logging for YDB JavaScript SDK",
55
"keywords": [
66
"ydb",

0 commit comments

Comments
 (0)