From 4d92944b0ca3b5dbc15b1d67d5413d94e188d350 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Sat, 28 Jun 2025 10:52:20 -0500 Subject: [PATCH] fix: platform package exports --- packages/api-client/package.json | 2 +- packages/core/package.json | 2 +- packages/json-schema/package.json | 2 +- packages/openapi-utils/package.json | 2 +- packages/platform/package.json | 2 +- packages/tool-client/package.json | 2 +- packages/types/package.json | 2 +- packages/validators/package.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/api-client/package.json b/packages/api-client/package.json index 66f1aa52..3bc20dfb 100644 --- a/packages/api-client/package.json +++ b/packages/api-client/package.json @@ -37,8 +37,8 @@ "files": [ "dist" ], + "types": "./dist/index.ts", "exports": { - "types": "./dist/index.ts", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", diff --git a/packages/core/package.json b/packages/core/package.json index 77190d1d..58c49fe3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -41,8 +41,8 @@ "files": [ "dist" ], + "types": "./dist/index.ts", "exports": { - "types": "./dist/index.ts", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", diff --git a/packages/json-schema/package.json b/packages/json-schema/package.json index ca292ae4..43864a57 100644 --- a/packages/json-schema/package.json +++ b/packages/json-schema/package.json @@ -39,8 +39,8 @@ "files": [ "dist" ], + "types": "./dist/index.ts", "exports": { - "types": "./dist/index.ts", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", diff --git a/packages/openapi-utils/package.json b/packages/openapi-utils/package.json index a9113dd1..17c2962f 100644 --- a/packages/openapi-utils/package.json +++ b/packages/openapi-utils/package.json @@ -47,8 +47,8 @@ "files": [ "dist" ], + "types": "./dist/index.ts", "exports": { - "types": "./dist/index.ts", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", diff --git a/packages/platform/package.json b/packages/platform/package.json index d9245835..175ff809 100644 --- a/packages/platform/package.json +++ b/packages/platform/package.json @@ -44,8 +44,8 @@ "files": [ "dist" ], + "types": "./dist/index.ts", "exports": { - "types": "./dist/index.ts", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", diff --git a/packages/tool-client/package.json b/packages/tool-client/package.json index 4f1f2381..2963efdf 100644 --- a/packages/tool-client/package.json +++ b/packages/tool-client/package.json @@ -38,8 +38,8 @@ "files": [ "dist" ], + "types": "./dist/index.ts", "exports": { - "types": "./dist/index.ts", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", diff --git a/packages/types/package.json b/packages/types/package.json index 8e2cfc88..c677c05c 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -48,8 +48,8 @@ "files": [ "dist" ], + "types": "./dist/index.ts", "exports": { - "types": "./dist/index.ts", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", diff --git a/packages/validators/package.json b/packages/validators/package.json index b1a1ae3c..30d26280 100644 --- a/packages/validators/package.json +++ b/packages/validators/package.json @@ -37,8 +37,8 @@ "files": [ "dist" ], + "types": "./dist/index.ts", "exports": { - "types": "./dist/index.ts", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js",