From 283e000498063026ce3474ac546b581d3dde8519 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Mon, 22 Jul 2024 23:23:14 +0200 Subject: [PATCH] fix(federation): :pencil2: Fix typo --- federation/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/federation/package.json b/federation/package.json index b11a696..62cb1b3 100644 --- a/federation/package.json +++ b/federation/package.json @@ -49,9 +49,9 @@ "types": "./dist/requester.d.ts" }, "./types": { - "import": "./dist/schema.js", - "default": "./dist/schema.js", - "types": "./dist/schema.d.ts" + "import": "./dist/schemas.js", + "default": "./dist/schemas.js", + "types": "./dist/schemas.d.ts" } }, "funding": {