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-08-04-msdw2por.md

This file was deleted.

6 changes: 3 additions & 3 deletions .tegami/publish-lock.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
core:changelogs:
- content: "---\npackages:\n npm:@tiesen/effect-tanstack-query:\n type: patch\n---\n\n## Fix TS4023: Unnamable internal Effect symbols error\n\n- Omit `NodeInspectSymbol` and internal Effect symbols from `TanstackQueryOptionsProxy` mapped types to prevent downstream build errors (`TS4023`).\n- Export `NodeInspectSymbol` as an internal type utility to support declaration (`.d.ts`) generation in consumer projects.\n"
filename: 2026-08-04-msdlbvd8.md
- content: "---\npackages:\n npm:@tiesen/effect-tanstack-query:\n type: patch\n---\n\n## Updates & Improvements\n\n- **Refactored `useSubscription`**: Updated the subscription hook to utilize `subscriptionOptions`, providing better type inference, unified option configuration, and seamless integration with TanStack Query primitives.\n"
filename: 2026-08-04-msdw2por.md
v: 0.0.0
core:packages:
- changelogIds:
- 2026-08-04-msdlbvd8.md
- 2026-08-04-msdw2por.md
id: npm:@tiesen/effect-tanstack-query
updated: true
npm:packages:
Expand Down
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.14

### Updates & Improvements

- **Refactored `useSubscription`**: Updated the subscription hook to utilize `subscriptionOptions`, providing better type inference, unified option configuration, and seamless integration with TanStack Query primitives.

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

### Fix TS4023: Unnamable internal Effect symbols error
Expand Down
1 change: 0 additions & 1 deletion bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.13",
"version": "0.0.14",
"private": false,
"description": "Effortlessly bridge Effect HTTP API clients with TanStack Query. Enjoy end-to-end type safety, zero-boilerplate options, and built-in streaming support out of the box.",
"keywords": [
Expand Down