Skip to content

Commit 7634629

Browse files
github-actions[bot]polRk
authored andcommitted
Version Packages
1 parent 0e2393f commit 7634629

File tree

12 files changed

+33
-33
lines changed

12 files changed

+33
-33
lines changed

.changeset/improve-sdk-long-lived-connections.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

examples/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@bufbuild/protobuf": "^2.10.0",
1515
"@ydbjs/api": "^6.0.6",
1616
"@ydbjs/auth": "^6.2.1",
17-
"@ydbjs/core": "^6.0.7"
17+
"@ydbjs/core": "^6.1.0"
1818
},
1919
"engines": {
2020
"node": ">=20.19.0",

examples/auth-yandex-cloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@ydbjs/auth-yandex-cloud": "^0.1.2",
16-
"@ydbjs/core": "^6.0.7",
16+
"@ydbjs/core": "^6.1.0",
1717
"@ydbjs/query": "^6.0.7"
1818
},
1919
"engines": {

examples/coordination/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"dependencies": {
1515
"@ydbjs/coordination": "^6.1.0",
16-
"@ydbjs/core": "^6.0.7"
16+
"@ydbjs/core": "^6.1.0"
1717
}
1818
}

examples/environ/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@ydbjs/api": "^6.0.0",
1515
"@ydbjs/auth": "^6.2.1",
16-
"@ydbjs/core": "^6.0.7"
16+
"@ydbjs/core": "^6.1.0"
1717
},
1818
"engines": {
1919
"node": ">=20.19.0",

examples/query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dev": "DEBUG=ydbjs:* node index.js"
1212
},
1313
"dependencies": {
14-
"@ydbjs/core": "^6.0.7",
14+
"@ydbjs/core": "^6.1.0",
1515
"@ydbjs/query": "^6.0.7",
1616
"@ydbjs/value": "^6.0.0"
1717
},

examples/sls/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@ydbjs/auth": "^6.2.1",
16-
"@ydbjs/core": "^6.0.7",
16+
"@ydbjs/core": "^6.1.0",
1717
"@ydbjs/query": "^6.0.7"
1818
},
1919
"engines": {

examples/tls/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@ydbjs/api": "^6.0.6",
1515
"@ydbjs/auth": "^6.2.1",
16-
"@ydbjs/core": "^6.0.7"
16+
"@ydbjs/core": "^6.1.0"
1717
},
1818
"engines": {
1919
"node": ">=20.19.0",

examples/topic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dev": "DEBUG=ydbjs:* node index.js"
1212
},
1313
"dependencies": {
14-
"@ydbjs/core": "^6.0.7",
14+
"@ydbjs/core": "^6.1.0",
1515
"@ydbjs/query": "^6.0.7",
1616
"@ydbjs/topic": "^6.1.2"
1717
},

package-lock.json

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

0 commit comments

Comments
 (0)