Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hasundue/lophus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2c145af67f1582e7a78998732bf8e45c05171df8
Choose a base ref
..
head repository: hasundue/lophus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a049fa2ef9c20cdda9500f2539814a6b636e5012
Choose a head ref
Showing with 2 additions and 6 deletions.
  1. +1 −1 core/nodes.ts
  2. +1 −5 nips/01/relays_test.ts
2 changes: 1 addition & 1 deletion core/nodes.ts
Original file line number Diff line number Diff line change
@@ -94,7 +94,7 @@ export class NostrNodeBase<
install(mod: NostrNodeModule<W, R>) {
return mod.install(this);
}

declare addEventListener: NostrNode<W, R>["addEventListener"];
declare removeEventListener: NostrNode<W, R>["removeEventListener"];
declare dispatchEvent: NostrNode<W, R>["dispatchEvent"];
6 changes: 1 addition & 5 deletions nips/01/relays_test.ts
Original file line number Diff line number Diff line change
@@ -13,11 +13,7 @@ import {
RelayToClientMessage,
SubscriptionId,
} from "../../core/protocol.d.ts";
import {
ConnectionClosed,
EventRejected,
Relay,
} from "../../core/relays.ts";
import { ConnectionClosed, EventRejected, Relay } from "../../core/relays.ts";
import { SubscriptionClosed } from "../../nips/01/relays.ts";
import nip_01 from "../../nips/01/relays.ts";