@starkscan/sdk
Advanced tools
+1
-1
| { | ||
| "name": "@starkscan/sdk", | ||
| "private": false, | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "TypeScript SDK for the Starkscan Starknet block explorer API.", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
+7
-7
@@ -5,4 +5,4 @@ # @starkscan/sdk | ||
| Status: public `0.1.0` stable release. The npm `latest` tag points to the real | ||
| SDK package. Use the untagged install for normal setup and pin `0.1.0` for | ||
| Status: public `0.1.1` stable release. The npm `latest` tag points to the real | ||
| SDK package. Use the untagged install for normal setup and pin `0.1.1` for | ||
| unattended agents or production services that need reproducible installs. | ||
@@ -19,8 +19,8 @@ | ||
| ```bash | ||
| npm install @starkscan/sdk@0.1.0 | ||
| npm install @starkscan/sdk@0.1.1 | ||
| ``` | ||
| The `@beta` tag remains a prerelease channel only. Do not use it for unattended | ||
| production services unless a maintainer explicitly asks you to test a | ||
| prerelease. | ||
| Prerelease tags such as `@beta` are maintainer-directed test channels only. | ||
| Normal users and agents should use the default package or the exact `0.1.1` | ||
| pin above. | ||
@@ -127,3 +127,3 @@ ## First request | ||
| - `latest`: default public `0.1.0` release. | ||
| - `latest`: default public `0.1.1` release. | ||
| - `beta`: prerelease channel for explicit tests only. | ||
@@ -130,0 +130,0 @@ - `alpha`: historical prerelease channel; use only when directed during rollback. |
216560
0