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
9 changes: 0 additions & 9 deletions .tegami/2026-08-04-msdlbvd8.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 error\n"
filename: 2026-08-04-msdky0d3.md
- 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
v: 0.0.0
core:packages:
- changelogIds:
- 2026-08-04-msdky0d3.md
- 2026-08-04-msdlbvd8.md
id: npm:@tiesen/effect-tanstack-query
updated: true
npm:packages:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @tiesen/effect-tanstack-query@0.0.13

### Fix TS4023: Unnamable internal Effect symbols error

- Omit `NodeInspectSymbol` and internal Effect symbols from `TanstackQueryOptionsProxy` mapped types to prevent downstream build errors (`TS4023`).
- Export `NodeInspectSymbol` as an internal type utility to support declaration (`.d.ts`) generation in consumer projects.

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

### Fix TS4023 error
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.12",
"version": "0.0.13",
"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