diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-04-14 03:50:45 +0300 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-04-14 03:50:45 +0300 |
| commit | 2bb3ff864087c10f3033aa5f4f35d12b78f64b7b (patch) | |
| tree | 313f9185bc08cd0201f80de123fc2cdabac262f1 /package.json | |
| parent | 7af51de7f7760e1b1211d42358760d1310a84591 (diff) | |
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.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
