From a9490a46b644a5bb4ebb822f3fd1a260f1b77b5e Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Mon, 14 Apr 2025 04:03:42 +0300 Subject: Remove CJS support and cleanup types --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index c1a2585..499712f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shapex", - "version": "1.0.6", + "version": "1.0.7", "description": "A scalable event-driven application framework.", "main": "dist/shapex.cjs", "module": "dist/shapex.js", -- cgit v1.2.3