From 2bb3ff864087c10f3033aa5f4f35d12b78f64b7b Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Mon, 14 Apr 2025 03:50:45 +0300 Subject: Clean up ShapeX type exports and naming The core ShapeX state container function is now the default export, and internal type definitions have been made private since they are not needed outside the module. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 918a687..c1a2585 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shapex", - "version": "1.0.5", + "version": "1.0.6", "description": "A scalable event-driven application framework.", "main": "dist/shapex.cjs", "module": "dist/shapex.js", -- cgit v1.2.3