Skip to content

Commit 19ec0b3

Browse files
vgvolegpolRk
authored andcommitted
Remove redundant alpha version from READMEs
1 parent 9625720 commit 19ec0b3

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

packages/api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The `@ydbjs/api` package provides TypeScript/JavaScript bindings for interacting
1313
Install the package using npm:
1414

1515
```sh
16-
npm install @ydbjs/api@alpha
16+
npm install @ydbjs/api
1717
```
1818

1919
## Usage

packages/auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The `@ydbjs/auth` package provides authentication utilities for interacting with
1616
Install the package using npm:
1717

1818
```sh
19-
npm install @ydbjs/auth@6.0.0@alpha
19+
npm install @ydbjs/auth
2020
```
2121

2222
---

packages/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The `@ydbjs/core` package provides the core driver and connection management for
1414
## Installation
1515

1616
```sh
17-
npm install @ydbjs/core@alpha
17+
npm install @ydbjs/core
1818
```
1919

2020
## How It Works

packages/query/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The `@ydbjs/query` package provides a high-level, type-safe client for executing
1616
## Installation
1717

1818
```sh
19-
npm install @ydbjs/core@alpha @ydbjs/query@alpha
19+
npm install @ydbjs/core @ydbjs/query
2020
```
2121

2222
## How It Works

packages/query/README.ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
## Установка
1717

1818
```sh
19-
npm install @ydbjs/core@alpha @ydbjs/query@alpha
19+
npm install @ydbjs/core @ydbjs/query
2020
```
2121

2222
## Как это работает

packages/value/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The `@ydbjs/value` package provides utilities for working with YDB values and ty
1414
Install the package using npm:
1515

1616
```sh
17-
npm install @ydbjs/value@alpha
17+
npm install @ydbjs/value
1818
```
1919

2020
## Usage

0 commit comments

Comments
 (0)