diff --git a/.tegami/2026-07-28-ms4ep3t9.md b/.tegami/2026-07-28-ms4ep3t9.md deleted file mode 100644 index 2703e12..0000000 --- a/.tegami/2026-07-28-ms4ep3t9.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -packages: - npm:@tiesen/effect-tanstack-query: patch ---- - -## Fix exports - -Fix the `exports` field in `package.json` to correctly expose package entry points and improve module resolution. diff --git a/.tegami/publish-lock.yaml b/.tegami/publish-lock.yaml index ad03f2b..0c1f427 100644 --- a/.tegami/publish-lock.yaml +++ b/.tegami/publish-lock.yaml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e41066..45c485c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index a63d129..50213a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tiesen/effect-tanstack-query", - "version": "0.0.1", + "version": "0.0.2", "private": false, "keywords": [ "effect",