From baea58091fcdc85765f9d4fdc4e9f978ff6cbd9d Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Tue, 28 Oct 2025 15:35:58 +0100 Subject: [PATCH] v2.2.5 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 807d6447..349f0d56 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "version": "2.2.3", + "version": "2.2.5", "license": "MIT", "type": "module", - "typings": "dist/index.d.ts", + "typings": "dist/index.d.cts", "main": "./dist/index.js", "exports": { "import": "./dist/index.js",