Skip to content

Commit 86514fe

Browse files
authored
Merge pull request #16 from megaeth-labs/chore/0.5.0-tag
chore: update package.json to 0.5.0
2 parents 4125687 + 517ad96 commit 86514fe

5 files changed

Lines changed: 2 additions & 30 deletions

File tree

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,10 @@ TypeScript SDK for linking EIP-1193 wallets to MegaETH Terminal profiles.
44

55
It handles the full auth flow: wallet signature challenge, PKCE, consent (popup or redirect), and token exchange.
66

7-
## Release channels
8-
9-
Install `latest` for stable releases, or `beta` to try features that may land there first.
7+
## Installation
108

119
```bash
12-
# stable
1310
npm install @megaeth-labs/terminal-auth-sdk
14-
15-
# beta (recommended if you specifically need the newest redirect/mobile updates)
16-
npm install @megaeth-labs/terminal-auth-sdk@beta
1711
```
1812

1913
## Features

docs/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ The SDK handles wallet signature challenge, PKCE, consent (popup or redirect), a
66

77
**[Live demo](https://auth-sdk-demo-seven.vercel.app/)**
88

9-
## Release channels
10-
11-
- `latest`: stable channel
12-
- `beta`: newest updates before stable promotion
13-
14-
If you specifically need the newest redirect/mobile updates and your stable version does not have them yet, install `@beta`.
15-
169
## What it does
1710

1811
When a user connects, the SDK:

docs/getting-started/installation.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,15 @@
11
# Installation
22

3-
## Choose a release channel
4-
53
```bash
6-
# stable
74
npm install @megaeth-labs/terminal-auth-sdk
8-
9-
# beta (use when you want newest features before stable promotion)
10-
npm install @megaeth-labs/terminal-auth-sdk@beta
115
```
126

13-
Equivalent commands:
14-
157
```bash
168
pnpm add @megaeth-labs/terminal-auth-sdk
17-
# or
18-
pnpm add @megaeth-labs/terminal-auth-sdk@beta
199
```
2010

2111
```bash
2212
yarn add @megaeth-labs/terminal-auth-sdk
23-
# or
24-
yarn add @megaeth-labs/terminal-auth-sdk@beta
2513
```
2614

2715
## Peer dependencies

docs/guides/authentication-types.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,3 @@ Make sure the same `redirectUri` (including path/query if used) is allowlisted f
8787

8888
Use `@megaeth-labs/terminal-auth-sdk/react-native` and configure your app scheme/deep link.
8989

90-
## Release channel note
91-
92-
Feature availability depends on the version/channel you install (`latest` vs `@beta`). If you need newest redirect/mobile updates before stable promotion, install `@beta`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@megaeth-labs/terminal-auth-sdk",
3-
"version": "0.6.0-beta.0",
3+
"version": "0.5.0",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)