From 34353c1d11eaaea9706fcec6465da8e00a2df318 Mon Sep 17 00:00:00 2001 From: ymc9 <104139426+ymc9@users.noreply.github.com> Date: Tue, 12 Sep 2023 19:06:57 -0700 Subject: [PATCH] fix: add missing "/runtime" exports to tanstack-query --- packages/plugins/tanstack-query/package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/plugins/tanstack-query/package.json b/packages/plugins/tanstack-query/package.json index e87656c8c..eff25fdc8 100644 --- a/packages/plugins/tanstack-query/package.json +++ b/packages/plugins/tanstack-query/package.json @@ -11,6 +11,12 @@ "./package.json": { "default": "./package.json" }, + "./runtime": { + "import": "./runtime/index.mjs", + "require": "./runtime/index.js", + "default": "./runtime/index.js", + "types": "./runtime/index.d.ts" + }, "./runtime/react": { "import": "./runtime/react.mjs", "require": "./runtime/react.js",