Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/release-safety-guardrails.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/sdk-discovery-usdh.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sdk-outcome-market-reads-v2.md

This file was deleted.

17 changes: 17 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @usdh-kit/sdk

## 0.3.0

### Minor Changes

- a9eb9ab: Add USDH spot market discovery. The kit now exposes `listPairs()`, `getPair()`,
`getBook()`, and `getMids()` for every spot pair where USDH is base or quote,
along with the `UsdhPair` type and the underlying `listUsdhSpotPairs` /
`findUsdhSpotPair` helpers. `InfoClient` gains an `allMids()` method to back
mid-price reads.
- ebb0029: Add experimental read-only outcome market reads. The SDK now exposes outcome
metadata, encoded side books, and outcome mids through `createUsdhKit`, with
runtime `outcomeMeta` validation and safe outcome id encoding.

### Patch Changes

- c2eadbb: Add release safety guardrails, package licenses, and widget dependency metadata.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![npm](https://img.shields.io/npm/v/@usdh-kit/sdk?style=flat&color=000000)](https://www.npmjs.com/package/@usdh-kit/sdk)
[![License: MIT](https://img.shields.io/badge/License-MIT-000000.svg)](../../LICENSE)

**Current SDK version:** `0.2.0`
**Current SDK version:** `0.3.0`

TypeScript SDK for USDH on Hyperliquid.

Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usdh-kit/sdk",
"version": "0.2.0",
"version": "0.3.0",
"description": "TypeScript SDK for USDH on Hyperliquid",
"license": "MIT",
"author": "sumfxn",
Expand Down
10 changes: 10 additions & 0 deletions packages/widget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @usdh-kit/widget

## 0.1.1

### Patch Changes

- c2eadbb: Add release safety guardrails, package licenses, and widget dependency metadata.
- Updated dependencies [c2eadbb]
- Updated dependencies [a9eb9ab]
- Updated dependencies [ebb0029]
- @usdh-kit/sdk@0.3.0

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usdh-kit/widget",
"version": "0.1.0",
"version": "0.1.1",
"description": "Embeddable React widget for swapping stablecoins into USDH on Hyperliquid",
"license": "MIT",
"author": "sumfxn",
Expand Down
Loading