mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
deps: remove Author from nostr-relaypool
This commit is contained in:
parent
44689ac781
commit
b9e756de26
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ export {
|
||||||
} from 'https://deno.land/x/hono@v3.10.1/mod.ts';
|
} from 'https://deno.land/x/hono@v3.10.1/mod.ts';
|
||||||
export { cors, logger, serveStatic } from 'https://deno.land/x/hono@v3.10.1/middleware.ts';
|
export { cors, logger, serveStatic } from 'https://deno.land/x/hono@v3.10.1/middleware.ts';
|
||||||
export { z } from 'https://deno.land/x/zod@v3.21.4/mod.ts';
|
export { z } from 'https://deno.land/x/zod@v3.21.4/mod.ts';
|
||||||
export { Author, RelayPool } from 'https://dev.jspm.io/nostr-relaypool@0.6.30';
|
export { RelayPool } from 'https://dev.jspm.io/nostr-relaypool@0.6.30';
|
||||||
export {
|
export {
|
||||||
type Event,
|
type Event,
|
||||||
type EventTemplate,
|
type EventTemplate,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue