From e12ca91f863f9c1fddd50924b2c555a5d528cd44 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Mon, 14 Apr 2025 13:49:31 +0300 Subject: Rename $ instance variable to app for clarity The updated variable name better reflects its purpose as the main application instance and follows conventional naming patterns. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 948b453..0384925 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shapex", - "version": "1.0.8", + "version": "1.0.9", "description": "A scalable event-driven application framework.", "main": "dist/shapex.js", "type": "module", -- cgit v1.2.3