Bump versions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@welshman/app",
|
||||
"version": "0.0.29",
|
||||
"version": "0.0.30",
|
||||
"author": "hodlbod",
|
||||
"license": "MIT",
|
||||
"description": "A collection of svelte stores for use in building nostr client applications.",
|
||||
@@ -31,13 +31,13 @@
|
||||
"typescript": "~5.1.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@welshman/lib": "~0.0.25",
|
||||
"@welshman/feeds": "~0.0.25",
|
||||
"@welshman/lib": "~0.0.27",
|
||||
"@welshman/feeds": "~0.0.26",
|
||||
"@welshman/dvm": "~0.0.10",
|
||||
"@welshman/net": "~0.0.38",
|
||||
"@welshman/signer": "~0.0.14",
|
||||
"@welshman/net": "~0.0.39",
|
||||
"@welshman/signer": "~0.0.15",
|
||||
"@welshman/store": "~0.0.12",
|
||||
"@welshman/util": "~0.0.45",
|
||||
"@welshman/util": "~0.0.46",
|
||||
"fuse.js": "^7.0.0",
|
||||
"idb": "^8.0.0",
|
||||
"svelte": "^4.2.18",
|
||||
|
||||
@@ -31,9 +31,9 @@
|
||||
"typescript": "~5.1.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@welshman/lib": "~0.0.25",
|
||||
"@welshman/net": "~0.0.37",
|
||||
"@welshman/util": "~0.0.45",
|
||||
"@welshman/lib": "~0.0.27",
|
||||
"@welshman/net": "~0.0.39",
|
||||
"@welshman/util": "~0.0.46",
|
||||
"nostr-tools": "^2.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import {Emitter, now} from '@welshman/lib'
|
||||
import type {TrustedEvent, SignedEvent, Filter} from '@welshman/util'
|
||||
import {getPubkeyTagValues} from '@welshman/util'
|
||||
import {subscribe, publish, SubscriptionEvent} from '@welshman/net'
|
||||
import type {Subscription, Publish} from '@welshman/net'
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@welshman/feeds",
|
||||
"version": "0.0.25",
|
||||
"version": "0.0.26",
|
||||
"author": "hodlbod",
|
||||
"license": "MIT",
|
||||
"description": "Utilities for building dynamic nostr feeds.",
|
||||
@@ -31,7 +31,7 @@
|
||||
"typescript": "~5.1.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@welshman/lib": "~0.0.25",
|
||||
"@welshman/util": "~0.0.45"
|
||||
"@welshman/lib": "~0.0.27",
|
||||
"@welshman/util": "~0.0.46"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@welshman/lib",
|
||||
"version": "0.0.26",
|
||||
"version": "0.0.27",
|
||||
"author": "hodlbod",
|
||||
"license": "MIT",
|
||||
"description": "A collection of utilities.",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@welshman/net",
|
||||
"version": "0.0.38",
|
||||
"version": "0.0.39",
|
||||
"author": "hodlbod",
|
||||
"license": "MIT",
|
||||
"description": "Utilities for connecting with nostr relays.",
|
||||
@@ -33,8 +33,8 @@
|
||||
"typescript": "~5.1.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@welshman/lib": "~0.0.25",
|
||||
"@welshman/util": "~0.0.45",
|
||||
"@welshman/lib": "~0.0.27",
|
||||
"@welshman/util": "~0.0.46",
|
||||
"isomorphic-ws": "^5.0.0",
|
||||
"ws": "^8.16.0"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@welshman/signer",
|
||||
"version": "0.0.14",
|
||||
"version": "0.0.15",
|
||||
"author": "hodlbod",
|
||||
"license": "MIT",
|
||||
"description": "A nostr signer implemenation supporting several login methods.",
|
||||
@@ -31,9 +31,9 @@
|
||||
"typescript": "~5.1.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@welshman/lib": "~0.0.25",
|
||||
"@welshman/net": "~0.0.37",
|
||||
"@welshman/util": "~0.0.45",
|
||||
"@welshman/lib": "~0.0.27",
|
||||
"@welshman/net": "~0.0.39",
|
||||
"@welshman/util": "~0.0.46",
|
||||
"nostr-tools": "^2.7.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -31,8 +31,8 @@
|
||||
"typescript": "~5.1.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@welshman/lib": "~0.0.25",
|
||||
"@welshman/util": "~0.0.45",
|
||||
"@welshman/lib": "~0.0.27",
|
||||
"@welshman/util": "~0.0.46",
|
||||
"svelte": "^4.2.18"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@welshman/util",
|
||||
"version": "0.0.45",
|
||||
"version": "0.0.46",
|
||||
"author": "hodlbod",
|
||||
"license": "MIT",
|
||||
"description": "A collection of nostr-related utilities.",
|
||||
@@ -31,7 +31,7 @@
|
||||
"typescript": "~5.1.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@welshman/lib": "~0.0.25",
|
||||
"@welshman/lib": "~0.0.27",
|
||||
"nostr-tools": "^2.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user