diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-04-14 04:03:42 +0300 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-04-14 04:03:42 +0300 |
| commit | a9490a46b644a5bb4ebb822f3fd1a260f1b77b5e (patch) | |
| tree | eede27e14b03e93e8cbcfc6c499906ab04492f25 /package.json | |
| parent | 2bb3ff864087c10f3033aa5f4f35d12b78f64b7b (diff) | |
Remove CJS support and cleanup types
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 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", |
