web_lib

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

commit 4934b63c27233abba2ffe7fded0204ed722de554
parent da0be2c7829189cdd7df8cae9a75c623a2d533d9
Author: triesap <triesap@radroots.dev>
Date:   Mon, 22 Dec 2025 16:24:08 +0000

utils-nostr: use workspace protocol for internal dependencies

Diffstat:
Mutils-nostr/package.json | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/utils-nostr/package.json b/utils-nostr/package.json @@ -27,18 +27,18 @@ "access": "public" }, "devDependencies": { - "@radroots/tsconfig": "*", + "@radroots/tsconfig": "workspace:*", "rimraf": "^6.0.1", "typescript": "5.8.3" }, "dependencies": { - "@radroots/events-bindings": "*", - "@radroots/trade-bindings": "*", - "@radroots/utils": "*", + "@radroots/events-bindings": "workspace:*", + "@radroots/trade-bindings": "workspace:*", + "@radroots/utils": "workspace:*", "@noble/curves": "^1.6.0", "@noble/hashes": "^1.4.0", "@nostr-dev-kit/ndk": "2.14.33", - "nostr-geotags": "*", + "nostr-geotags": "workspace:*", "nostr-tools": "^2.10.4" } } \ No newline at end of file