Bump versions

This commit is contained in:
Jon Staab
2024-12-10 08:25:49 -08:00
parent 9ab8b70bb9
commit 8978b77983
10 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/util",
"version": "0.0.47",
"version": "0.0.48",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of nostr-related utilities.",
+1 -1
View File
@@ -1,4 +1,4 @@
import {parseJson, append, nthEq} from "@welshman/lib"
import {parseJson, nthEq} from "@welshman/lib"
import {Address} from "./Address"
import {uniqTags} from "./Tags"
import {isShareableRelayUrl} from "./Relay"