Skip to content
Open
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
5 changes: 0 additions & 5 deletions .changeset/default-rpc-urls.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/react-query-noinfer-types.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/react-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @reserve-protocol/react-sdk

## 0.5.4

### Patch Changes

- 3cc1ce8: Build against `@tanstack/react-query` >=5.102 so published hook types no longer reference the removed `NoInfer` re-export. Consumers on react-query >=5.101 previously saw every hook's `data` collapse to `any`.
- Updated dependencies [69372d9]
- @reserve-protocol/sdk@0.5.4

## 0.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reserve-protocol/react-sdk",
"version": "0.5.3",
"version": "0.5.4",
"description": "React Query hooks for DTF interface integrations.",
"keywords": [
"dtf",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @reserve-protocol/sdk

## 0.5.4

### Patch Changes

- 69372d9: Refresh `DEFAULT_RPC_URLS` with stress-tested keyless endpoints: drop the tenderly gateways and the slower BSC dataseed mirrors, add drpc/sentio/blastapi/blockpi/bnbchain.

## 0.5.3

### Patch Changes
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": "@reserve-protocol/sdk",
"version": "0.5.3",
"version": "0.5.4",
"description": "Core TypeScript SDK for DTF interface integrations.",
"keywords": [
"dtf",
Expand Down