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
8 changes: 0 additions & 8 deletions .tegami/2026-07-28-ms4ep3t9.md

This file was deleted.

8 changes: 3 additions & 5 deletions .tegami/publish-lock.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +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
- content: "---\npackages:\n npm:@tiesen/effect-tanstack-query:\n type: patch\n---\n\n## Fix exports\n\nFix the `exports` field in `package.json` to correctly expose package entry points and improve module resolution.\n"
filename: 2026-07-28-ms4ep3t9.md
v: 0.0.0
core:packages:
- changelogIds:
- 2026-07-28-ms4c4sko.md
- 2026-07-28-ms4ep3t9.md
id: npm:@tiesen/effect-tanstack-query
updated: true
npm:mark-latest:
- id: npm:@tiesen/effect-tanstack-query
npm:packages:
- id: npm:@tiesen/effect-tanstack-query
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## @tiesen/effect-tanstack-query@0.0.2

### Fix exports

Fix the `exports` field in `package.json` to correctly expose package entry points and improve module resolution.

## @tiesen/effect-tanstack-query@0.0.1

### Initial Release
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.1",
"version": "0.0.2",
"private": false,
"keywords": [
"effect",
Expand Down