From 697cbccabd8bd0c9f8494a6e3bad6cc4a6cd41a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 23:58:47 +0000 Subject: [PATCH] Version Packages --- .tegami/2026-08-04-msdw2por.md | 8 -------- .tegami/publish-lock.yaml | 6 +++--- CHANGELOG.md | 6 ++++++ bun.lock | 1 - package.json | 2 +- 5 files changed, 10 insertions(+), 13 deletions(-) delete mode 100644 .tegami/2026-08-04-msdw2por.md diff --git a/.tegami/2026-08-04-msdw2por.md b/.tegami/2026-08-04-msdw2por.md deleted file mode 100644 index d62e32c..0000000 --- a/.tegami/2026-08-04-msdw2por.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -packages: - npm:@tiesen/effect-tanstack-query: patch ---- - -## 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. diff --git a/.tegami/publish-lock.yaml b/.tegami/publish-lock.yaml index cd01115..3bd3c55 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: 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: diff --git a/CHANGELOG.md b/CHANGELOG.md index a488899..f51e285 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/bun.lock b/bun.lock index cc1e9c6..3fd59f0 100644 --- a/bun.lock +++ b/bun.lock @@ -1,6 +1,5 @@ { "lockfileVersion": 1, - "configVersion": 0, "workspaces": { "": { "name": "@tiesen/effect-tanstack-query", diff --git a/package.json b/package.json index 0e0d44c..7c367c2 100644 --- a/package.json +++ b/package.json @@ -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": [