Skip to content
Closed
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
11 changes: 11 additions & 0 deletions .tegami/publish-lock.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
core:changelogs:
- content: "---\npackages:\n npm:@tiesen/effect-tanstack-query:\n type: patch\n---\n\n## Initial Release\n\nFirst official release of `effect-tanstack-query` — a type-safe bridge between **Effect HTTP API clients** and **TanStack Query**.\n\n### Features\n\n- **TanStack Query Options Proxy**: Automatically generate `queryOptions`, `mutationOptions`, and `getQueryKey` from Effect `HttpApiClient` endpoints using ES6 Proxies.\n- **End-to-End Type Safety**:\n - Full type inference for `params`, `query`, `headers`, and `payload` schema inputs.\n - Automatic resolution of `Success` and `Error` response types.\n - Unwrap Effect `Schema` types seamlessly for TanStack Query options.\n- **Smart Arguments**: Supports optional input parameters when an endpoint requires no request parameters/payload.\n- **Effect Runtime Execution**: Seamlessly executes Effect pipelines as Promises backed by `ManagedRuntime` and supports request cancellation via `AbortSignal`.\n"
filename: 2026-07-28-ms4c4sko.md
v: 0.0.0
core:packages:
- changelogIds:
- 2026-07-28-ms4c4sko.md
id: npm:@tiesen/effect-tanstack-query
updated: true
npm:packages:
- id: npm:@tiesen/effect-tanstack-query
7 changes: 2 additions & 5 deletions .tegami/2026-07-28-ms4c4sko.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
packages:
npm:@tiesen/effect-tanstack-query: patch
---
## @tiesen/effect-tanstack-query@0.0.1

## Initial Release
### Initial Release

First official release of `effect-tanstack-query` — a type-safe bridge between **Effect HTTP API clients** and **TanStack Query**.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tiesen/effect-tanstack-query",
"version": "0.0.0",
"version": "0.0.1",
"private": false,
"type": "module",
"module": "dist/index.mjs",
Expand Down