From 8a11aec77b0af765d295e0f1afb68dccb1f9fe45 Mon Sep 17 00:00:00 2001 From: mgpai <64056966+mgpai22@users.noreply.github.com> Date: Fri, 2 Feb 2024 21:51:53 -0500 Subject: [PATCH] npm update since exports had to be fixed --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d24196f..18c5a46 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.15-alpha", + "version": "0.0.16-alpha", "license": "GPL-3.0-only", "type": "module", "types": "./dist/index.d.ts",