From a129aee1342a7d1148645d5c1ecab6ed9d523187 Mon Sep 17 00:00:00 2001 From: Nicholas Griffin Date: Wed, 8 Jan 2025 12:08:32 +0000 Subject: [PATCH] chore: updating main and types exports --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6934373..1c4ec11 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "version": "5.0.0", "description": "Enqueues messages onto a given SQS queue", "type": "module", - "main": "dist/index.js", - "types": "dist/index.d.ts", + "main": "dist/cjs/index.js", + "types": "dist/cjs/index.d.ts", "exports": { ".": { "import": {