From bc411d769b1935286b3f8380b9589576c6ae3c52 Mon Sep 17 00:00:00 2001 From: Gregor MacLennan Date: Thu, 12 Feb 2026 10:07:09 +0000 Subject: [PATCH] feat: add export for constants.js --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index b3e7c64..81a880b 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,10 @@ "./errors.js": { "types": "./dist/lib/errors.d.ts", "default": "./dist/lib/errors.js" + }, + "./constants.js": { + "types": "./dist/lib/constants.d.ts", + "default": "./dist/lib/constants.js" } }, "scripts": {