diff --git a/.tegami/2026-08-04-msdlbvd8.md b/.tegami/2026-08-04-msdlbvd8.md deleted file mode 100644 index 18a9027..0000000 --- a/.tegami/2026-08-04-msdlbvd8.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -packages: - npm:@tiesen/effect-tanstack-query: patch ---- - -## 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. diff --git a/.tegami/publish-lock.yaml b/.tegami/publish-lock.yaml index 7d48284..cd01115 100644 --- a/.tegami/publish-lock.yaml +++ b/.tegami/publish-lock.yaml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index b3a7733..a488899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index f624960..5690b18 100644 --- a/package.json +++ b/package.json @@ -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": [