summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-04-14 13:49:31 +0300
committerAsko Nõmm <asko@nmm.ee>2025-04-14 13:49:31 +0300
commite12ca91f863f9c1fddd50924b2c555a5d528cd44 (patch)
treeff10bbe6d2e029d4b506e7d437c0db1c64e83773 /package.json
parent926f72218cb5a03bb51f073f97073cb72386b7bf (diff)
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.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
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",