diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-04-13 22:54:31 +0300 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-04-13 22:54:31 +0300 |
| commit | 517e45f01af67a22677ae99ca44593f8f0d52057 (patch) | |
| tree | 5b10da3c4799578de16d00081bf652c29b8cf1c0 /package.json | |
| parent | 1eb3d02ade6276809181903e2dfcb6c09a5b312c (diff) | |
Update package version and fix import name in docs
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 a7216aa..785e2e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@askonmm/eventx", - "version": "1.0.1", + "version": "1.0.3", "description": "A scalable event-driven application framework.", "main": "dist/eventx.cjs", "module": "dist/eventx.js", |
