From 53c9dad18a612c97cacc3c0fe5eeb01e6ffcc026 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Mon, 14 Apr 2025 00:34:41 +0300 Subject: Rename EventX to ShapeX The project is renamed from EventX to ShapeX, updating all references in code, documentation and package metadata. --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 785e2e8..8e36f70 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { - "name": "@askonmm/eventx", + "name": "shapex", "version": "1.0.3", "description": "A scalable event-driven application framework.", - "main": "dist/eventx.cjs", - "module": "dist/eventx.js", + "main": "dist/shapex.cjs", + "module": "dist/shapex.js", "type": "module", "license": "MIT", "keywords": [ @@ -13,15 +13,15 @@ "subscriptions" ], "bugs": { - "url": "https://github.com/askonomm/eventx/issues", + "url": "https://github.com/askonomm/shapex/issues", "email": "asko@nmm.ee" }, "repository": { "type": "git", - "url": "git+https://github.com/askonomm/eventx.git" + "url": "git+https://github.com/askonomm/shapex.git" }, "scripts": { - "bundle": "tsup src/eventx.ts", + "bundle": "tsup src/shapex.ts", "test": "vitest", "coverage": "vitest run --coverage" }, -- cgit v1.2.3