web_lib

Common web application libraries
git clone https://radroots.dev/git/web_lib.git
Log | Files | Refs | LICENSE

commit f49c0043f778926ba5ab3114545babea82636fde
parent c592084edfc46f3ed3441081fa920856d5b0e191
Author: triesap <137732411+triesap@users.noreply.github.com>
Date:   Fri, 23 May 2025 04:04:05 +0000

utils-nostr: edit package.json

Diffstat:
Mutils-nostr/package.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils-nostr/package.json b/utils-nostr/package.json @@ -20,7 +20,7 @@ "devDependencies": { "@types/uuid": "^10.0.0", "tsup": "^6.2.3", - "typescript": "^5.3.3" + "typescript": "5.8.3" }, "publishConfig": { "access": "public"