feat(GlobalStateStore): implement storage loading and saving logic

This commit is contained in:
2026-02-07 22:48:12 +02:00
parent 552a1e5979
commit 2e23b259ab
5 changed files with 354 additions and 36 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@warkypublic/oranguru",
"author": "Warky Devs",
"version": "0.0.35",
"version": "0.0.36",
"type": "module",
"types": "./dist/lib.d.ts",
"main": "./dist/lib.cjs.js",